The CAIJGEN macro contains product tailoring options which may need to be changed by the customer from time to time.
This is done by assembling the CAIJGEN macro into a phase called CAJAGENA which is stored in a library accessible to the product during initialization.
No. However, you should reload CAJAGENA using the CIS CASAUTIL utility. To do this, use SC SHUT to shut down the Scheduler Monitor, reload CAJAGENA using CASAUTIL, then restart the Monitor. To verify that an option has been changed as desired, go into 'GENERATION PARM DISPLAY' in the SCHD CICS transaction, or run the CAISERV utility.
To reload the CAJAGENA phase;
// UPSI 01 // EXEC CASAUTIL RELOAD CAJAGENA /* To run CAISERV; // UPSI 10 // EXEC CAISERV /*
To shut down the Scheduler Monitor; issue SC SHUT. See the Unicenter Scheduler Reference Guide Part 1 for details on the use of the SHUTDOWN command.
To restart the MONITOR, submit the job-stream // JOB CAJMINTA // EXEC CAJMINTA,SIZE=5K /* /&