![](https://pdfstore-manualsonline.prod.a.ki/pdfasset/2/7e/27e4df2a-2443-43a6-a856-72e36112a2da/27e4df2a-2443-43a6-a856-72e36112a2da-bg14a.png)
BMC Software, Inc., Confidential and Proprietary Information
318 Application Enhancement Solutions Messages Manual
BMC150003E OPEN FAILED FOR FILE ddname; PROGRAM INTERRUPT TRAP NOT
SET
Explanation: APPLICATION RESTART CONTROL (AR/CTL) is unable to
open the file with the specified ddname.
System Action: Processing continues, but program exception handling is not
active.
User Response: Supply a DD statement for the identified file. Make sure the file
has the correct attributes.
BMC150004I A PROGRAM INTERRUPT (type) HAS OCCURRED, AR/CTL HAS
TRAPPED THE INTERRUPT
Explanation: A program exception condition of the identified type has occurred.
APPLICATION RESTART CONTROL (AR/CTL) has intercepted the exception
condition.
System Action: The action taken depends on the options selected for program
exception handling.
User Response: This message is for your information only. No action is necessary.
BMC150005E UNABLE TO OBTAIN CSECT INFORMATION FOR MODULE module
Explanation: APPLICATION RESTART CONTROL (AR/CTL) is unable to
obtain CSECT information for the identified module.
System Action: Processing continues. If the load module contains multiple
CSECTs, the Program Exception report cannot identify the CSECT in which the
error occurred.
User Response: Make sure that the load module is in a PDS library (PDS/E is not
supported). Make sure that the load module is in a STEPLIB concatenation and not
in a system library (such as LPA or LNKLST).
BMC150006E A DL/I call CALL HAS BEEN ISSUED AFTER AN APPLICATION
PROGRAM TERM CALL WAS ISSUED.
Explanation: APPLICATION RESTART CONTROL (AR/CTL) has detected
that the application program issued the specified DL/I call after issuing a
TERM call.
System Action: AR/CTL abnormally terminates the task with abend U1771 and
reason code X’00150006’.
User Response: Review and correct the application program.