When we use conditional statement in JCL using
if-then-else-endif, IF statement is true, the step is
bypassed or executed?
Answer Posted / satyasivaji.ch
When we use conditional statements if the condition
specified is true then step bypassed,n if u use if n else
statements then condition specified is true then step is
executed.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
How does jcl act on a cobol code?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
which utility is used to sort a file in jcl?
what happens in conversion stage in job processing?
Explain the function of a dd statement?
Can I share my data with other jobs? How?
Is acct parameter mandatory?
Explain how can an in-stream dataset be terminated?
How to do automated restart when a job abend?
what is use of dcb parameter in dd statement?
how you can access an uncataloged dataset in a JCL?
what is DD statement is used in JCL?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?