Specify parameters for TSSRPTST report generator using the following methods:
//STLOGS EXEC PGM=TSSRPTST,REGION=128K,
// PARM=('TITLE(SAF TRACE LOGGING RECORDS)',
// 'SDATE(91170)','EDATE(91174)')
//STLOGS EXEC PGM=TSSRPTST,REGION=128K //SYSIN DD DSN=ADMIN.WORK.PARMS(ST),DISP=SHR
If you specify a particular parameter more than once, the last specified value for the parameter is used. For example, if you specify:
PARM=('SDATE(91001)','EDATE(91005)','SDATE(91002)')
The SDATE parameter uses a value of 91002.
To represent a literal string of text delimited by single quotes as part of an EXEC PARM, use two single quotes. For example:
PARM=('IF(PREFIX NE ''********'')')
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|