How to execute only th 15th step of JCL consisting of 50 steps?
Answer Posted / nishant
bt suppose step 15 returns code = 0 nd we coded cond=(0,le)
aftr 15th step thn will it execute the step aftr 15th step
or not? i think i should execute..wat u say
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What happens if both JOBLIB & STEPLIB is specified ?
Explain the function of a dd statement?
Explain the jcl exec statement?
Explain the function of job statement in jcl?
Explain about ISPF/TSO Commands
can any one plzzzzzz tell the jcl code for creating ps using idcams
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
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
what are the statements that are not valid to be included in an include statement?
What is the motivation behind coding class parameter in job statement?
What are s0c1, s0c4, s0c5, s0c7 and socb?
Explain the purpose of dd * statement in jcl?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
What are the rules employed while naming the steps in a job?
what is “Cond= even” and “Cond=only”?