1)what is compilation jcl for cobol program but it is
calling another program
2)what is compilation jcl for cobol program but it is
calling another program(in this, main program is pure cobol
but sub program is cobol+db2 program
anyone please answer me for above questions. it's very urgent
Answer / guest
2)through IKJEFT01 utility we will compile the pgm
1)through NTLDR
| Is This Answer Correct ? | 0 Yes | 0 No |
I have 5 generations in my GDG. How do I code in the JCL to consider all the 5 versions of the GDG ?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
A STEP has more than 1 file as INPUT. And we have to put all these records int 1 output file. How to do ? //InputF DD DSN=ID.File1 DSN=ID.File2 DSN=ID.File3
Current version of GDG is ID.GDG.FILE.G0001V00. JCL has procedure with 2 steps like below, What will be the output file name in each step ? PROC starts Step 1 has ID.GDG.FILE(+1) Step2 has ID.GDG.FILE(+4) PEND Similarly, JCL has 2 steps in 2 separate procedure. What will be the output file names here ? PROC starts Step 1 has ID.GDG.FILE(+1) PEND PROC1 starts Step2 has ID.GDG.FILE(+4) PEND
describe the job statement, its meaning,syntax and significant keywords?
when can a job time-out occur? How to overcome that?
Why we us SYSTSIN DD with IKJEFT01 (TSO Utility) to execute a COBOL DB2 program? Why can't we use SYSIN DD?
When we use conditional statement in JCL using if-then-else-endif, IF statement is true, the step is bypassed or executed?
How to execute step2,step1, step3 if step1,2,3 are in order
Brief description of inline procedure of jcl.
How do You skip a Step In JCL?
Explain dfsort utility?