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 |
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 pass parms to ispf edit macro?
can I port my existing applications from the mainframe or os/2? Will there be extensive changes required to do this?
How do I access data in control blocks such as jobname?
can I redistribute oorexx freely with commercial software?
Is it possible to port existing applications from the mainframe or os/2? Are there major changes required to do this?
How do I pass parms to my ISPF Edit macro
is there an aix version of oorexx?
Can anyone provide me the source code for LOC(lines of code) counter written in REXX language which can run on IBM mainframe z/OS V1R4. The LOC counter should be able to count the comments,lines of code,blank lines in a COBOL program and JCL's
how to access data in control blocks such as jobname?
Can I cleanly uninstall oorexx?
How to run my rexx exec?