COND ->
step1
.
.
step2,
Step2, Executes if the CC of step1 is 0.
But even if it is NOT 0 and if we dont give COND, will step2
be executed ?
Answer Posted / sandhya
In the job card we have to give cond=(0,gt)
then if even step1 is abended then also step2 will execute
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
what is use of dcb parameter in dd statement?
What are the 4 fields in dd statement?
1) SORT FIELDS=(20,4,CH,D,10,3,CH,D) OUTREC FIELDS=(7:20,4,C' FUTURE ',20,2,10,3,1Z,1,9,13,7, 24,57,TRAN=LTOU,6X'FF') This example illustrates how a fixed-length input data set can be sorted and reformatted for output. The SORTIN LRECL is 80 bytes. The reformatted output records are fixed length with a record size of 103 bytes. SOLRF (the IBM-supplied default) is in effect, so unless the SORTOUT LRECL is specified or available, it will automatically be set to the reformatted record length of 103. in the above example i have some doubts that a) sort fields=(20,4,CH,D,10,3,CH,D) -what exactly it does and this fields related to output record fields or input record fields b)outrec used to refprmat the records after sorting that means could please reply me as soon as possible Thanks. Venkat
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
What is the function of //jcllib statement?
How to alter the parameters for the existing gdg?
What are steplib and joblib? What for they are used?
when does a dataset go uncataloged?
List the different components of jcl statement?
How do you create a temporary dataset?
How to run cobol program using jcl?
what are JCLLIB and STEPLIB in JCL?
What is the function of dd disp parameter?
How can values be passed from the job stream to an executable program?
Explain how can a stopped job be started again?