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
What are steplib and joblib?
How does jcl specify the job to the operating system?
what happens in conversion stage in job processing?
is there any way to execute more than one proc in the same exec statement at the same time..?
What is the purpose of disp parameter?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
What parameter of the job statement is used to limit the cpu time consumed by the job?
What is the difference between the positional and keyword parameters? Give examples.
what is “Cond= even” and “Cond=only”?
Explain the function of the steplib dd statement?
Explain the function of //cntl statement?
Explain how can values be passed from the job stream to an executable program?
how can you check if a file is empty using jcl?
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
What is the purpose of dd dummy statement?