![](https://pdfstore-manualsonline.prod.a.ki/pdfasset/2/7e/27e4df2a-2443-43a6-a856-72e36112a2da/27e4df2a-2443-43a6-a856-72e36112a2da-bgd4.png)
BMC Software, Inc., Confidential and Proprietary Information
200 Application Enhancement Solutions Messages Manual
BMC74232I UNABLE TO OBTAIN DATA SPACE, REASON=reason, RC=rc,
DDN=ddname
Explanation: APPLICATION RESTART CONTROL (AR/CTL) attempted to
obtain a data space for the given application sequential access method (ASAM) data
set (ddname) that was specified as using output staging. The reason code (reason)
indicates why the data space could not be obtained:
01 The system is not MVS/ESA and does not support data spaces.
02 A bad return code was received from the MVS DSPSERV macro.
03 A bad return code was received from the MVS ALESERV macro.
04 The number of blocks requested for the data space was zero.
The return code (rc) provides the return code from the MVS service that failed.
System Action: Processing continues, and the file control block (FCB) is marked
as not using output staging.
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.
BMC74233I UNABLE TO FREE DATA SPACE, REASON=reason, RC=rc,
DDN=ddname
Explanation: APPLICATION RESTART CONTROL (AR/CTL) attempted to
free a data space for the given application sequential access method (ASAM) data set
(ddname) that was specified as using output staging. The reason code (reason)
indicates why the data space could not be freed:
01 A bad return code was received from the MVS DSPSERV macro.
02 A bad return code was received from the MVS ALESERV macro.
The return code (rc) provides the return code from the MVS service that failed.
System Action: Processing continues, but the data space is not freed.
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.
BMC74234I CLOSE FAILED FOR DATA SET, TYPE=type, RC=rc, DDN=ddname
Explanation: While attempting to close an application sequential access method
(ASAM) data set, APPLICATION RESTART CONTROL (AR/CTL) received a bad
return code from the close macro. The message also indicates the type of close
request that was being processed:
01 normal close operation
02 temporary close operation
The message provides the return code (rc) and ddname associated with the error.