Yeah, but unfortunately all this does is give a dump of the messages. No further information beyond what you get when the message happens for real. Some of those messages don't make a whole lot of sense - even if they're supposed to be written so well they don't need further explanation.
-----Original Message----- From: John Mattson [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 22, 2005 10:41 AM To: [email protected] Subject: Re: Another OS/390 to z/OS 1.4 migration question (COBOL) Cobol decided that its internal messages were SO wonderful that they no longer needed a messages manual. Yes, really. I found this by opening a PMR with IBM. You can run the following program (Cobol 3.3) : //RUNIVP EXEC IGYWCLG,PARM.COBOL=RENT,REGION=0M, // PARM.LKED='LIST,XREF,LET,MAP' //GO.SYSOUT DD SYSOUT=* //*COBOL.SYSIN DD DISP=SHR,DSN=IGY.V3R3M0.SIGYSAMP(IGYIVP) //COBOL.SYSIN DD * IDENTIFICATION DIVISION. PROGRAM-ID. ERRMSG. /* And it will create a listing of all of the messages that cobol can do. However, I looked in my listing for the IGYPS messages and I couldn't find them. So I recommend you open a PMR with IBM. ---------------------------------------------------------------------- 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 E-MAIL CONFIDENTIALITY & USE NOTICE: The contents of this e-mail message and any attachments are intended solely for the addressee(s) and may contain confidential and/or legally privileged information. If you are not the intended recipient of this message or if this message has been addressed to you in error, please immediately alert the sender by reply e-mail and then delete this message and any attachments. In addition, you are strictly prohibited from using, disseminating, distributing, copying, or storing this message and any attachments. ---------------------------------------------------------------------- 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

