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
What is the difference between run mode and addressing mode?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
What is the function of dd disp parameter?
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
Explain how can a jobs execution priority be modified?
Explain the job statement in jcl?
what is JCL?
what is the use of IEBGENER utility?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
i want to store 20 digits . how will u do it in cobol ?
How to submit jcl through a cobol program?
What is use of restart and how to use it?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
What do you understand by the terms: joblib and steplib?
How does jcl specify the job to the operating system?