AutoSys Workload Automation

  • 1.  How to set the job run next time after job HOLD

    Posted Nov 27, 2017 08:39 PM

    Hi.

    I want to set the job next run time without running a job which was scheduled during HOLD period.

     

    I knew it will be ok running sendevent SUCCESS.

     

    But what I want to know is the way to another method.

    sendevent INACTIVE is not change to next run time.

    How can i change to next job rum time as command?

     

    Thanks in advanced.



  • 2.  Re: How to set the job run next time after job HOLD
    Best Answer

    Posted Nov 28, 2017 03:05 AM

    Hello

     

    You can update any attribute of the job like below:

     

    jil
    jil>>1> update_job: test001
    jil>>2> description: test
    jil>>3> exit
    ______________________________________________________________________________

    CAUAJM_I_50323 Inserting/Updating job: test001
    CAUAJM_I_10122 Job 'test001' scheduled: 11/29/2017 00:00:00
    CAUAJM_I_50205 Database Change WAS Successful!
    ______________________________________________________________________________

    CAUAJM_I_52301 Exit Code = 0

     

    Regards

    Jean Paul