Answer Posted / mohan
we can pass the COND parameter as (0,le) or (4096,ge) to the step which we wann skip from execution.
| Is This Answer Correct ? | 22 Yes | 6 No |
Post New Answer View All Answers
how to run batch program without jcl?
What is the function of the dd avgrec keyword in sms datasets?
what are JCLLIB and STEPLIB in JCL?
What do you understand by the term job time – out and how can you overcome that?
How to submit a jcl from cics?
how do you code a null statement?
what is the purpose of coding class parameter in job statement?
Explain in DD statement what is the use of DCB parameter?
What are the rules employed while naming the steps in a job?
What is the difference between the positional and keyword parameters? Give examples.
How to pass the parameter in parm using linkage section ? (syntax)?
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
What are steplib and joblib?
What is one line to pass PARM from JCL to COBOL?
Why block size is multiple of lrecl in jcl?