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 |
What is COND=EVEN ?
How different is the JCL executing a COBOL program? 1) if the program is using VB file as input. 2) if the program is using FB file as input.
how can i code cond parameter in procedures ? i have a jclk calling a proc which has 10 steps i want to execute from step 5 to step 10 where can i code restrat parameter or cond parameter for ths
Is Default for MSGCLASS = (1,1) ?
In JCl which of this activities get executed if act002 abnormally terminates //job001 job ......... //act001 exec pgm=cobo01 //act002 exec pgm=cob02, cond=(01,le) //actoo3 exec pgm=cob03, cond=only //actoo4 exec pgm=con04
Explain about LMOPEN -
Explain the function of //cntl statement?
I need to compare two VSAm files. In input VSAM file some fields are updating and the updated feilds are coming into the output file. now i need to compare these two files with respect to a perticular field. Please suggest a suitable JCL code me.
Hi, can any one tell about " How do u eliminate the duplicates "
What u mean by include statement in JCL ?
Explain about User Information
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?