ESP dSeries Workload Automation

 View Only
  • 1.  how to create a Global variable in WADE

    Posted Oct 08, 2020 04:11 AM

    Hi.

    Thanks for your response and I have one more question as below.

    Please tell me how to and where to set up specific settings for the following items. "In the Event"

     

    Option 1 - Creating a Application level variable - ********************************************************************************************************************************

    In the Event

    genTime('DB','today less 1 workday');

    APPL.year=DBYEAR;

    APPL.month=DBMM;

    APPL.day=DBDD;

    APPL.yy=DBYEAR - 2000;

    In the job "Arguments to pass" Below is a sample arg.

    "%APPL.day-%APPL.month-%APPL.yy"

     

     

    Best regards,

    WoonGyo Han
    Open Network Enterprise Inc
    Managing Director, Solution Business Division
    Tel: +82-2-2107-3477
    Fax: +82-2-2107-3499
    Mobile: +82-10-6202-4820
    wghan@one.co.kr

     



  • 2.  RE: how to create a Global variable in WADE

    Broadcom Employee
    Posted Oct 08, 2020 09:21 AM
    HI, 
    On the left side there are two panels. The bottom panel is the "Application Events".  Right click on the event and choose edit.  It will open a new panel. This is the event. Normally, it is used to modify when the event is scheduled.  There is also an option for "JavaScript".  Click on JavaScript and ADD the script to the box. 

    Don