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 |
Name the system library from which modules are retrieved at execution
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
The maximum number of in-stream procedure you can code in any JCL is ?
what's the significance of freespace(0 0) and freespace(100 100)
What is the purpose of dd?
diff bw SB37,SD37,SE37 ?( bcz these 3 belongs Space related abends only)
I have a Symbolic Parameter which can have a value say 01 or 02 etc. Now consider i have another Symbolic parameters which is used to get 3 digit code of months (JAN, FEB, etc) but for that i need to check the first symbolic parameter's value and provide its corresponding month's name in the second symbolic parameter. Say IF sym1 = 01 then sym2='Jan' ENDIF etc... In JCL, IF condition is used for RC, ABEND purposes of a step etc. When i use Symbolic parameter in IF clause it is showing Error message. Is there a way to get the above result possible in JCL. If you could provide me with an example, i would understand it better.
write a jcl to execute a job by 7:00 am on jan 20,1986?
jcl is like a complier....?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
How do you restart a PROC from a particular step?
If the COND parameter is specified in both the JOB and EXEC statements, which one will take precedence? If JOB takes priority and if all the conditions evaluate to false, then will the conditions on the EXEC step be evaluated next?