AIOps

AIOps

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#ITAutomation
#AIOps
#CloudPakforAIOps
#AIOps

 View Only
  • 1.  automatically release a Stuck job schedule

    Posted Mon May 08, 2017 12:56 PM

    I want to automatically release a job schedule dependency when a job schedule becomes Stuck?
    Conditional dependency only includes ""abend, succ and suppress"" but no stuck.
    Any ideas?



  • 2.  RE: automatically release a Stuck job schedule

    Posted Wed May 31, 2017 12:33 PM

    The status STUCK only applies to SCHEDULES - not JOBS. Furthermore, it means that there are no more jobs available to initiate as all remaining jobs (in HOLD status usually) have predecessor jobs that have not completed successfully (e.g. in ABEND status with RECOVERY option set to STOP and not cancelled). Check the status of JOBS inside the STUCK schedule.

    Mark Chojnacki, Trochilid Consultant Inc., troch@kingston.net



  • 3.  RE: automatically release a Stuck job schedule

    Posted Thu June 01, 2017 05:04 PM

    Thanks for the suggestion, IMark! I'll check it out and let you know. 



  • 4.  RE: automatically release a Stuck job schedule

    Posted Wed June 07, 2017 09:13 AM

    Assuming you are talking about TWS distributed: If you don't want dependent jobs to be held up when a job goes to error/abend status, specify RECOVERY CONTINUE in the job definition and it will avoid the job stream going to STUCK allowing other dependent jobs to continue as normal