Answer Posted / 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 |
Post New Answer View All Answers
Are there any set of rules for the names of the steps used in a job?
What statement can be used to send data to another mvs jes3 node?
What are steplib and joblib?
Is automatic restart possible in jcl?
What is the purpose of dd?
i want to store 20 digits . how will u do it in cobol ?
What is the motivation behind coding class parameter in job statement?
what is DSN in JCL and what are the parameters to declare the DSN?
How jcl is used for testing batch programs?
How gdg are concatenated?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
How is a type of file defined in the jcl that executes the cobol program?
What is the function of dd name parameter with a 2 part structure; audit.report?