2009/12/18 Charles Mills <charl...@mcn.org>:
> Does anyone know of one lick of documentation *specific to z/OS* for the
> subject C++ classes? The words "DD" and "PDS," for example, do not appear
> anywhere in "IBM z/OS Standard C++ Library Reference." (Well, "DD" does
> appear in the context of date formats.) I don't see one word on the filename
> formats supported beyond "const char *".  I stumbled into the fact that they
> support the DD: syntax by blind luck.

Have you looked at the XL C/C++ Programming Guide? It has references
to PDS and DD: in it, though I'm not sure how C++ish they are.

> Does anyone know of any PDS(E)-specific support in z/OS C/C++? Anything
> analogous to FIND? I know I can dynalloc() with a member name but for
> multiple members the performance is extremely poor relative to FIND.

Chapter 10 of the Programming Guide has a section on "Regular and
extended partioned data sets".

Tony H.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to