Scheduler

 View Only
Expand all | Collapse all

stop/start schedules/jobs with CAJUCMD0

  • 1.  stop/start schedules/jobs with CAJUCMD0

    Posted Apr 05, 2016 11:06 AM
    //S010 EXEC PGM=CAJUCMD0               
    //SYSPRINT  DD SYSOUT=*                     

    //**CAIJMST DD DSN=SYSB.CAI.SCHED.MASTER,DISP=SHR

    //**CAIJTRK DD DSN=SYSB.CAI.SCHED.TRACKING,DISP=SHR

    //SYSINDD *                            
    SC RUN S N=$DCOFCJ9                         
    /*                                          
    //                                           

     

    Good afternoon, I have the above JCL which is issuing that command on the bottom. How do I know what it means? I tried finding a PDF or some documentation on CAJUCMD0 but could not find it. The system I work on is running CA SCHEDULER R11 SP1 which I also have no documentation for. Can somebody help me?

     

    Thank you.



  • 2.  Re: stop/start schedules/jobs with CAJUCMD0
    Best Answer

    Broadcom Employee
    Posted Apr 11, 2016 10:26 AM

    SC RUN S N=$DCOFCJ9    is to do a RUN on schedule named $DCOFCJ9.  The CAJUCMD0 utility is a batch utility to issue tracking commands such RUN, ADD, HOLD, CANCEL etc on job and schedules.  All commands need to be prefixed with SC .

    Additional information can be found in the CA Scheduler Job Management Guide under Tracking Commands