322 VM/HSC 6.0 System Programmer’s Guide
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 Example
The following example shows JCL for unselecting volume BWX119.
JCL to Unselect a Volume
Output Description
Output occurring from execution of the UNSElect utility includes:
• a listing of input commands with appropriate messages when syntax errors occur
• messages associated with error conditions resulting from an unsuccessful attempt to
execute UNSElect processing
• messages indicating actions occurring during processing (see Figure 20 on page 323)
• an updated control data set indicating the volume is unselected
• a condition code indicating successful or unsuccessful unselection (see Figure 20 on
page 323).
/JOB jobname SLUADMIN
/PARM MIXED
/FILE SLSPRINT DEV PRNT CLASS A
/FILE SLSIN *
UNSELECT VOLSER(BWX119)
Unselect