SUPERCE in Batch to compare datasets
USING SUPERC TO COMPARE TWO DATASETS (IN BATCH)
The following JCL can be used to compare two datasets using the SUPERCE batch utility.
//SUPERCE JOB (XXXXXXXX,,,,,XXXX),' ',// CLASS=T,MSGCLASS=Y,// REGION=0M,// NOTIFY=&SYSUID//SUPERC EXEC PGM=ISRSUPC,// PARM=(DELTAL,LINECMP,// '',// '')//NEWDD DD DSN=USERID.ABC.FILE1,// DISP=SHR//OLDDD DD DSN=USERID.ABC.FILE2,// DISP=SHR//OUTDD DD DSN=USERID.ABC.OUTFIL,DISP=(NEW,CATLG,CATLG)//SYSIN DD *CMPCOLM 1:72/*
Please refer the following snapshots for generating the
JCL to use SUPERCE utility in batch
At start Give 3.13 to goto SUPERCE Utility
Provide the files to compare in the following screen against
"New Ds Name" and "Old Ds Name"
and give 2 against "Execution Mode" to select Batch as shown
in figure
To change the range of columns to compare provide
"1" against Options menu to select "Edit Statements" as shown
in figure below
You can change the comparison columns by providing the range
as shown below
In the Next Screen provide the details for
"OUTDD"
and
"Job Control Statements" as shown in figure below
The next screen shows the Batch Job generated by SUPERCE utility