Answer Posted / p.ramesh
The condition statement used in job statement and also used in exec statement.
syntex
COND(Positional parameter,Conditional parameter)
EX:
COND(0,LF)
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
which utility is used to run a cobol-db2 program?
Explain the job statement in jcl?
Name the statement which can be used to send data to another mvs jes3 node?
Matching Logic in Jcl not in cobol.Could any one please answer this question
how can the same proc be re-used and called by many jobs?
whats the diff bw the evaluate also and and?
Which statement is used to identify the private libraries in job?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
How to run cobol program using jcl?
how do you code a null statement?
Can an individual step be restricted from using all the jobs allowed cpu time?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
What is the use of disp parameter?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?