How to configure a JOB Card for Librarian batch submissions
book
Article ID: 122822
calendar_today
Updated On:
Products
Librarian
Issue/Introduction
We have a new TSO user we are trying to set up as an Admin in Librarian CCF to promote program changes into production. Existing admin users have nothing coded for a JOB Card in CCF parm's option 2 (all 4 lines have '//*'), and a job card is generated that has the program name as the jobname and a TYPRUN=HOLD parameter.
We are trying to determine how to get the new TSO user to pick up this setting. If the new user has all '//*' in their CCF option 2 setting, they do not get the TYPRUN=HOLD and the job runs before it is intended.
Where would the setting be to get the JOB card we are looking for?
Environment
Librarian CCF/TSO
Cause
The $CCFJ000 member in the skeleton library was customized with the variables for the job name and the CCF userid.
Resolution
Add TYPRUN=HOLD for the new user's CCF userid in the $CCFJ000 member in the skeleton library. Example Below: )SEL &CCFID = xxxxxxxx <<<< new CCF userid >>>>>> // TYPRUN=HOLD, ))ENDSEL