A SERVICE OF

logo

BMC Software, Inc., Confidential and Proprietary Information
382 Application Enhancement Solutions Messages Manual
BMC150229E REQUEST TO SWITCH TO A NEW VOLUME FOR FILE=filename FAILED,
REASON=reason
Explanation: The APPLICATION RESTART CONTROL (AR/CTL) for Open
Systems application program interface (API) received a request to force
end-of-volume for the identified file and encountered an error during processing of
the request. The reason identifies the source of the error:
NO END-OF-VOLUME EXIT SET
UNABLE TO LOCATE AR/CTL FCB
FILE NOT OPEN (FCB)
FILE NOT OPEN
FILE IS NOT OPENED FOR OUTPUT
CHECKPOINT REQUEST FAILED
System Action: Processing continues, but no volume switch is performed.
User Response: This message is for your information only. No action is necessary.
BMC150230E UNABLE TO OPEN DDNAME=SYSIN, JOB TERMINATED
Explanation: During processing with the APPLICATION RESTART
CONTROL (AR/CTL) for Open Systems application program interface (API), the
QSRLSE utility was invoked to release unused space for a DASD data set, but no
SYSIN DD statement was supplied. SYSIN is a required DD statement for the
QSRLSE utility.
System Action: Processing is terminated with return code 8.
User Response: Supply a valid SYSIN DD statement; refer to the
QUICKSTART/MVS documentation for information about coding JCL for the
QSRLSE utility.
BMC150231E OPEN FAILED FOR DDNAME=ddname, SKIPPING TO NEXT FILE
Explanation: During processing with the APPLICATION RESTART
CONTROL (AR/CTL) for Open Systems application program interface (API), the
user requested release of the unused space for a DASD data set. The API was unable
to open the identified file. The file name (ddname) is supplied through the SYSIN
DD statement.
System Action: Processing continues. The identified file is not processed.
Processing skips to the next file.
User Response: Make sure that the file name is correct and that the data set exists
in usable condition.