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's the significance of freespace(0 0) and freespace(100 100)
what happens in conversion stage in job processing?
which utility is used to update pds?
Explain about Specifying compiler options in the PROCESS (CBL) statement
Is CPU time assigned to a JOB and JOBSTEP BOTH, by default ?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
In job processing, what happens in conversion stage?
what is fixed length and variable length and difference between them
Can we browse or edit the GDG dataset if it is a tape entry?
How to check empty file in jcl?
Which statement is used to identify the private libraries in job?
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 ?