When we use conditional statement in JCL using
if-then-else-endif, IF statement is true, the step is
bypassed or executed?
Answer Posted / nidhi sharma
IF STATEMENT IS TRUE STEP WILL BYPASS OTHERWISE IT WILL
EXECUTE.
| Is This Answer Correct ? | 4 Yes | 8 No |
Post New Answer View All Answers
which utility is used to run a cobol-db2 program?
what happens in conversion stage in job processing?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
Explain dfsort utility?
How jcl work to handle various input output file operations?
Give the syntax of job specifying jcl statement.
how do you code a null statement?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What is the motivation behind coding class parameter in job statement?
What are the utility programs in jcl?
in ways data can be passed to a COBOL program from JCL?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
Where can program checkpoints be stored for use in a restart?
what is use of dcb parameter in dd statement?