/*Rexx*/
lib='your.pds'
var=listdsi("'"lib"'" 'directory' )
say lib 'has' sysmembers
exit.
In the above piece of code, sysmembers will give the total no of members. Like this are there any other sysvariables which would give any information about the PDS?
I am not only looking for PDS details. please anyone let me know the (most of the)

Thanks in advance,
Ramkumar.