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 / ven
step2 will not be executed if step1 cc not= to 0
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Can I share my data with other jobs? How?
How to submit jcl through a cobol program?
Are there any set of rules for the names of the steps used in a job? What are they?
How dummy is used in jcl?
Explain how can the attributes of one sms dataset be copied to another dataset?
What is the function of dd disp parameter?
in ways data can be passed to a COBOL program from JCL?
How can a stopped job be started again?
Explain the function of //jcllib statement?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
How can the disposition of sysout datasets be set for an entire jobstream?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
Explain in DD statement what is the use of DCB parameter?
What is the maximum length of a single line of jcl?