338 VM/HSC 6.0 System Programmer’s Guide
1st ed., 6/30/04 - 312579601
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
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 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)
/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)
Volume Report