BMC Software, Inc., Confidential and Proprietary Information
BMC74300–BMC74399 225
BMC74327E THE CALL FUNCTION IS NOT COMPATIBLE WITH THE PROCESSING
INTENT FOR DDNAME=ddname.
Explanation: An application program issued an application sequential access
method (ASAM)
REQUEST that is not compatible with the access method allowed
for a file with the indicated ddname.
System Action: APPLICATION RESTART CONTROL (AR/CTL) abnormally
terminates the task with abend U1770.
User Response: Ensure that the program communication block (PCB) for the
ddname specifies the appropriate access intent (
GET, INSERT, or LOAD) with the
PROCOPT keyword. Ensure that the access intent of the application call corresponds
to the access intent defined with the
PROCOPT keyword.
BMC74328E EXEC SQL COMMIT STATEMENTS ARE NOT ALLOWED IN THE NATIVE
COMPATIBLE ENVIRONMENT.
Explanation: EXEC SQL commit statements are not allowed in the
native-compatible mode. In the simplified mode, EXEC SQL commit statements are
converted to ARCCHKP calls.
System Action: APPLICATION RESTART CONTROL (AR/CTL) abnormally
terminates the task with abend U1771 and reason code X’00074328’.
User Response: Correct the application program so that it issues checkpoint calls in
the IMS-compatible mode. Then restart the job.
BMC74329I BCF NOT ACTIVATED OR AUTOBBO=NO, REATTACH FOR AR/CTL IS
NOT ALLOWED.
Explanation: APPLICATION RESTART CONTROL (AR/CTL) has requested a
reattach, but BATCH CONTROL FACILITY (BCF™) is not active or the BCF
option AUTOBBO is set to NO.
System Action: The task continues as if the Reattach option was set to NO.
User Response: Activate BCF by setting the AUTOBBO option to YES.
BMC74330I AR/CTL IS RUNNING IN mode.
Explanation: APPLICATION RESTART CONTROL (AR/CTL) is currently
running in the indicated mode.
System Action: Processing continues.
User Response: This message is for your information only. No action is necessary.