Thanks to all for the info......

McKown, John wrote:
-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Ray Overby
Sent: Monday, August 11, 2008 2:26 PM
To: [email protected]
Subject: Where is doc for BPX1MPC return information?

I am issuing a BPX1MPC call in assembler and am getting a return value (2nd parameter) of X'FFFFFFFF', a return code (3rd parameter) of X'0000009D', and a reason code (4th parameter) of X'0B72013F'. I found what I think are return codes when the return value is X'FFFFFFFF' at z/OS V1R9.0 UNIX System Services Messages and Codes: 3.0 <http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/FRAMESET /bpxza880/3.0?SHELF=&DT=20070606153306> . Is this correct?

Ray Overby

In the UNIX return code world of z/OS, the most important part is that
"reason code". It is in two parts. The first 4 digits and the second 4
digits. The most important part of that is the last 4 digits. In your
case: 013F. Which actually documented at:

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/FRAMESET/bpxza880/3
.0


Which is:

<quote>
JRInvTermStat
An incorrect process termination status was passed to BPX1MPC.
Action:Structure BPXYWAST describes the valid terminating status.
</quote>

If your TSO session is set up with SYS1.SBPXEXEC on the SYSEXEC
concatenation, you can to the command:

TSO BPXMTEXT 0B72013F

to get this same information.

--
John McKown
Senior Systems Programmer
HealthMarkets
Keeping the Promise of Affordable Coverage
Administrative Services Group
Information Technology

The information contained in this e-mail message may be privileged
and/or confidential.  It is for intended addressee(s) only.  If you are
not the intended recipient, you are hereby notified that any disclosure,
reproduction, distribution or other use of this communication is
strictly prohibited and could, in certain circumstances, be a criminal
offense.  If you have received this e-mail in error, please notify the
sender by reply and delete this message without copying or disclosing
it.
----------------------------------------------------------------------
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



----------------------------------------------------------------------
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

Reply via email to