How many PDS members can we create using REXX ??
My code of creating members inside a PDS creates 101 members max... Beyond that it wont create any members.
I believe its not the directory value which restricts the members being created. Because my PDS has CYL (100,50) 10 directory blocks. which is sufficient enough to create more than 101 members.
Moreover,when i try creating members manually, it allows to create member in the same PDS. I mean more than 101. !!!
The code to create PDS members is as below :
"ALLOC DA('"PDS_MEM"') F(MYOTDD) OLD REUSE"
whewe PDS_MEM = 'userid.rexx.pds(member1)'