A SERVICE OF

logo

BMC Software, Inc., Confidential and Proprietary Information
386 Application Enhancement Solutions Messages Manual
BMC150262W SQL COMMIT WILL BE BYPASSED IN PROGRAM program
TIMESTAMP(timestamp) SECTION(section) STATEMENT(statement)
Explanation: APPLICATION RESTART CONTROL (AR/CTL), executing in
QUICKSTART for MVS toleration mode for the indicated program, is bypassing the
indicated SQL COMMIT request. SQL COMMIT requests are not allowed in this
environment; only checkpoint requests are allowed.
System Action: Processing continues.
User Response: This message is for your information. If you want AR/CTL to
perform commit processing, change the program to issue checkpoint requests.
BMC150263W DDNAME ddname IN FCB fcbname HAS BEEN CHANGED TO MATCH
THE FCBNAME
Explanation: The indicated ddname in the file characteristics block (FCB) is
different from the FCB name.
System Action: Processing continues.
User Response: Change the ddname to match the FCB name.
BMC150264I COBOL FCB COULD NOT BE FOUND WHEN ATTEMPTING TO OPEN
DDN=ddname
Explanation: APPLICATION RESTART CONTROL (AR/CTL) could not find
the COBOL file characteristics block (FCB) when it attempted to open the indicated
ddname. AR/CTL is assuming that a non-COBOL subroutine is opening the ddname.
System Action: Processing continues.
User Response: Ensure that the file was intended to be opened from a subroutine.
AR/CTL might not reposition a file correctly when it is opened from within a
subroutine.
BMC150265E ABNORMAL TERMINATION DISPOSITION OF DELETE FOUND FOR
DDNAME=ddname.
Explanation: APPLICATION RESTART CONTROL (AR/CTL) was conducting
open processing on the indicated ddname and found an abnormal termination
disposition (DISP=(,,DELETE)) in the JCL. This error indicates a conflict in the
processing that is being requested from AR/CTL. An abnormal termination
disposition of DELETE indicates that AR/CTL cannot keep repositioning
information on this ddname because the data set will not exist at restart.
System Action: The task abnormally terminates with completion code U1773 and
reason code X00150265.
User Response: Ensure that the DISP parameter in the JCL is correctly coded for
this ddname.