How do you skip a particular step in a proc/JOB?
Answer Posted / nikhil
Can use either condition codes or use the jcl control
statement IF (only in ESA JCL)
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are some jcl statements that are not allowed in procedures?
Explain the purpose of dd dummy statement?
How does jcl act on a cobol code?
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
What is the function of //cntl statement?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
A dd statement consists of 4 fields. Name them?
what is the difference between JES3 and JES2?
Is their any limit for data sets?
What are hierarchy levels in jcl?
How do you create a temporary dataset?
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 can a fb file convert to vb file using sort program?
Explain how can a jobs execution priority be modified?
What are steplib and joblib? What for they are used?