How do I find or access the current level of a GDG?
Answers were Sorted based on User's Feedback
Answer / shakila vinayagam
Use Outtrap() on the output of TSO LISTCAT.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / 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 |
How to code the db2 queries using rexx?
When will a port of ooRexx to "XYZ" be available?
What are the various error conditions seen in rexx?
how long does the install of oorexx take?
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?
How to code the db2 queries using rexx, and also plz send some link and examples using db2 queries?
how to access data in control blocks such as jobname?
Can I combine uni-REXX with a compiled language in my application? What application programming interfaces are available? For example, can I share variables between uni-REXX and a compiled language?
What does the sample library of uni-rexx consist of?
what is uni-rexx?
How do I access data held on the JES spool?
I want to code a REXX Program in order to load many tables in a database simultaneously in a batch fashion. Currently batch codes ar available in which only one job is submitted at a time and this loads only one table. My requirement is that many tables should be loaded at a time when one Job is submitted and can this be done using REXX Tool???