ESP Workload Automation

  • 1.  How do we create an extended calendar to to run on the 15th business day of the month?

    Posted Jan 21, 2016 04:38 PM

    Note: not the 15th calendar day



  • 2.  Re: How do we create an extended calendar to to run on the 15th business day of the month?

    Posted Jan 22, 2016 05:02 AM

    Asuming you are using Autosys.
    You need to create a holiday-calendar (standard), in my example SAT-SUN and a few days in March are holidays.
    Then create a extended calendar using the holiday-calendar.

    calendar: DAY_OF_MONTH_HOLIDAYS
    description:
    02/06/2016 00:00
    02/07/2016 00:00
    02/13/2016 00:00
    02/14/2016 00:00
    02/20/2016 00:00
    02/21/2016 00:00
    02/27/2016 00:00
    02/28/2016 00:00
    03/05/2016 00:00
    03/06/2016 00:00
    03/12/2016 00:00
    03/13/2016 00:00
    03/19/2016 00:00
    03/20/2016 00:00
    03/25/2016 00:00
    03/26/2016 00:00
    03/27/2016 00:00
    03/28/2016 00:00
    ...
    ...
    ...

    extended_calendar: DAY_OF_MONTH_WD15
    description:
    workday: mo,tu,we,th,fr
    non_workday: N
    holiday: 
    holcal: DAY_OF_MONTH_HOLIDAYS
    cyccal:
    adjust: 0
    condition: WORKD#15

    Hopefully this answers your question, good luck!



  • 3.  Re: How do we create an extended calendar to to run on the 15th business day of the month?

    Posted Jan 22, 2016 11:24 AM

    Assuming ESP, create a special day within an existing calendar.

    Can be done via symbolics within an appl, passed to a batch job that updates the existing calendar.

     

    HTH...good luck....don t./wag.....



  • 4.  Re: How do we create an extended calendar to to run on the 15th business day of the month?

    Posted Jan 22, 2016 12:36 PM

    In ESP it would also be possible to code

     

    RUN 15th WORKDAY OF MONTH

     

    in the job. Holidays and weekends would not be counted.

     

    2cents.



  • 5.  Re: How do we create an extended calendar to to run on the 15th business day of the month?

    Posted Jan 22, 2016 02:42 PM

    Enter Name: 15th_BUS_DAY

    Enter Workdays [XXXXX..]: XXXXX..

    Enter Non-workday Actions [' ',O,S,N,W,P]:

    Enter Holiday Actions [' ',O,S,N,W,P]:

    Enter Holiday Calendar [none]:

    Enter Cycle Name [none]:

    Enter Date Adjustment [0]:

    Enter Date Conditions [DAILY]: WORKD#15



  • 6.  Re: How do we create an extended calendar to to run on the 15th business day of the month?

    Community Manager
    Posted Jan 28, 2016 11:40 AM

    Shawn,

     

    Did you get the help you were looking for? Are you on AE or ESP?



  • 7.  Re: How do we create an extended calendar to to run on the 15th business day of the month?

    Posted Jan 29, 2016 02:30 PM

    Lenn,

     

    The answers are helpful, I need test and verify the suggestions.  We are using AE 11.3



  • 8.  Re: How do we create an extended calendar to to run on the 15th business day of the month?

    Community Manager
    Posted Feb 01, 2016 12:06 PM

    Let us know how you make out -- we'll help more if we can!