What does a disposition of (MOD,DELETE,DELETE) mean ?
No Answer is Posted For this Question
Be the First to Post Answer
A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)
how to execute the last 5 steps in jcl
how to see the latest generation in gdg?
We are using 2 files , file one has data, file two is empty.Using jcl how can we find the other file is empty?
wht happens if blksize = 0 and lrec = 0 ?
What do you do if you do not want to keep all the space allocated to a dataset?
Explain the function of the steplib dd statement?
. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance
If a JOBSTEP abends, AND without using COND also, all the subsequent steps execute, then what is the use of using EVEN ? Why do we use EVEN when without it also all the JOBSTEPs execute ?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
WHAT IS DUMMY IN JCL? HOW TO USE IT? CAN ANYBODY SEND PROGRAM ON THIS?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?