I want to read size of members of a pds For example:-
my pds name is - my.pds.cics
If i browse this pds I will find details like below:
name prompt size created ..............
____PDS1 0051e 25/03/2016
____PDS2 006be 25/03/2016
____PDS3 0078e 25/03/2016
____PDS4 0051g 25/03/2016
I want to read the size of all the members of this pds and store it in variable.
ex. var1 = 0051e
Please help me how to o it.I tried using lmmfind. Can anyone help me with the codes in REXX.