A SERVICE OF

logo

BMC Software, Inc., Confidential and Proprietary Information
366 Application Enhancement Solutions Messages Manual
BMC150175W DDNAME ddname POINT RETURNED R15 code AND FDBK errorcode.
SHOWCB RPL RETURNED R15 code AT location
Explanation: A POINT operation to a record in the APPLICATION RESTART
CONTROL (AR/CTL) history data set failed and returned the specified code and
error code. A SHOWCB operation on the same RPL returned the specified code. The
AT location is for BMC Software internal debugging use only.
System Action: Processing of the AR/CTL history data set terminates, but AR/CTL
processing continues.
User Response: Refer to the VSAM Administration: Macro Instruction Reference
for the cause of the error.
BMC150176E AN XRST CALL HAS BEEN ISSUED AFTER A CHKP CALL HAS BEEN
PROCESSED
Explanation: An XRST call was issued after a CHKP call was issued.
System Action: The task abnormally terminates with abend U1771 and reason code
X00150176.
User Response: Correct the application program so that only one XRST call is
issued.
BMC150177E CURSOR REPOSITIONING REQUESTED AND CURSOR WITH HOLD
NOT SPECIFIED FOR CURSOR cursorname
Explanation: Cursor repositioning has been requested for the indicated cursor
and the cursor was declared without the WITH HOLD option. Cursor WITH HOLD
must be used to use cursor repositioning.
System Action: The task abnormally terminates with abend U1785 and reason code
X00150177.
User Response: Redefine the cursor to use the WITH HOLD option.
BMC150178E CURSOR REPOSITIONING FAILED FOR CURSOR cursorname
Explanation: Cursor repositioning failed for the indicated cursor. The most
common cause for this error is that the row to which the cursor should be
repositioned is no longer present in the cursor.
System Action: The task abnormally terminates with abend U1785 and reason code
X00150178.
User Response: Contact BMC Software Product Support.