BMC Software, Inc., Confidential and Proprietary Information
324 Application Enhancement Solutions Messages Manual
BMC150025E MVS MODIFY JOB STOP COMMAND SIMULATION HAS BEEN
SCHEDULED for hh:mm:ss:th.
Explanation: The time-of-day minute value for simulation of the MVS
MODIFY
JOB STOP
command has been scheduled for the given time of day (hh:mm:ss:th).
The value 00:00:00:00 indicates midnight.
System Action: Processing continues.
User Response: This message is for your information only. No action is necessary.
BMC150026E ARCCHKP OR ARCECHK CALLS CANNOT BE USED DURING THE
SAME EXECUTION THAT SQL COMMIT CALLS ARE ISSUED.
Explanation: The application program cannot issue APPLICATION RESTART
CONTROL (AR/CTL) checkpoint (
ARCCHKP or ARCECHK) calls during the same
execution in which the application program issues SQL commit calls.
System Action: AR/CTL terminates the task abnormally with abend U1711 and
reason code X’00150026’.
User Response: Correct the application program so it uses only one method to
request checkpoint processing.
BMC150027E FILE CONTROL BLOCK block MUST BE PROCESSED BY INTERCEPT
INPUT/OUTPUT REQUESTS NOT ARCASAM CALLS.
Explanation: APPLICATION RESTART CONTROL (AR/CTL) received an
ARCASAM request, but the given AR/CTL file control block specifies that all
input/output requests are to be processed by the Intercept I/O Request function.
System Action: AR/CTL terminates the task abnormally with abend U1711 and
reason code X’00150027’.
User Response: Correct the application program so it uses only one method to
request sequential file processing.
BMC150028E OPEN FAILED FOR FILE file id, ACCESS LEVEL 1 USER NOT
AUTHORIZED TO DE-ALLOCATE FILES FROM CICS.
Explanation: APPLICATION RESTART CONTROL (AR/CTL) determined that
the user is not authorized to use file access level 1 for the give file (file id). With file
access level 1, AR/CTL deallocates files from CICS and processes them with local
VSAM access services.
System Action: AR/CTL terminates the task abnormally with abend U1775 and
reason code X’00150028’.
User Response: Contact your RACF administrator to obtain the correct level of
RACF authorization, and rerun the job.