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
How can a stopped job be started again?
What dd statement is used to supply the name of a dataset?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
which utility is used to run a cobol-db2 program?
What are some jcl statements that are not allowed in procedures?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
Define concatenating?
Explain how can the attributes of one sms dataset be copied to another dataset?
What is the motivation behind coding class parameter in job statement?
What is timing concept in mainframe?
Differentiate between the joblib and the steplib statements?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
what is SOC4 error?
Is their any set of rules for dd? Explain.