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 |
define cond parameter in jcl?
what is pupose and meaning of the REGION keyword and what jcl statement is it associated with?
can we maintain 2 generations with different Lengths in Same GDG ?
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
How to DEBUG a JCL?
How do you access a file that had a disposition of KEEP?
What is the meaning of the EXEC statement keyword, COND? What is its syntax?
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
What is the meaning of data definition name (ddname) and dataset name (dsname) in the DD statement?
in catalog procedure i have step1 dd dsn=filea dd dsn=fileb dd dsn=filec ur concatenaning all the files. but i need to override fileb with file 2 ? can anyone give the ans pls for ths
What are the kinds of job control statements?
What is the use of the utility DFSRRC00 in the JCL?