Hi All,
I use the following code for one of my rexx program.
address tso,
"ALLOC FILE("ddnvar") SHR REUSE DS(pds)"
end.
i move 'test.srclib' to the dataname 'pds'. But its automatically allocates my userid to the dataname and 'pds' becomes userid.test.srclib.
Is there a way to avoid this ?
Many thanks
Sankar.