View previous topic :: View next topic
|
Author |
Message |
Nileshkul
New User
Joined: 09 May 2016 Posts: 43 Location: India
|
|
|
|
Hi,
Apologies if this is already posted (I searched but not found). Need some help.
I have a REXX statement coded as below:
PARSE VALUE LISTC(DSN-NAME) WITH RC DSNCOUNT
When this REXX is run with DSN-NAME containing a GDG base - it returns number of GDG versions present in variable DSNCOUNT.
Now I want to know what all values can be extracted from above command. Specifically looking for any way to get record count if I give input specific GDG version in field DSN-NAME. Any details about all data available via similar to above LISTC usage in REXX would be really helpful.
Many Thanks - Nilesh |
|
Back to top |
|
 |
sergeyken
Senior Member

Joined: 29 Apr 2008 Posts: 1751
|
|
Back to top |
|
 |
Nileshkul
New User
Joined: 09 May 2016 Posts: 43 Location: India
|
|
|
|
Thanks for quick response, this is very helpful info.
On similar note, is there any simple way to get record count in REXX. That would help a lot.
Many Thanks - Nilesh |
|
Back to top |
|
 |
sergeyken
Senior Member

Joined: 29 Apr 2008 Posts: 1751
|
|
|
|
Nileshkul wrote: |
Thanks for quick response, this is very helpful info.
On similar note, is there any simple way to get record count in REXX. That would help a lot.
Many Thanks - Nilesh |
No record count is kept by zOS for datasets / PDS members. |
|
Back to top |
|
 |
sergeyken
Senior Member

Joined: 29 Apr 2008 Posts: 1751
|
|
|
|
sergeyken wrote: |
No record count is kept by zOS for datasets / PDS members. |
Some exception is: ISPF-provided statistics for PDS members. |
|
Back to top |
|
 |
|