Answer Posted / kumar2424.suresh
in 3.4 option simply type gdgbase name then we can see all generations
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
What is the purpose of dd * statement in jcl?
Explain the function of dd disp parameter?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
What is condition checking in jcl? Is this possible?
Is their any limit for data sets?
Explain the purpose of the dd keylen parameter?
Why include statement is used in a jcl?
How can values be passed from the job stream to an executable program?
Explain dd statement in jcl?
What is notcat 2 - gs?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
Can I share my data with other jobs? How?
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.