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 / siva
//jobname JOB ---------
//PROCLIB DD DSN=MYPROCLIB,DISP=SHR
//step1 EXEC PGM=PGM1
//
****END OF step1********
//step2 EXEC PGM=PGM2
//
//
*****END OF step2********
//step3 EXEC <PROC NAME SPECIFIED>
//
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What is the function of dd disp parameter?
when can a job time-out occur? How to overcome that?
Explain how can values be passed from the job stream to an executable program?
Differentiate between the joblib and the steplib statements?
what is JCL?
can any one plzzzzzz tell the jcl code for creating ps using idcams
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
What is the significance of addrspc parameter in the exec statement?
what is “Cond= even” and “Cond=only”?
Explain about ISPF/TSO Commands
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
what operation is performed by job statement?
Explain the purpose of dd dummy statement?