StorageTek Host Software Component 6 User Manual

Page of 718
Chapter 4. Utility Functions   209
1st ed., 6/30/04 - 312579601
 
JCL for Selective Audit of Empty Cells
JCL for Selective Audit of Diagnostic Cells Only
JCL for Selective Audit that Includes Diagnostic Cells
Output Description 
Output resulting from the execution of the Audit utility includes: 
• a listing of input commands with appropriate messages when syntax errors occur 
• messages associated with error conditions resulting from an unsuccessful attempt to 
execute audit processing 
• messages indicating anomalies observed and/or actions occurring during processing 
• updated and validated library control data set with respect to the library elements that 
have been audited (if APPly(YES) is specified).
//JOBAUDT     job (account),programmer
//S1          EXEC PGM=SLUADMIN,PARM=MIXED 
//SLSPRINT    DD SYSOUT=A 
//SLSIN       DD * 
  AUDIT ACS(00) LSM(01) EMPTYCELL 
/* 
//
/JOBAUDT     job (account),programmer
//S1         EXEC PGM=SLUADMIN,PARM=MIXED 
//SLSPRINT   DD SYSOUT=A 
//SLSIN      DD * 
  AUDIT ACS(00) LSM(02) DIAGSCAN(ONLY) 
/* 
//
/JOBAUDT     job (account),programmer
//S1         EXEC PGM=SLUADMIN,PARM=MIXED 
//SLSPRINT   DD SYSOUT=A 
//SLSIN      DD * 
  AUDIT ACS(00) LSM(02) PANEL(6,7,8) DIAGSCAN(ALSO) 
/* 
//
Audit