I have Job A and Job B. I want to trigger Job B from Job A.
Please advise.
Answer Posted / mkgupta
Use terminal monitoring program like IKJEFT1B or IKJEFT01 and suppy tso submit command to submit the job.
SUBMIT PDS(MEMBER)
Use simple rexx code to submit the job.
Use iebgener to copy the jcl to intrdr.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Explain how can a jobs execution priority be modified?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
What are the 2 types of parameters in dd statement?
What is the syntax of JCL statement?
Brief description of inline procedure of jcl.
In sms datasets, what is the function of the dd avgrec keyword?
Explain the purpose of dd dummy statement?
How is the record format of an output dataset specified?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
how do you access an uncataloged dataset in a jcl?
Differentiate between addressing mode and run mode.
List the different jcl statements that are not permitted in the procedures?
What is the motivation behind coding class parameter in job statement?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one