Answer Posted / kalpana dwivedi
It is true that step can be skip using condition parameter
but COND=(0,LE) is not correct, as Cond parameter works on
reverse logic.
It should be COND=(0,GE) or (4096,LE)
That means step will not run if return code of previus step
is Greater than equal to zero or if the condition code of
previous step is less than equal to 4096.
| Is This Answer Correct ? | 13 Yes | 17 No |
Post New Answer View All Answers
i want to store 20 digits . how will u do it in cobol ?
Explain how can the attributes of one sms dataset be copied to another dataset?
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?
Explain how can a jobs execution priority be modified?
Can I send output of job to my remote device careerride123?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
what is the use of JCL?
In job processing, what happens in execution stage?
How jcl work to handle various input output file operations?
whats the diff bw the evaluate also and and?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
What is the significance of addrspc parameter in the exec statement?
What is the purpose of disp parameter?
Explain dd statement in jcl?
What do you understand by jcl?