BMC Software, Inc., Confidential and Proprietary Information
BMC74200–BMC74299 201
System Action: The file is marked in error. For IMS or IMS-compatible modes, the
application receives an AI status code. When AR/CTL is providing sequential
support through call interception, the SYNAD routine for the data control block
(DCB) is entered if present. The task abnormally terminates if no SYNAD routine is
present.
User Response: Correct the problem identified by the return code in the message.
Have the job step listing available if you contact BMC Software Product Support.
BMC74235I ASAM/VSAM FILE INTERCEPT ERROR, RE=reason, DDN=ddname
Explanation: While intercepting application read or write requests for the given
application sequential access method (ASAM) or VSAM data set (ddname),
APPLICATION RESTART CONTROL (AR/CTL) encountered an unrecoverable
error. The reason code (reason) indicates the error that was detected:
01 The ASAM controller encountered an I/O error on an ASAM data set and
could not recover from the error.
02 The ASAM controller found that an ASAM data set had been opened before
the restart call.
03 The VSAM controller found that a VSAM file had been opened before the
restart call.
System Action: Processing terminates abnormally.
User Response: Correct the problem identified by the reason code in the message.
Have the job step listing available if you contact BMC Software Product Support.
BMC74236I OUTPUT STAGING AREA ERROR, RE=reason, DDN=ddname
Explanation: APPLICATION RESTART CONTROL (AR/CTL) detected that
the output staging area for the given application sequential access method (ASAM)
data set (ddname) has become full, and the stage error option (
STGERR) was
specified as ABEND in the file characteristics block (FCB) generation. The reason
code (reason) indicates why the error occurred:
01 A data space of the required size could not be obtained.
02 The data space has become full.
System Action: Processing terminates abnormally.
User Response: For reason code 01, make sure your installation allows
unauthorized batch job steps to obtain a data space of the size needed.
For reason code 02, increase the size of the output staging area specified in the FCB,
or decrease the amount of data added to the file between application checkpoints.
One way to do this is to reduce the time between application checkpoints.