> -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of Farley, Peter x23353 > Sent: Thursday, July 14, 2005 12:26 PM > To: [email protected] > Subject: Re: Open MVS question > > > Precisely. One seeking to use a tool program executable does > not look in > the C/C++ development manuals. One looks in the manuals that > document the > tool program. > > I said "undocumented" exactly because the Unix System > Services manuals do > not say which tool programs use open() and which use fopen(). > They only say > what they will support to work with MVS datasets. And of > course it will > stay that way because they could change the source of any > tool program at > any time they feel like it and start using open() instead. > > I was just describing what exists (for now). > > Peter >
I totally agree about the documentation being "lacking". I had an ftp issue today. I started in the "Communications Server" bookshelf for the FTP server information. It told me to use the DEBUG ACC in the FTPDATA, and recycle the FTP server. I was to then go to the UNIX bookshelf for the definations of the error codes, which are in the UNIX SYSLOG (luckily I have the UNIX SYSLOG daemon going!). The UNIX bookshelf told me go to look at the codes in the C/C++ runtime manual for the "__passwd()" function. The problem: the user trying to do the ftp did not have an OMVS segment in RACF. So it used the BPX.DEFAULT.USER profile in the FACILITY class in RACF. The "default UNIX" userid was revoked! -- John McKown Senior Systems Programmer UICI Insurance Center Information Technology This message (including any attachments) contains confidential information intended for a specific individual and purpose, and its' content is protected by law. If you are not the intended recipient, you should delete this message and are hereby notified that any disclosure, copying, or distribution of this transmission, or taking any action based on it, is strictly prohibited. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

