When we use conditional statement in JCL using
if-then-else-endif, IF statement is true, the step is
bypassed or executed?
Answer Posted / shubha
statement is executed,but if we use cond=( ),
then if the statement is true step will be bypassed.
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
List the different jcl statements that are not permitted in the procedures?
what is the purpose of coding class parameter in job statement?
How does jcl specify the job to the operating system?
what is DSN parameter and DISP parameter is used for?
what happens in conversion stage in job processing?
how can the same proc be re-used and called by many jobs?
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 can return codes be tested before execution of a job step?
What is the function of the dd avgrec keyword in sms datasets?
What is the maximum length of a single line of jcl?
Give the syntax of job specifying jcl statement.
what operation is performed by job statement?
What parameter directs the output of the job log dataset?
when does a dataset go uncataloged?
Suppose I have five jobs to do. But I want to hold one?