Previous Topic: Report DescriptionNext Topic: Control Statement Specification


Job Control Statements

//stepname EXEC PGM=TMSAGGR
//             [,PARM='[DATEFMT=(fmt)][,SCAN=xx][,DEFAULT][,TEST]']
//STEPLIB  DD  DSN=CAI.CTAPLINK,DISP=SHR
//TMSRPT   DD  SYSOUT=A
//SYSIN    DD  *
(control statements here)
/*

Parameter Definitions

DATEFMT=(fmt)

Specifies the date format to be printed on TMS Report 20. 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.

SCAN

Specifies the number of positions to scan in the control statements for use in TMSAGGR.

SCAN={72|68|xx}

Specifies that xx is the continuation column with a maximum value of 72. If TMSIDATA is used to create the control statements, PARM='SCAN=68' is required. The default is 72.

DEFAULT

Indicates that all new records are to have the eligible for RDS override FLAG1 bit set to allow for processing by the Retention Data Set.This parameter is optional.

TEST

Indicates that no updates are made to the TMC. This parameter is optional.

JCL Considerations

SYSIN

Defines the control statement data set. This can be any sequentially readable data set.