wht happens if cond=true ? pls give me with an example ?
Answer Posted / shailendra
that individual step in which this cond parameter mentioned
this will not execute (bypass this step)
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
what is a jcl?
Explain in DD statement what is the use of DCB parameter?
What do you understand by jcl?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
How to alter the parameters for the existing gdg?
what is SOC4 error?
How does jcl act on code(if you take a cobol program)?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
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?
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 ?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
Can we use DISP=SHR in output file in JCL
In job processing, what happens in execution stage?
What are steplib and joblib?