Customizing jobs and job streams based on why they are scheduled to run
This scenario shows how to customize jobs and job streams based on why they are scheduled to run, for example to create a job that runs different commands for different users, referencing different variable tables at job stream level.
You can find more information on this subject in the User's Guide and Reference.
Scenario goal
Roles and skills
- HCL Workload Automation Job Scheduler
- Manages Tivoli Workload Scheduler workload. Required skills include Tivoli Workload Scheduler knowledge.
System requirements
Install the following software before starting the scenario:- HCL Workload Automation version 8.5
- Dynamic Workload Console version 8.5
Setting up the environment
- Install and configure HCL Workload Automation version 8.5
- Install and configure Dynamic Workload Console version 8.5
Running the Scenario
To complete the scenario, perform the following steps:
Procedure
Expected results
After you perform Step 4, the JS_APP_01 job stream will be included into the plan generated, so that the JOB_APP_01 test job is included in the plan and you can verify that the job is correctly scheduled and will run the test application.
After you perform Step 5, the JS_APP_01 job stream is included into the plan running the JOB_APP_01 that uses as streamlogon and scriptname the values to run the acquired company application in the production environment, without having to modify the scheduling objects.
SCHEDULE JS_APP_01
ON RUNCYCLE RULE1 VALIDTO 05/18/2008 VARTABLE TABLE_TEST "FREQ=DAILY;"
ON RUNCYCLE RULE2 VALIDFROM 05/19/2008 VARTABLE TABLE_PROD "FREQ=DAILY;"
:
JOB_APP_001
END