StorageTek 6 manual JCL for Selective Audit of Empty Cells, Output Description

Models: 6

1 718
Download 718 pages 10.93 Kb
Page 239
Image 239
JCL for Selective Audit of Empty Cells

Audit

JCL for Selective Audit of Empty Cells

//JOBAUDT

job (account),programmer

//S1

EXEC PGM=SLUADMIN,PARM=MIXED

//SLSPRINT

DD SYSOUT=A

//SLSIN

DD *

AUDIT ACS(00) LSM(01) EMPTYCELL

/*

//

JCL for Selective Audit of Diagnostic Cells Only

/JOBAUDT

job (account),programmer

//S1

EXEC PGM=SLUADMIN,PARM=MIXED

//SLSPRINT

DD

SYSOUT=A

//SLSIN

DD

*

AUDIT ACS(00)

LSM(02) DIAGSCAN(ONLY)

/*

 

 

//

 

 

 

 

 

JCL for Selective Audit that Includes Diagnostic Cells

/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)

/*

 

 

//

 

 

 

 

 

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 (see Figure 10 on page 210)

updated and validated library control data set with respect to the library elements that have been audited (if APPly(YES) is specified).

Chapter 4. Utility Functions 209

1st ed., 6/30/04 - 312579601

Page 239
Image 239
StorageTek 6 JCL for Selective Audit of Empty Cells, JCL for Selective Audit of Diagnostic Cells Only, Output Description