StorageTek 6 manual JCL for Ejecting a Single Volume, JCL to Eject One STD Scratch Cartridge

Models: 6

1 718
Download 718 pages 10.93 Kb
Page 277
Image 277
JCL for Ejecting a Single Volume

Eject Cartridge

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

/JOB

jobname

SLUADMIN

/PARM

MIXED

 

/FILE

SLSPRINT DEV PRNT CLASS A

/FILE

SLSIN

*

EJECT

VOLSER(A1B1C1)

The following example shows JCL for ejecting one standard scratch cartridge.

JCL to Eject One STD Scratch Cartridge

/JOB

jobname

SLUADMIN

/PARM

MIXED

 

/FILE

SLSPRINT

DEV PRNT CLASS A

/FILE

SLSIN

*

EJECT SCRTCH MEDIA(STD)

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 SCRTCH RECTECH(DD3) VOLCNT(5)

Chapter 4. Utility Functions 247

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

Page 277
Image 277
StorageTek 6 manual JCL for Ejecting a Single Volume, JCL to Eject One STD Scratch Cartridge, Eject Cartridge, JCL Examples