CA 7 Workload Automation

 View Only
  • 1.  Scheduling Help

    Posted Jun 30, 2020 03:06 PM
    I have a job that needs to run on the 28th day of the month, but if the 28th is a Sunday, it should move back to Saturday the 27th. They currently have only 5 or 7 day calendars.
    7D has schdonly N, 5C has schdonly N and 5W has schdonly Y

    How can I schedule this in CA7?

    Thanks,
    Barry


  • 2.  RE: Scheduling Help

    Posted Jul 01, 2020 09:20 AM
    Hi Barry,
    try this with 2 SCHIDs:

    FUNCTION: LIST (ADD,DELETE,EXIT,FORMAT,LIST,REPL,SAVE,SR,SS)
    JOB: SAULTST5 SCHID: 1 SCAL: ROLL: N INDEX: 000
                       DOTM LDTM SBTM ---------------------REPEAT----------------------
                       1000   0100   0900   INTERVAL: 0000  TYPE:    COUNT: 0000   STOP: 0000

    __ __ DAILY
    __ __ WEEKLY SUN: MON: TUE: WED: THU: FRI: SAT:

    __ X __ MONTHLY JAN: X FEB: X MAR: X APR: X MAY: X JUN: X
                                    JUL: X AUG: X SEP: X OCT: X NOV: X DEC: X
                 WEEK: /-0,/-1                                   DAY-OF-WEEK: SUN
                 RDAY: 28

    FUNCTION: LIST (ADD,DELETE,EXIT,FORMAT,LIST,REPL,SAVE,SR,SS)
    JOB: SAULTST5 SCHID: 2 SCAL: ROLL: N INDEX: 000
                       DOTM LDTM SBTM ---------------------REPEAT----------------------
                      1000    0100   0900     INTERVAL: 0000    TYPE:      COUNT: 0000    STOP: 0000

    __ __ DAILY
    __ __ WEEKLY SUN: MON: TUE: WED: THU: FRI: SAT:

    __ X __ MONTHLY JAN: X FEB: X MAR: X APR: X MAY: X JUN: X
                                    JUL: X AUG: X SEP: X OCT: X NOV: X DEC: X
                 WEEK: /-0,/-1                                   DAY-OF-WEEK: SUN,MON,TUE,WED,THU,FRI
                 RDAY: 27

    __ __ ANNUAL DAY:

    ------------------------------
    Saul Suarez Del Real
    Core Infrastructure Analyst | TSO-Batch CA7
    TIAA | Financial Services
    ------------------------------



  • 3.  RE: Scheduling Help

    Posted Jul 01, 2020 12:57 PM
    Thank you Saul.   I finally came up with the same.