Page 1 of 1

can Easytrieve handle PDS ?

PostPosted: Thu Nov 10, 2011 6:29 pm
by sjrcreation
Can Easytrieve handle PDS ?
when I give PDS as input will it process each member in it ?

Re: can Easytrieve handle PDS ?

PostPosted: Thu Nov 10, 2011 6:36 pm
by NicC
What happened when you tried a simple little test run?

Re: can Easytrieve handle PDS ?

PostPosted: Thu Nov 10, 2011 7:23 pm
by BillyBoyo
Look at your manual. Unless there is a recent addition...

It is going to "process" a PDS like a Cobol program would. It'll just read the directory records.

Unload your PDS to a "flat" file and process that.

Re: can Easytrieve handle PDS ?

PostPosted: Thu Nov 10, 2011 10:19 pm
by dick scherrer
Hello,

when I give PDS as input will it process each member in it ?
No.

If you hasve a DD statement that points to a particular member, Easytrieve will read it as though it was a sequential file.

If you want to read 3 members as a single input, concatenate 3 DD statements of one member each.

If you want to do something else, you need to clearly post what you want to accomplish.