Suppose we have 5 steps in a job.No step should be executed After submitting every step in a job
Answer Posted / manasa
Use cond = only in first step
Then use if/else/then statement for further steps to not execute
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Describe the various parameters utilized in the creation of a gdg?
How does jcl specify the job to the operating system?
What are steplib and joblib? What for they are used?
Give the syntax of job specifying jcl statement.
Explain the purpose of the dd keylen parameter?
What are the difference between jcl and jes?
what are JCLLIB and STEPLIB in JCL?
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 is the syntax of JCL statement?
Differentiate between addressing mode and run mode.
what is use of disp parameter in dd statement?
List the different components of jcl statement?
A dd statement consists of 4 fields. Name them?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
Why include statement is used in a jcl?