JCL Sample (SXSCFC26)

Execution is controlled by parm values and JCL statements.

//EXPORT  EXEC PGM=SXT3CV26,REGION=0M,PARM='parm values'
//STEPLIB   DD DISP=SHR,DSN=< USERHLQ>.LOAD
//TIBLOG    DD SYSOUT=*
//SYSPRINT  DD SYSOUT=*
//SYSOUT    DD SYSOUT=*
//CEEDUMP   DD SYSOUT=*
//SYSUDUMP  DD SYSOUT=*
//CONFIG    DD DISP=SHR,DSN=old.config.file
//EXPORT    DD DISP=(,CATLG),DSN=new.export.file,
//             UNIT=SYSDA,SPACE=(TRK,(20,20)),
//             DCB=(BLKSIZE=14000.LRECL=350,RECFM=VB)

The following table shows Configuration File Conversion Utility DDNames:

Field Description
CONFIG Points to the old Transformer Configuration file that provides the input data to the conversion process.
EXPORT Points to a new EXPORT file that is written during an export operation.