StorageTek 6 manual JCL Examples, JCL for Audit of Entire Library all ACSs

Models: 6

1 718
Download 718 pages 10.93 Kb
Page 238
Image 238
JCL Examples

Audit

3.Specify values for the desired parameters.

4.Delete the parameters that are not desired.

5.Enter the command ‘‘FILE.’’

The job file is then submitted to the ACS service machine for execution.

JCL Examples

The following example shows JCL for auditing an entire library (all ACSs).

JCL for Audit of Entire Library (all ACSs)

/JOB

jobname

SLUADMIN

/PARM

MIXED

 

/FILE

SLSPRINT

DEV PRNT CLASS A

/FILE

SLSIN

*

AUDIT

ALL

 

The following example shows JCL for a selective audit of a single ACS and two LSMs. The CAPid where the cartridges are to be ejected is also specified.

JCL for Selective Audit (1 ACS, 2 LSMs, with CAPid)

/JOB

jobname

SLUADMIN

/PARM

MIXED

 

/FILE

SLSPRINT DEV PRNT CLASS A

/FILE

SLSIN

*

AUDIT

ACS(01) LSM(01,02) CAP(00)

The following example shows JCL for a selective audit specifying a panel-list and producing a discrepancy list if duplicate VOLSERs or unreadable/illegal cartridge labels are encountered.

JCL for Selective Audit (with panel-list and discrepancy list)

/JOB

jobname

SLUADMIN

/PARM

MIXED

 

/FILE

SLSPRINT DEV PRNT CLASS A

/FILE

SLSIN

*

AUDIT

ACS(01) LSM(04) PANEL(6,12) APPLY(NO)

 

 

 

208VM/HSC 6.0 System Programmer’s Guide

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

Page 238
Image 238
StorageTek 6 JCL Examples, JCL for Audit of Entire Library all ACSs, JCL for Selective Audit 1 ACS, 2 LSMs, with CAPid