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 |
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
I have 255 procedures in a job, each procedure contain 2 steps.can we execute this job?
wht happens if cond=true ? pls give me with an example ?
How much is memory space involved, when we code BLOCKSIZE,TRK & CYL ?
what is the purpose of SYSOUT parameter in the DD statement?
which utility is used to update pds?
i have two flat files.i want to select one record from that file by using jcl.for example file1 contains emp no,name,joining date. file2 has same details.emp no is primary key. i will give empno.that emp details send to outfile.please let me know if any one knows it.give sample code.
What is COND=EVEN ?
how to create a member or sequential dataset through tso command??
How to test thru JCL if any file(PS or VSAM) is empty or not. I do not want to use any COBOL prog or Ezytrieve and want to do using utility.
Explain the jcl exec statement?
how to compress the data set