Answer Posted / challa srinivas
Use FILE-AID option of ISPF and give GDG base. Then we can see all the generations created under it. ALso use 3.4 of ISPF then also we can see all generations created along with the base
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How jcl is used for testing batch programs?
How to submit a jcl from cics?
Can I share my data with other jobs? How?
Explain about LMFREE�free data set from its association with data ID
Explain the jcl exec statement?
what is the difference between JES3 and JES2?
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.
How can the attributes of one sms dataset be copied to another dataset?
What is Cataloged Procedures?
How would you understand error(execution phase)?
Are there any set of rules for the names of the steps used in a job?
What is the purpose of the dd keylen parameter?
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 ?
what is the compile process of cobol program expalin with code
How dummy is used in jcl?