Hi everyone,
/*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) Sysvariables which give informations in REXX.
Thanks in advance,
Ramkumar.