|
Very interesting. Thanks Simon. Bruce -----Original Message----- From: Simon Coulter <shc@flybynight.com.au> To: JAVA400-L@midrange.com <JAVA400-L@midrange.com> Date: Wednesday, June 13, 2001 6:49 PM Subject: Re: How to lookup Qshell error messages? M Hello Bruce, You wrote: >I found QSHMSGF in QSHELL but I Don’t know how did you look up text for >error 3489? The errno values are documented in the errno.h include file and in the documentation for the APIs which generate them (See the Unix-like API manual). However, since this is an AS/400 we are dealing with, and for the most part they exhibit good design, someone has had the foresight to create real message descriptions for the errno codes. The messages are in QCFPMSG. Simply prefix the errno with CPE and display the message. For example: DSPMSGD CPE4389 Since these messages originate from Unix platforms they usually cover a multitude of sins and generally don't have very helpful second level text. It is nearly always necessary to infer the real problem from the errno by trnaslating mentally from Unix terms to AS/400 terms. Sometimes you will be lucky and see an AS/400 error message in the job log prior to the errno. Regards, Simon Coulter. +--- | This is the JAVA/400 Mailing List! | To submit a new message, send your mail to JAVA400-L@midrange.com. | To subscribe to this list send email to JAVA400-L-SUB@midrange.com. | To unsubscribe from this list send email to JAVA400-L-UNSUB@midrange.com. | Questions should be directed to the list owner: joe@zappie.net +---
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.