ESP Workload Automation

  • 1.  CA-7 R11 Repeat Scheduling - using in batch mode (BTI)

    Posted Feb 07, 2013 05:01 PM
    Did some one has an example of the new Repeat Scheduling option on DB.2.1 screen for a BTI?

    The keywords are INTERVAL,TYPE,STOP.

    I thought it would be simple but I am not having success with it.

    Here is my BTI:

    SCHD
    JOB
    EDIT
    ADD,SCHID=050,SCAL=7A,ROLL=N,INDEX=+000,TIME=(0730,0010,0700),
    INTERVAL=0100,
    COUNT=CLOCK,
    STOP=1810
    SAVE
    SAVE,JOB=MSJACKD1,SCAL=7A
    DBM
    RESOLV,SCAL=7A,TEST=NO,JOB=MSJACKD1

    (P.S.: I had weekly and days parms in my first attempt and didn't work)

    BTI Sysout:

    13038 164324 SCHD
    SM70-00 ENTER SCHEDULE TYPE
    13038 164324 JOB
    SM71-00 ENTER INPUT DATA
    13038 164324 EDIT
    SM72-00 ENTER INPUT DATA
    13038 164324 ADD,SCHID=050,SCAL=7A,ROLL=N,INDEX=+000,TIME=(0730,0010,0700)
    INTERVAL=0100,
    COUNT=CLOCK,
    STOP=1810
    SM72-05 INVALID OR OMITTED TYPE DATA


  • 2.  RE: [Workload Automation - Mainframe] CA-7 R11 Repeat Scheduling - using in
    Best Answer

    Posted Feb 07, 2013 05:24 PM
    I am using this technique for a couple of jobs, and in order to get the BTI logic I ran a DBT and here is the result:

    SCHD
    JOB
    EDIT
    ADD,SCHID=001,ROLL=D,INDEX=+000,TIME=(0730,0030,0700),INTERVAL=0120,
    TYPE=CLOCK,COUNT=0005,STOP=0000,WEEKLY=Y,DAYS=(,X,X,X,X,X,)

    So the job will run @07:30 then every 120 minutes it will run again for 5 times.

    Hope this helps,
    Phon

    From: CA Workload Automation (Mainframe) Global User Community [mailto:CommunityAdmin@communities-mail.ca.com]
    Sent: Thursday, February 07, 2013 5:01 PM
    To: mb.2271104.100234223@myca-email.ca.com
    Subject: [Workload Automation - Mainframe] CA-7 R11 Repeat Scheduling - using in batch mode (BTI)

    Did some one has an example of the new Repeat Scheduling option on DB.2.1 screen for a BTI?

    The keywords are INTERVAL,TYPE,STOP.

    I thought it would be simple but I am not having success with it.

    Here is my BTI:

    SCHD
    JOB
    EDIT
    ADD,SCHID=050,SCAL=7A,ROLL=N,INDEX=+000,TIME=(0730,0010,0700),
    INTERVAL=0100,
    COUNT=CLOCK,
    STOP=1810
    SAVE
    SAVE,JOB=MSJACKD1,SCAL=7A
    DBM
    RESOLV,SCAL=7A,TEST=NO,JOB=MSJACKD1

    (P.S.: I had weekly and days parms in my first attempt and didn't work)

    BTI Sysout:

    13038 164324 SCHD
    SM70-00 ENTER SCHEDULE TYPE
    13038 164324 JOB
    SM71-00 ENTER INPUT DATA
    13038 164324 EDIT
    SM72-00 ENTER INPUT DATA
    13038 164324 ADD,SCHID=050,SCAL=7A,ROLL=N,INDEX=+000,TIME=(0730,0010,0700)
    INTERVAL=0100,
    COUNT=CLOCK,
    STOP=1810
    SM72-05 INVALID OR OMITTED TYPE DATA
    Posted by:denise_lamego
    --
    CA Communities Message Boards
    100236763
    mb.2271104.100234223@myca-email.ca.com<mailto:mb.2271104.100234223@myca-email.ca.com>
    https://communities.ca.com


  • 3.  RE: [Workload Automation - Mainframe] CA-7 R11 Repeat Scheduling - using in

    Posted Feb 08, 2013 08:20 AM
    Hi Phon,

    Thanks. It helped.

    My mistake was that I used COUNT=CLOCK and I should have TYPE=CLOCK.

    Denise.


  • 4.  RE: [Workload Automation - Mainframe] CA-7 R11 Repeat Scheduling - using in

    Posted Feb 08, 2013 08:37 AM
    Awesome, glad I was able to help out.
    Have a great day,
    phon

    From: CA Workload Automation (Mainframe) Global User Community [mailto:CommunityAdmin@communities-mail.ca.com]
    Sent: Friday, February 08, 2013 8:20 AM
    To: mb.2271104.100238216@myca-email.ca.com
    Subject: RE: [Workload Automation - Mainframe] CA-7 R11 Repeat Scheduling - using in

    Hi Phon,

    Thanks. It helped.

    My mistake was that I used COUNT=CLOCK and I should have TYPE=CLOCK.

    Denise.
    Posted by:denise_lamego
    --
    CA Communities Message Boards
    100240756
    mb.2271104.100238216@myca-email.ca.com<mailto:mb.2271104.100238216@myca-email.ca.com>
    https://communities.ca.com