How do you update CA Scheduler Calendar using batch?
search cancel

How do you update CA Scheduler Calendar using batch?

book

Article ID: 69731

calendar_today

Updated On:

Products

Scheduler Job Management

Issue/Introduction

How do I update the CA Scheduler CALENDAR using the batch utility?

 

 

 

Environment

Release: SCHED.00200-11-Scheduler-Job Management
Component:

Resolution

Use CAJUTIL0 utility to update your CA Scheduler CALENDARs through batch. 

//UTIL   EXEC  CAJUTIL0                                            

//SYSIN  DD  *                                                      

ALTER CAL NAME=calname,YEAR=2021,JAN1=NULL       to indicate non work day  

ALTER CAL NAME=calname,YEAR=2021,JAN5=W          for work day                                    

//