Gil
You've just made me rethinking my direction

>Allocate the PDS(E) with DSORG=PS; RECFM=F; LRECL=256.  Parse out
>member names.

In C I can do something like

for (...)
{
struct dirent *dent = readdir(dir);
do something with dent (i.e. open the file, manipulate and close.)
}


after I properly issued opendir

If the file I open in opendir happened to be  DD that point to a PDS or PDSE 
would that work the same?
Thanks
ZA

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to