Answer Posted / guest
IEFBR14 is a Dummy utility and it is used for the sake of
EXEC PGM= .... statement in JCL[when used it wouldn't
perform any task]. e.g. While Allocating a dataset you don't
have to run any utility [this could be done by giving
disp=new inDD statement]. But for a PGM name must be given
in EXEC statement, it is used.
| Is This Answer Correct ? | 5 Yes | 7 No |
Post New Answer View All Answers
whats the diff bw the evaluate also and and?
When space is allocated for an output dataset, what units can be used?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
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.
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 //jcllib statement?
which utility is used to sort a file in jcl?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
Explain about LMFREE�free data set from its association with data ID
What does a disposition of (MOD,DELETE,DELETE) mean ?
Explain about ISPF/TSO Commands
How can a fb file convert to vb file using sort program?
How does jcl act on a cobol code?
How do you create a temporary dataset?
Matching Logic in Jcl not in cobol.Could any one please answer this question