Previous Topic: Report DescriptionNext Topic: Control Statement Specification


Job Control Statements

//stepname EXEC PGM=TMSUDSNB
//             [,PARM='[DATEFMT=(fmt)][,NOVER][,AUDIT][,TEST]']
//STEPLIB  DD  DSN=CAI.CTAPLINK,DISP=SHR
//TMC      DD  DSN=CAI.CA1.TMC,DISP=SHR
//AUDIT    DD  DSN=CAI.CA1.AUDIT,DISP=SHR
//TMSRPT   DD  SYSOUT=A
//SYSIN    DD  *
(control statements here)
/*

Parameter Definition

PARM= specifies the functions which may be in effect during the processing. This parameter is optional and multiple values may be specified. Valid options are:

DATEFMT=(fmt)

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

NOVER

Specifies that for Control Records, the record ID does not have to be verified. For DSNB records, the next DSNB pointer does not have to be verified. This parameter is optional.

AUDIT

Prints a hardcopy before and after image of TMC fields being updated. This parameter is optional.

TEST

No updates are performed. This parameter is optional.