StorageTek Host Software Component 6 User Manual

Page of 718
184   VM/HSC 6.0 System Programmer’s Guide
1st ed., 6/30/04 - 312579601
Note: The DATE parameter does not control report header date formats, which are 
displayed as yyyy-mm-dd. See Figure 9 on page 197 for an example of this format. 
Example
Several JCL examples using the options for report headings follow: 
Example of JCL Using Report Heading Options 
DATE=2YR 
Specifies that all dates displayed in report detail lines are in 
the ‘‘mm/dd/yy’’ format. A yy value of 71 or greater 
indicates a 20th century (19xx) date. A yy value of 70 or 
less indicates a 21st century (20xx) date. To avoid 
confusion, you are encouraged to use the DATE=4YR 
parameter setting described below. 
DATE=4YR 
Specifies that all dates displayed in report detail lines are in 
the ‘‘yyyymmdd’’ format. This is the default. 
//STEP1 EXEC PGM=SLUADMIN,PARM=‘NOHDR,MIXED’ 
//STEP1 EXEC PGM=SLUADMIN,PARM=‘LINECNT=55’ 
//STEP1 EXEC PGM=SLUADMIN,PARM=‘MIXED’ 
//STEP1 EXEC PGM=SLUADMIN,PARM=‘DATE=4YR’