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?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
what is the purpose of SYSOUT parameter in the DD statement?
I have multiple jobs ( JCLs with several JOB cards ) in a member. What happens if I submit it?
Can you delete the GDG base without deleting GDG generations ?
Hi Guyz, My requirement is to empty out a PS file but not to delete. How would I do that. Is there any Utility. If any other way, plz answer. Thanks.
9 Answers iGate, Lehman Brothers,
How to run cobol program using jcl?
What is the significance of addrspc parameter in exec statement?
how to run batch program without jcl?
what is the meaning of keyword in jcl?what is is opposite?
Explain the purpose of dd * statement in jcl?
What happens if both JOBLIB and STEPLIB is specified ?
Can we give TIME = (1440, 59) also ? or is TIME = (1439, 59) is the last one ?
how are instream data terminated?