BMC Software, Inc., Confidential and Proprietary Information
BMC150000–BMC150099 337
BMC150075I AUTO RESTART AND AUTO CHECKPOINT OPTIONS RESET TO NO
FOR NON-COBOL PROGRAM.
Explanation: APPLICATION RESTART CONTROL (AR/CTL) changed the
values of the Automatic Restart option, the Automatic Checkpoints option, or both
from Y to N because the program is not a COBOL program or uses a level of
COBOL that is not supported.
System Action: The job step continues to run normally with these two options set
to N.
User Response: This message is for your information only. No action is necessary.
BMC150076E ALL CHECKPOINTS MUST BE AUTOMATICALLY GENERATED BY
AR/CTL IN AN AUTOMATIC RESTART ENVIRONMENT.
Explanation: APPLICATION RESTART CONTROL (AR/CTL) detected that
the application program has issued a DL/I
CHKP call in an automatic restart
environment. In an automatic restart environment, AR/CTL must generate all
checkpoints automatically.
System Action: The task terminates abnormally with abend U1771 and reason code
X’00150076’.
User Response: Set the value of the Automatic Restart option to N, supply restart
instructions in the application program, remove the
CHKP calls from the application
program, or use
EXEC SQL commit statements in a non-IMS environment.
BMC150077E READ JFCB FAILED DUE TO MISSING DDNAME ddname
Explanation: APPLICATION RESTART CONTROL (AR/CTL) issued a
READ
JFCB
request that failed because the specified ddname was missing.
System Action: The task terminates abnormally with abend U1773.
User Response: Supply the correct ddname on the DD statement or in the
application program.
BMC150078E calltype CALL IS NOT VALID IN A VSAM FILE SHARING ONLY
ENVIRONMENT
Explanation: APPLICATION RESTART CONTROL (AR/CTL) detected that
the application program issued an
ARCXRST, ARCCHKP, ARCECHK, or ARCASAM
call in a VSAM file-sharing-only environment. These calls are not valid in this
environment because the resources required to perform them have not been
initialized.
System Action: The task terminates abnormally with abend U1771 and reason code
X’00150078’.
User Response: Set the VSAM File Sharing Only option to N, or remove the
invalid call from the application program.