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

Need help regarding SuperC (ISRSUPC) utility


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

New User


Joined: 26 Feb 2007
Posts: 37
Location: pune

PostPosted: Mon Sep 20, 2010 12:32 pm
Reply with quote

Hi All,

I want to compare the two PS files with LREC of 300. SuperC works fine with comparison but the comparison output result is showing comparison result of 80 columns only instead of 300. Below is the Batch that i am using.

Code:
//SUPERC  EXEC PGM=ISRSUPC,
//            PARM=(DELTAL,LINECMP,
//            '',
//            '')
//NEWDD  DD DSN=A.B.FILE1,      /* LREC 300
//          DISP=SHR
//OLDDD  DD DSN=A.B.FILE2,       /* LREC 300
//          DISP=SHR
//OUTDD  DD DSN=A.B.RESULT,
//         DISP=(NEW,CATLG,DELETE),
//        DCB=(RECFM=FB,LRECL=300,BLKSIZE=3000),
//        UNIT=DISK,SPACE=(CYL,(5,10),RLSE)

Please suggest how to get the complete comparison result.
Back to top
View user's profile Send private message
Binop B

Active User


Joined: 18 Jun 2009
Posts: 407
Location: Nashville, TN

PostPosted: Mon Sep 20, 2010 1:42 pm
Reply with quote

Hi Purushottam,

Please specify the following in your SYSIN card...
Code:
//SYSIN  DD *               
CMPCOLM 1:300               
/*                           
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Mon Sep 20, 2010 1:47 pm
Reply with quote

Binop,

that has nothing to do with the output line length.
Back to top
View user's profile Send private message
prino

Senior Member


Joined: 07 Feb 2009
Posts: 1306
Location: Vilnius, Lithuania

PostPosted: Mon Sep 20, 2010 2:23 pm
Reply with quote

Go to the SuperC panel, usually option 3.13, press PF1 (or type HELP in the command field and press enter) and start reading rather than wasting our time with questions that have readily available answers.
Back to top
View user's profile Send private message
Binop B

Active User


Joined: 18 Jun 2009
Posts: 407
Location: Nashville, TN

PostPosted: Mon Sep 20, 2010 3:19 pm
Reply with quote

PeterHolland wrote:
Binop,

that has nothing to do with the output line length.
icon_redface.gif ... Ooops... Misinterpreted the query...
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Tue Sep 21, 2010 11:37 am
Reply with quote

The maximum output length of SUPERC is 176. You can control it with the LONGLN option. I had to write my own REXX to show differences beyond that column.

O.
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 REASON 00D70014 in load utility DB2 6
No new posts ISRSUPC search utility - using high l... TSO/ISPF 2
No new posts Any JCL or VSAM Utility to get number... JCL & VSAM 1
No new posts DATA SET LIST UTILITY screen TSO/ISPF 6
No new posts exclude the 5 first lines for compare... TSO/ISPF 2
Search our Forums:

Back to Top