BMC Software, Inc., Confidential and Proprietary Information
230 Application Enhancement Solutions Messages Manual
BMC74346E AR/CTL FOR VSAM DETECTED A NEW VSAM RPL FOR DDN=ddname,
AT RESTART TIME.
Explanation: During restart processing, APPLICATION RESTART CONTROL
(AR/CTL) detected a new request parameter list (RPL) for the file identified by the
given ddname. AR/CTL will not attempt to reposition the new RPL.
System Action: AR/CTL abnormally terminates the task with abend U1775 and
reason code X’00074346’.
User Response: Modify the application program to restore the application’s RPL
structure to the state it was in at the time of the abend, or bypass the repositioning for
this file by specifying
REPO=NO in the file characteristics block (FCB).
BMC74347E AR/CTL VSAM INTERNAL POINT FAILED FOR DDN=ddname, WITH
RETURN CODE=rc, RPL FEEDBACK=feedback
Explanation: APPLICATION RESTART CONTROL (AR/CTL) for VSAM
received a nonzero return code (rc) from an internal VSAM
POINT call to reposition
the file identified by the given ddname during restart processing. The request
parameter list (RPL) feedback displayed in the message provides more information
about the problem the VSAM action module encountered.
System Action: AR/CTL abnormally terminates the task with abend U1775 and
reason code X'00074347'.
User Response: Correct the problem identified by the return code in the message.
For information about the RPL feedback, refer to the MVS/DFP document, Macro
Instructions for Data Sets. If you need to contact BMC Software Product Support for
assistance, have the job step listing available when you call.
BMC74348I AR/CTL FOR VSAM type EXIT name FOR DDN=ddname, WAS IN
CONTROL AT THE TIME OF THE ABEND
Explanation: APPLICATION RESTART CONTROL (AR/CTL) for VSAM has
determined that a user exit of the specified type with the specified name was in
control when the file identified by the given ddname abended.
System Action: Processing continues.
User Response: If the user exit requests abnormal termination, correct the user exit,
if necessary.