A SERVICE OF

logo

BMC Software, Inc., Confidential and Proprietary Information
226 Application Enhancement Solutions Messages Manual
BMC74331E ASAM CONTROLLER WAS UNABLE TO LOAD USER EXIT ROUTINE
exitname, FOR DDN=ddname
Explanation: An attempt to load the application sequential access method
(ASAM) user exit routine (exitname) for the indicated ddname, as specified in the
file characteristics block (FCB), was not successful.
System Action: APPLICATION RESTART CONTROL (AR/CTL) abnormally
terminates the task with abend U1771 and reason code X00074331.
User Response: Review the JCL and ensure that the required user exit routine
module resides in the appropriate load library concatenation.
BMC74332I ASAM USER EXIT exitname HAS BEEN ACTIVATED FOR DDN=ddname
Explanation: The application sequential access method (ASAM) controller has
loaded and set up the environment to invoke the ASAM user exit routine (exitname)
for the indicated ddname.
System Action: Processing continues.
User Response: This message is for your information only. No action is necessary.
BMC74333I ASAM USER EXIT exitname HAS BEEN DE-ACTIVATED FOR
DDN=ddname
Explanation: The application sequential access method (ASAM) controller has
received a return code from the user exit routine (exitname) for the indicated
ddname, indicating that the ASAM user exit routine must be deactivated.
System Action: ASAM processing continues for the indicated ddname without
invoking the user exit routine.
User Response: This message is for your information only. No action is necessary.
BMC74334E ASAM USER EXIT exitname, HAS RETURNED AN INVALID ACTION
CODE code, FOR DDN=ddname
Explanation: The application sequential access method (ASAM) controller has
received the indicated invalid return code from the ASAM user exit routine
(exitname) for the indicated ddname.
System Action: APPLICATION RESTART CONTROL (AR/CTL) abnormally
terminates the task with abend U1771 and reason code X00074334.
User Response: Ensure that the ASAM user exit routine returns a valid action code
when it returns control to the ASAM controller.