I have this below step being performed in SUPERC with specific columns to be compared and the full file on the new/ old be listed.
However SUPERC does not list all the fields and restricts to 72.
Is there an option to do the same thing in DFSORT. Any help is appreciated. Thanks
//SUPERC EXEC PGM=ISRSUPC,
// PARM=(DELTAL,LINECMP,
// '',
// '')
//NEWDD DD DSN=dataset1,
// DISP=SHR
//OLDDD DD DSN=dataset2,
// DISP=SHR
//OUTDD DD SYSOUT=*
//SYSIN DD *
CMPCOLM 1:524 531:537 543:548 552:1000
LSTCOLM 1:1000
/*
// PARM=(DELTAL,LINECMP,
// '',
// '')
//NEWDD DD DSN=dataset1,
// DISP=SHR
//OLDDD DD DSN=dataset2,
// DISP=SHR
//OUTDD DD SYSOUT=*
//SYSIN DD *
CMPCOLM 1:524 531:537 543:548 552:1000
LSTCOLM 1:1000
/*