Re: DESERV for HFS Folders?

2012-04-20 Thread Miklos Szigetvari
Hi For HFS I would not try with DESERV, but with readdir On 4/20/2012 2:58 AM, Charles Mills wrote: I need to be able to process for input all members of a PDS, PDSE, or HFS folder. I need to process them individually - the order does not matter - and not as one big concatenated file.

Re: DESERV for HFS Folders?

2012-04-20 Thread Bob Shannon
I need to be able to process for input all members of a PDS, PDSE, or HFS folder. Refer to UNIX System Services File System Interface Reference SA22-7808. Bob Shannon Rocket Software -- For IBM-MAIN subscribe / signoff /

Re: DESERV for HFS Folders?

2012-04-20 Thread McKown, John
: DESERV for HFS Folders? I need to be able to process for input all members of a PDS, PDSE, or HFS folder. I need to process them individually - the order does not matter - and not as one big concatenated file. DESERV GET_ALL will get me the names if it's a PDS or PDSE (and I can take

Re: DESERV for HFS Folders?

2012-04-20 Thread Charles Mills
, 2012 4:34 AM To: IBM-MAIN@bama.ua.edu Subject: Re: DESERV for HFS Folders? I need to be able to process for input all members of a PDS, PDSE, or HFS folder. Refer to UNIX System Services File System Interface Reference SA22-7808

Re: DESERV for HFS Folders?

2012-04-20 Thread Charles Mills
, April 20, 2012 5:56 AM To: IBM-MAIN@bama.ua.edu Subject: Re: DESERV for HFS Folders? I think the only way to do what you want is via the UNIX readdir type functionality. The only thing I can find for reading a directory using non-UNIX BPAM support are the BLDL and FIND macros. Conspicuously

DESERV for HFS Folders?

2012-04-19 Thread Charles Mills
I need to be able to process for input all members of a PDS, PDSE, or HFS folder. I need to process them individually - the order does not matter - and not as one big concatenated file. DESERV GET_ALL will get me the names if it's a PDS or PDSE (and I can take it from there) but what about a