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
what is the difference between JES3 and JES2?
How can an in-stream dataset be terminated?
what is “Cond= even” and “Cond=only”?
List the different jcl statements that are not permitted in the procedures?
What are s0c1, s0c4, s0c5, s0c7 and socb?
In sms datasets, what is the function of the dd avgrec keyword?
Explain how can values be passed from the job stream to an executable program?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
Differentiate between the joblib and the steplib statements?
How can a jobs execution priority be modified?
Which dd parameters are required?
How gdg are concatenated?
which parameter is used to check the syntax of a jcl without executing it?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?