Chapter 4. Utility Functions 247
1st ed., 6/30/04 - 312579601
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 ejecting a single volume from the library.
JCL for Ejecting a Single Volume
The following example shows JCL for ejecting one standard scratch cartridge.
JCL to Eject One STD Scratch Cartridge
The following example shows JCL for ejecting five SD-3 (helical) scratch cartridges.
JCL to Eject Five SD-3 Scratch Cartridges
/JOB jobname SLUADMIN
/PARM MIXED
/FILE SLSPRINT DEV PRNT CLASS A
/FILE SLSIN *
EJECT VOLSER(A1B1C1)
/JOB jobname SLUADMIN
/PARM MIXED
/FILE SLSPRINT DEV PRNT CLASS A
/FILE SLSIN *
EJECT SCRTCH MEDIA(STD)
/JOB jobname SLUADMIN
/PARM MIXED
/FILE SLSPRINT DEV PRNT CLASS A
/FILE SLSIN *
EJECT SCRTCH RECTECH(DD3) VOLCNT(5)
Eject Cartridge