IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Neep help with ISRSUPC


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
swaroopnaga

New User


Joined: 15 Oct 2005
Posts: 8
Location: US

PostPosted: Fri Aug 26, 2011 8:43 pm
Reply with quote

Hi,

I am trying to compare two files of 20 million rows using the batch ISRSUPC, the summary is shown below:

?104345 NUMBER OF LINE MATCHES 10000 TOTAL CHANGES (PAIRED+NONPAIRED
0 REFORMATTED LINES 10000 PAIRED CHANGES (REFM+PAIRED INS
10000 NEW FILE LINE INSERTIONS 0 NON-PAIRED INSERTS
10000 OLD FILE LINE DELETIONS 0 NON-PAIRED DELETES
?114850 NEW FILE LINES PROCESSED
?114850 OLD FILE LINES PROCESSED

Can anyone provide some input as what "?" stands for?
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Aug 26, 2011 8:46 pm
Reply with quote

most probably some kind of <number> overflow
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Fri Aug 26, 2011 8:53 pm
Reply with quote

How long did it take to run, out of interest?

The length of those number fields, including the ?, would be able to hold 9,999,999 - probably usually enough for a file comparison.

I agree with enrico. When the 10millionth arrived, the program cleverly noted that it couldn't be displayed, so when producing the totals it plopped the ? down to bring your attention to it. Probably somewhere deep in the manual it mentions file limits, and I guess you are lucky that this is the only apparent effect.

I'd not feel lucky. I'd split the files into three equal pieces and do the compare(s) again. I wouldn't want to "trust to luck" that half my file compared when I know "something" is "wrong" with the program for that half of the file.
Back to top
View user's profile Send private message
Escapa

Senior Member


Joined: 16 Feb 2007
Posts: 1399
Location: IL, USA

PostPosted: Fri Aug 26, 2011 8:55 pm
Reply with quote

Or try with DFSORT compare and check how many new records and how many old records try to match the number with this number..

you will get to know what that ? means...
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Aug 26, 2011 8:57 pm
Reply with quote

using isrsupc for <application> dataset comparison is a bit of overshooting

application data is usually sorted on some key, most probably a <SORT> approach might be faster
Back to top
View user's profile Send private message
swaroopnaga

New User


Joined: 15 Oct 2005
Posts: 8
Location: US

PostPosted: Fri Aug 26, 2011 9:00 pm
Reply with quote

It took 16 hours for this comparison....
thanks for your inputs..

Naga
Back to top
View user's profile Send private message
Escapa

Senior Member


Joined: 16 Feb 2007
Posts: 1399
Location: IL, USA

PostPosted: Fri Aug 26, 2011 9:05 pm
Reply with quote

swaroopnaga wrote:
It took 16 hours for this comparison....
thanks for your inputs..

Naga

Your job was running for 16 long hours icon_eek.gif icon_eek.gif icon_eek.gif

For doing just comparision?

You are lucky .. Your job is not thrown away by system management team..
Back to top
View user's profile Send private message
swaroopnaga

New User


Joined: 15 Oct 2005
Posts: 8
Location: US

PostPosted: Fri Aug 26, 2011 9:07 pm
Reply with quote

Thats the reason I don't want to run again without perfect solution icon_sad.gif
Back to top
View user's profile Send private message
Escapa

Senior Member


Joined: 16 Feb 2007
Posts: 1399
Location: IL, USA

PostPosted: Fri Aug 26, 2011 9:10 pm
Reply with quote

Give your input file layouts....

and Tell us what is the sort product installed at your shop...
Back to top
View user's profile Send private message
swaroopnaga

New User


Joined: 15 Oct 2005
Posts: 8
Location: US

PostPosted: Fri Aug 26, 2011 9:24 pm
Reply with quote

the file length is 250.I used SUPERC program.
Back to top
View user's profile Send private message
Escapa

Senior Member


Joined: 16 Feb 2007
Posts: 1399
Location: IL, USA

PostPosted: Fri Aug 26, 2011 9:27 pm
Reply with quote

swaroopnaga wrote:
the file length is 250.I used SUPERC program.

Read my post again and answer what I asked (completely)
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts ISRSUPC search utility - using high l... TSO/ISPF 2
No new posts Need example for CALL 'ISRSUPC' in COBOL COBOL Programming 2
No new posts ISRSUPC SRCHFOR tool - Query while us... JCL & VSAM 7
No new posts Passing parms when calling ISRSUPC(su... COBOL Programming 3
No new posts ISRSUPC -renaming OUTDD output dd sta... JCL & VSAM 11
Search our Forums:

Back to Top