If your job fails at particular step then what would be the
return code for next steps
Answers were Sorted based on User's Feedback
Answer / vinay sonar
It depends upon COND parameter coded in that step
| Is This Answer Correct ? | 2 Yes | 0 No |
Explain about REXX
Describe the various parameters utilized in the creation of a gdg?
in ways data can be passed to a COBOL program from JCL?
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
Hi, all suppose i have 5 steps (S1,S2,S3,S4,S5) what will happen if cond is true or false (which of the other steps get executed)? 1) //s3 exec pgm=abc,cond=(0,le) 2) //s3 exec pgm=abc,cond=(0,le,step2) 3) In the jobcord RESTART=step3,cond=(0,le) 4) can i code COND=TRUE in jobcard, if yes what will happen?
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
how you will define a temporary dataset in jcl?
How to see the COMP3 value(packd decimal)
Can we delete the data using IEFBR14 , IEBGENER??
What is the error in the following JCL statements : I) //step#three exec pgm=hkbc762 ii) //step#3 exec pgm = hkbc762 iii) //step#3 exec pgr = hkbc672
can u explain gdg with example wht happens if we give limit,empty,noempty,scartch and no scartch
How to pass data to a program that is coded in an exec statement?