Previous Topic: Additional Override ExamplesNext Topic: Usage Notes


SASSJCLU - JCL Utility

SASSJCLU is a batch utility program that provides capabilities to perform the following actions:

Note: This utility can only be applied against a PDS JCL library. Members that are updated show CA7JCLU as the ID from the last update and ISPF statistics are updated or created.

The wanted functions to be performed are indicated through the PARM values to the program. A SYSIN data set can be used to identify particular members to list, update, or both.

The utility requires the following execution JCL:

//STEPX     EXEC  PGM=SASSJCLU,PARM='xxxxxxxx.....x'
//STEPLIB   DD    DSN=user-defined-CA-7-loadlib,DISP=SHR
//SYSPRINT  DD    SYSOUT=A
//SYSUT1    DD    DSN=JCL-jcl.dataset.name,DISP=OLD
//SYSIN     DD    *        (optional)
control card               (optional)
/*
PARM='xxxxxxxx....x'

The acceptable values for PARM='xxxxxxxx....x' can be any of the following:

PRINT

Print the JCL members that are selected by control statements in the SYSIN data set.

CLEAN=nn

Remove all scheduled JCL overrides from JCL members that are selected for which the ending date (ED) is more than nn days before today's date.

PANIC

Remove all scheduled JCL overrides from JCL members selected.