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:
- "conman sbj @#SMPL_JOB_SBJ;alias=SMPL_SBJ_ALIAS" (submit)
- "conman sj @#JOBS.SMPL_ALIAS" (showjobs)
- "conman sbs @#SMPL_SCHED_SBS;alias=SMPL_SBS_ALIAS" (submit)
- "conman sj @#SMPL_SBS_ALIAS" (showjobs)
- "conman sbd "ver"; logon=^SMPLUSER^;alias=SMPL_SBD_ALIAS" (submit)
- "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.