Explain COND used in JCL?
Answer / koti156
the cond parameter is used to control the execution of subsequent job steps,depending on the condition code that is returned for a prior step.
ex:
suppose a job has two steps.the first step backups file,and the second step deletes the source file after a successful backup. obviously if the file is not successfully backup it should not be deleted.the cond can be used to control the the execution of the second step depend on th e value returned by the first.
| Is This Answer Correct ? | 8 Yes | 0 No |
In job processing, what happens in conversion stage?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
Explain about LMCLOSE�close a data set
Explain in DD statement what is the use of DCB parameter?
01 A. 10 B pic X(10). move spaces to A. move spaces to B. output in A & B
Name the system library from which modules are retrieved at execution
What is QSAM error usually when it is occurs?
Explain about LMINIT - generate a data ID for a data set
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
What is RESTART? How is it invoked?
Name a few IBM utility programs, and explain its function.
wht r different types of sort fields in jcl ?