I have an job having three job steps.Suppose i want to call
a pgm in step2 and aproc in step3.How to write the code?
Answer Posted / kiran
//jobname job ---------------
//proclib dd dsn=procAddress,disp=shr
//step1 exec pgm=pgmA
//step2 exec pgm=pgmB
//step3 exec peocNAme
//
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Is acct parameter mandatory?
How does jcl act on code(if you take a cobol program)?
What are steplib and joblib?
What is the function of a dd statement?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
What parameter directs the output of the job log dataset?
What is concatenating?
How is the record format of an output dataset specified?
Where can program checkpoints be stored for use in a restart?
What are some jcl statements that are not allowed in procedures?
What is the function of the steplib dd statement?
Is automatic restart possible in jcl? If yes, how?
how do you access an uncataloged dataset in a jcl?
What is the motivation behind coding class parameter in job statement?
Is their any set of rules for dd? Explain.