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

Batch execution of Superc


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

New User


Joined: 30 Mar 2010
Posts: 33
Location: USA

PostPosted: Wed Oct 13, 2010 2:25 pm
Reply with quote

Hi,

I tried the batch execution of superc(ISPF 3.13 option). The mismatch report in sysout has length 133 bytes.

If my mismatch lies in 300th byte, though i can see the record woth mismatch from the sysout, i wont be able to see the actual field value as the mismatch happened in 300th byte and the report only displays 133 bytes.

IS there a way to make the sysoout to 1000 bytes? i tried to save the sysout to a file,but even that has only 133 bytes displayed.

please advice.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Oct 13, 2010 2:49 pm
Reply with quote

Quote:
IS there a way to make the sysoout to 1000 bytes?


NO!

here You will find all You might want to know about ISPF and friends
publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/Shelves/ISPZPM70
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Wed Oct 13, 2010 3:03 pm
Reply with quote

Please learn to search the Forum:

www.ibmmainframes.com/viewtopic.php?t=25508&postdays=0&postorder=asc&start=0
Back to top
View user's profile Send private message
Ronny John

New User


Joined: 30 Mar 2010
Posts: 33
Location: USA

PostPosted: Wed Oct 13, 2010 3:19 pm
Reply with quote

Let me ask another query

CMPCOLMN 1:72 CMPCOLMO 9:80

this caompares the bytes from first 1 to 72 of the new file, wth the colomns 9 to 80 of the old dataset- For SUPERC.

Let me know if i can add another level of comparison in the same step

CMPCOLMN 80:100 CMPCOLMO 81:101 along with the CMPCOLMN 1:72 CMPCOLMO 9:80...in th same step?
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Wed Oct 13, 2010 3:24 pm
Reply with quote

Well, when people help you with ready made links - it looks bad when you don't show efforts to learn the things. Since finding information in the manual may not be that easy, here are a few hints:

1. Look at this part of the manual. You might like to pay special attention to LONGLN process option and LSTCOLM process statement also.

2. Also, you can try the secret PF1 trick: hit PF1 and try to find your way to Process Options and Process Statements.
Back to top
View user's profile Send private message
Ronny John

New User


Joined: 30 Mar 2010
Posts: 33
Location: USA

PostPosted: Wed Oct 13, 2010 3:29 pm
Reply with quote

Hi Anuj,

Every bit of effort is well noted and thanks you all of you for that. I have tested it and it seems to be working. The options you mentioned are not pointing to my issues, but anyways thanks. And the delay in responding is becaus e i am tied up with mutiple issues.

CMPCOLMN 80:100 CMPCOLMO 81:101 along with the CMPCOLMN 1:72 CMPCOLMO 9:80... both can be used in the same card.
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Wed Oct 13, 2010 3:33 pm
Reply with quote

Good, you find it out. And if you look at your original post, you'll understand why I've mentioned about point 1 of my previous post.
Back to top
View user's profile Send private message
Phrzby Phil

Senior Member


Joined: 31 Oct 2006
Posts: 1042
Location: Richmond, Virginia

PostPosted: Wed Oct 13, 2010 5:25 pm
Reply with quote

Now that you know the position, copy each file starting just before that position and then compare those files.
Back to top
View user's profile Send private message
Ronny John

New User


Joined: 30 Mar 2010
Posts: 33
Location: USA

PostPosted: Wed Oct 13, 2010 5:42 pm
Reply with quote

Thank you Phil..Its working!!
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 How to get a stack trace on a looping... ABENDS & Debugging 5
No new posts Calling Java method from batch COBOL ... COBOL Programming 5
No new posts Capturing Job Execution Information All Other Mainframe Topics 3
No new posts Help in Automating Batch JCL jobs mon... JCL & VSAM 3
No new posts Batch install term/printer CICS 2
Search our Forums:

Back to Top