When we use conditional statement in JCL using
if-then-else-endif, IF statement is true, the step is
bypassed or executed?
Answer Posted / satyasivaji.ch
When we use conditional statements if the condition
specified is true then step bypassed,n if u use if n else
statements then condition specified is true then step is
executed.
Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
How do you access an uncatalogued dataset in a jcl?
what happens in conversion stage in job processing?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
which parameter is used to check the syntax of a jcl without executing it?
Is automatic restart possible in jcl?
is there any way to execute more than one proc in the same exec statement at the same time..?
define cond parameter in jcl?
Explain dfsort utility?
What are hierarchy levels in jcl?
What is the difference between the positional and keyword parameters? Give examples.
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
What is the maximum length of a single line of jcl?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
Explain the function of the steplib dd statement?
what is SOC4 error?