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 |
A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?
What is JCL LIB ?
what is the job entry system used in your project?
how many members can be created inside a single pds?
When we give TYPERUN = SCAN , what are the syntax errors we get?
what happens if job falls in loop ? how to resolve it ?
What is the format of comment statement?
What does a disposition of (new,catlg,keep) for a dsn mean?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
If a field is declared as a comp-3 field and if we want to sort a dataset based on this field, then how will the sort card be??? e.g- if we want to sort by a field which is defined as a PIC X(5) then we will mention - sort fields=(1,5,ch,a). Likewise if a field is defined as PIC S9(10)COMP-3 then in this case how will the sort field be defined (because in this case a sign is also involved)???
Can comments be specified at the very beginning of a jobcard? Will the JCL execute?
Why 16 is used in calculating the DPRTY ? as, DPRTY = (num1, num2), THEN, DPRTY = 16* num1 + num2