BMC Software, Inc., Confidential and Proprietary Information
198 Application Enhancement Solutions Messages Manual
06 During OPEN processing, the AR/CTL action module has determined that
the file with the specified ddname was already open.
07 The data set was allocated as a temporary data set.
08 The data set being opened for repositioning has a disposition of
NEW
(DISP=NEW). A data set with a disposition of NEW cannot be opened for
repositioning.
The return code (rc) provides the return code from the MVS service that failed.
System Action: Processing continues, and the file characteristics block (FCB) for
the data set is marked with a permanent error. The application receives a status or
return code indicating the data set could not be opened.
User Response: Correct the problem identified by the reason and return codes in
the message. Have the job step listing available if you contact BMC Software
Product Support.
BMC74230I ASAM SERVICE ROUTINE FAILURE, ROUTINE=rt, RC=rc, DDN=ddname
Explanation: While processing a request for the given application sequential
access method (ASAM) data set (ddname), APPLICATION RESTART CONTROL
(AR/CTL) received a bad return code from either an ASAM or MVS service request.
The routine name (rt) identifies the service that failed.
01 A bad return code was received from the MVS POINT macro.
02 A bad return code was received from the MVS SYNCDEV macro.
03 A bad return code was received from the MVS NOTE macro.
The return code (rc) provides the return code from the MVS service that failed.
System Action: Processing continues, and the file characteristics block (FCB) for
the data set is marked with a permanent error. The application receives a status or
return code indicating the data set could not be opened.
User Response: Correct the problem identified by the reason and return codes in
the message. Have the job step listing available if you contact BMC Software
Product Support.
BMC74231I ASAM RESTART FAILED, REASON=reason, RC=rc, DDN=ddname
Explanation: While APPLICATION RESTART CONTROL (AR/CTL) was
attempting restart processing for the given application sequential access method
(ASAM) data set (ddname), an error occurred that made restart impossible. The
reason code (reason) indicates why restart processing failed or cannot be continued:
01 A mismatch was found in the number of ASAM data sets at restart. Either a
data set that was present in the previous execution was missing for the
current execution, or a data set was present in the current execution that did
not exist in the previous execution.