Previous Topic: Split ProcedureNext Topic: Control Statement Specification


Job Control Statements

//stepname EXEC PGM=TMSSPLIT[,PARM='[DATEFMT=(fmt)][,TEST]']
//STEPLIB  DD  DSN=CAI.CTAPLINK,DISP=SHR
//TMSRPT   DD  SYSOUT=A
//TMSPULL  DD  SYSOUT=A
//SYSUT1   DD  UNIT=SYSDA,SPACE=(CYL,(space))                 *NOTES
//SORTLIB  DD  DSN=SYS1.SORTLIB,DISP=SHR
//SYSOUT   DD  SYSOUT=A
//SORTWK01 DD  UNIT=SYSDA,SPACE=(TRK,(2,2),,CONTIG)
//SORTWK02 DD  UNIT=SYSDA,SPACE=(TRK,(2,2),,CONTIG)
//SORTWK03 DD  UNIT=SYSDA,SPACE=(TRK,(2,2),,CONTIG)
//SORTWK04 DD  UNIT=SYSDA,SPACE=(TRK,(2,2),,CONTIG)
//SORTWK05 DD  UNIT=SYSDA,SPACE=(TRK,(2,2),,CONTIG)
//EXPORT   DD  DSN=TMS.EXPORT,UNIT=TAPE,DISP=(NEW,KEEP)
//             [,DCB=BLKSIZE=n*366]                           *NOTES
//VOLSERS  DD  DSN=CAI.CA1.LIST,DISP=(OLD,KEEP),UNIT=SYSDA
//SYSIN    DD  *
(control statements here)
/*

Note: This space value is the number of volume and DSNB records being split divided by 795.

Note: The BLKSIZE may be any multiple of the LRECL, 366. If no BLKSIZE is specified, the BLKSIZE defaults to 32574 for tape or 8784 for DASD devices.

Parameter Definitions

DATEFMT=(fmt)

Specifies the date format to be printed on TMS Reports 50 and 52. The date pattern indicated by (fmt) is limited to 10 bytes and must be enclosed in parentheses. This parameter is optional. For more information on valid date formats, see Overriding the Preferred Date Pattern.

TEST

Prevents actual updating of the sending or exporting TMC when the ACTION control statement is used. This parameter is optional.