Could you provide an example and its effect OF,
Using COND on JOB and EXEC both ?
Answer Posted / mahaveer
Step condition will overide the job condition
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Can we use DISP=SHR in output file in JCL
What are some jcl statements that are not allowed in procedures?
Why include statement is used in a jcl?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
What are the parameter we cannot use in procedure?
How is a type of file defined in the jcl that executes the cobol program?
What are hierarchy levels in jcl?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
what is the resolution for sb37 error
In sms datasets, what is the function of the dd mgmtclas keyword?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
What is one line to pass PARM from JCL to COBOL?
when can a job time-out occur? How to overcome that?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY