How do I find or access the current level of a GDG?
Answer Posted / rainer bartosch
You may use this
CALL BPXWDYN "ALLOC DD(ddn) SHR DSN('"gdg"(0)') RTDSN(GDGN)"
Afterwards GDGD contains the name of the actual gdg data
set.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
how to pass parms to ispf edit macro?
have you already used rexx - even for limited purposes? Do you need to maintain a high level of productivity during your transition to unix?
is oorexx compatible with rexx?
what would I use uni-rexx for?
What is the use of uni-rexx?
What are the various error conditions seen in rexx?
If I have limited experience with Rexx or it's been a long time since I've used it, what kind of help is available to get me started?
does uni-rexx give me any capabilities designed specifically for the unix environment?
I executed one job and I forget to save the final JCL. But took an XDC from SPOOL. Now I want to recover the JCL from XDC dataset. Is there any process to do this?. (Manually it takes a lot of time). Is there
How to code the db2 queries using rexx?
What are the functions available in rexx?
what is uni-rexx?
can oorexx run normal rexx programs?
Suppose if there are a set of statements and each has a word “value” in it, if I want to display all these statements so that the word “value” is aligned, then how do I code this in rexx?
What are various loop types supported by rexx?