Suppose we have 5 steps in a job.No step should be executed After submitting every step in a job
Answer Posted / uma
Specify COND=(0,LE) in job card
| Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
Explain the purpose of dd dummy statement?
what is use of space parameter in dd statement?
What is the motivation behind coding class parameter in job statement?
how would you create a temporary dataset? And where will you use them?
Is acct parameter mandatory?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
how to compare two datasets without using superce because output is limited to 133 bytes
what is use of dsn parameter in dd statement?
What is notcat 2 - gs?
whats the diff bw the evaluate also and and?
Is their any set of rules for dd? Explain.
How is a type of file defined in the jcl that executes the cobol program?
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
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
List the different components of jcl statement?