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 can the attributes of one sms dataset be copied to another dataset?
Is condition checking possible in jcl? If yes, how?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
How to execute 2nd and 4th steps among 5 steps in jcl proc?
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
Why block size is multiple of lrecl in jcl?
how you will the direct the data to spool using sysout option?
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 ?
a dd statement has 2 types of parameters. Name them?
Name a few IBM utility programs, and explain its function.
what is the compile process of cobol program expalin with code
what happens in conversion stage in job processing?
What is the function of dd disp parameter?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?