HCL Workload Automation, Version 9.4

Scenario 6: Manual submission of jobs, job streams, and commands

This scenario uses the submit command to insert jobs, job streams, and ad-hoc jobs in the plan.

Scenario tasks and concepts:
  • Submitting a job in the current production plan
  • Submitting a job stream in the current production plan
  • Submitting a command in the current production plan
  • Displaying the job, job stream, and command status in the plan
Commands used in the scenario in their run sequence:
  1. "conman sbj @#SMPL_JOB_SBJ;alias=SMPL_SBJ_ALIAS" (submit)
  2. "conman sj @#JOBS.SMPL_ALIAS" (showjobs)
  3. "conman sbs @#SMPL_SCHED_SBS;alias=SMPL_SBS_ALIAS" (submit)
  4. "conman sj @#SMPL_SBS_ALIAS" (showjobs)
  5. "conman sbd "ver"; logon=^SMPLUSER^;alias=SMPL_SBD_ALIAS" (submit)
  6. "conman sj @#JOBS.SMPL_SBD_ALIAS" (showjobs)
Note: The value of the logon attribute in step 5 is specified by using a parameter object. For more information about parameters see the HCL Workload Automation: User's Guide and Reference.