How Can we see all generations of a GDG ?
Answers were Sorted based on User's Feedback
Answer / nagaraju
When you run a LISTCAT against the GDG base you should get back a report of all of the associated generations for that base.
Please correct me if i am wrong
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / 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 |
in 3.4 option simply type gdgbase name then we can see all generations
| Is This Answer Correct ? | 0 Yes | 0 No |
What statement can be used to send data to another mvs jes3 node?
what is d/f b/w sysout & sysprint
One of My Job is running in production, which contains five steps?i want to pass the input to FIFTH step while running is it possible? if how?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
Can we use DISP=SHR in output file in JCL
how to compress the data set
I have 2 steps in my exec statement , in first step I am creating a gdg, and the output of this step is going into second step as a input, and this second step is abended , now how could i approach in this case.
How to identify in JCL that an input file is empty without reading it?
wht is step lib n job lib ? where can we code joblib n steplib ?
What is Backward Referencing ?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
Suppose i have 2 steps in my pgm. Step1- creates a file, Step2 - generates report from file in step1, What changes have to be made in Step2, so that if the file in Step1 is empty Step2 should not be executed? No changes to be made to Step1.