Previous Topic

Next Topic

Book Contents

Book Index

Example for CTTGVL

This utility must be called from an application program using one of the following methods:

Using a Call command:

CALL CTTGVL,(DSN,JOBNAME,STACKID,VOLSER,LABEL),VL

Using a Link command:

LINK EP=CTTGVL,PARAM=(DSN,JOBNAME,STACKID,VOLSER,LABEL),VL

Assume the following definitions for either of the above methods:

DSN        DC    CL44'MY.DSN'     data set name

JOBNAME    DC    CL8'MYJOB'       jobname

STACKID    DC    C'Y'             Stacking indicator

VOLSER     DS    CL6'123456'      Volume serial number

LABEL      DS    H'01'            Label

Parent Topic

CTTGVL – User Interface to Stacking Facility