

Batch Processing › Operating System Dependent Installation Instructions
Operating System Dependent Installation Instructions
To run CA OLQ batch jobs efficiently, tailor the job control language according to your operating system.
z/OS:
- Change CA OLQ system generation parameter BATCH CLASS to a number between 1 and 64.
- Create a DC printer defined to go to the JESRDR (or HASPRDR) for the print class specified above. For example:
//JESRDR DD SYSOUT=(A,INTRDR),
DCB=(RECFM=F,LRECL=80,BLKSIZE=80)
- Ensure that the last card in the IDD JCL module(s) is:
/*EOF
If this is not done, submitted jobs will remain on the reader until another job is submitted.
CMS:
- Change CA OLQ system generation parameter BATCH CLASS to a number between 1 and 64.
- Modify RHDCUX21 (source on tape) and assemble:
- Change BATCLASS to same value as above.
- Change WKUSER to desired z/VM batch machine.
- Modify RHDCUXIT to add user exit 21:
- Add #DEFXIT MODE=SYSTEM,CALL=DC,NAME=RHDCUX21
- The FILEDEF corresponding to the printer definition for the BATCH CLASS should go to PUNCH and not PRINT. For example:
FILEDEF SYSPRT PUNCH (RECFM F LRECL 80 BLKSIZE 80.
- Ensure that the PTE associated with the print class has the batch print class value as the only allowable print class.
Note: When running CA OLQ directly on CMS (that is, not under DC), if you intend to do any CA OLQ request that require a sort, you must have an external sort available at run time.
z/VSE:
- Change CA OLQ system generation parameter BATCH CLASS to a number between 1 and 64. CA OLQ does not use this value other than to determine if job submission is enabled in z/VSE.
- Modify RHDCUXIT to add user exit 26:
Add #DEFXIT MODE=USER,CALL=IBM,NAME=RHDCUD26
- Ensure RHDCU26B is defined to your DC system as:
ASSEMBLER NONREENTRANT NOPROTECT
- Ensure that the last card in the JCL module(s) is:
/*EOF
The CA provided exit requires this to detect the end of the job stream. This card is not submitted to power.
Copyright © 2013 CA.
All rights reserved.
 
|
|