What is the meaning of the EXEC statement keyword, COND?
What is its syntax?
Answer Posted / guest
COND specifies the conditions for executing the subsequent
job step. The value after the COND= is compared to the
return codes of the preceding steps and if the comparison is
true, the step is bypassed. (If this answer confuses you,
welcome to the club - memorize it and don't ask questions!)
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
what is the use of IEBGENER utility?
What is the function of dd disp parameter?
Describe the various parameters utilized in the creation of a gdg?
Explain how can values be passed from the job stream to an executable program?
How is a type of file defined in the jcl that executes the cobol program?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
What statement can be used to send data to another mvs jes3 node?
can any one plzzzzzz tell the jcl code for creating ps using idcams
Is it possible to left uncode disp? If yes, how?
What do you understand by the term notcat 2 – gs?
How can return codes be tested before execution of a job step?
which utility is used to run a cobol-db2 program?
what happens in conversion stage in job processing?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
Why block size is multiple of lrecl in jcl?