Answer Posted / guest
COND means condition parameter. It is compared with system
return code of previous step.//step1 exec pgm=abcd//step2
exec pgm=xyz, cond=(4,lt)step2 will be executed when system
return code of step1 is less than 4.
| Is This Answer Correct ? | 97 Yes | 64 No |
Post New Answer View All Answers
What is Cataloged Procedures?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
List the different jcl statements that are not permitted in the procedures?
What are hierarchy levels in jcl?
In job processing, what happens in execution stage?
How can the attributes of one sms dataset be copied to another dataset?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
What is the function of the dd avgrec keyword in sms datasets?
Explain how can values be passed from the job stream to an executable program?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
Define concatenating?
Name a few IBM utility programs, and explain its function.
Suppose I have five jobs to do. But I want to hold one?
What is the purpose of dd * statement in jcl?
How to override loadlib?