StorageTek 6 manual JCL to Produce a Volume Report, JCL Example

Models: 6

1 718
Download 718 pages 10.93 Kb
Page 368
Image 368
JCL to Produce a Volume Report

Volume Report

To execute the utility:

1.Delete the lines in the template that are not required, or leave the comment indicator

(*) in column one.

2.Remove the comment indicator from the desired lines.

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 Example

The following example shows JCL to produce a Volume Report for several LSMs.

JCL to Produce a Volume Report

/JOB

jobname

SLUADMIN

/PARM NOHDR,MIXED

/FILE

SLSCNTL

DEV 505 DSN SLS.DBASEPARM

/FILE

SLSPRINT

DEV PRNT CLASS A

/FILE

SLSIN

*

* VOLRPT ACS(01) LSM(0,1,5)

The optional parameter ‘‘NOHDR’’ suppresses page headings on the volume report.

JCL to Produce a Volume Report for an VM or MVS PDS

The following example shows JCL to produce a Volume Report for ACS 00.

/JOB

SLSXUTIL

SLUADMIN

/PARM

MIXED

 

 

/FILE

SLSCNTL

DEV 501

DSN CDS.PRIM

/FILE

SLSPRINT

DEV PRNT CLASS A

/FILE

SLSVA

DEV 520

DSN VOLDEF.VOLATTR VOL HSC20B

/FILE

SLSIN

*

 

* VOLRPT ACS(00)

338VM/HSC 6.0 System Programmer’s Guide

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

Page 368
Image 368
StorageTek 6 manual JCL to Produce a Volume Report, JCL Example