Hi..
I am allocating a new dataset through rexx using the command.
ADDRESS TSO "ALLOCATE FI(ABCD) DA('HLQ.R||File1(I))') SHR REUSE
Now I need to copy these file name in another file.How do i do that..I basically need to gater name of all files while are allocated through Rexx.