A SERVICE OF

logo

BMC Software, Inc., Confidential and Proprietary Information
BMC74000BMC74099 153
BMC74059E RESTART DATA SET restart dsn VIRTUAL STORAGE SIZE mapsize
EXCEEDED (size)
Explanation: APPLICATION RESTART CONTROL (AR/CTL) detected that
the mapped size (mapsize) of the virtual storage for the restart data set (restart dsn)
was exceeded. The message also displays the required virtual storage size (size) to
satisfy the data-in-virtual save request.
System Action: AR/CTL abnormally terminates the task with abend U1771 and
reason code X00074059.
User Response: Review the lengths of the user areas in the application program
CHKP calls. If required, increase the primary space allocation in the dynamic
allocation skeleton for the ddname ARCCHKP.
BMC74060E REQUEST TO OPEN FILE filename AS EXTEND FAILED, THE FILE
APPEARS TO HAVE BEEN REBLOCKED/COPIED PRIOR TO RESTART
Explanation: The application program attempted to open the identified
sequential file (filename) as COBOL type EXTEND, but APPLICATION RESTART
CONTROL (AR/CTL) detected that the file has been reblocked, the record length
has been changed, the file was copied to another location before the restart using an
IBM utility or third-party copy utility, or the data set was not originally created under
AR/CTL. AR/CTL does not support change of file attributes or copying the file to
another location before restart.
AR/CTL may also issue this message if a variable blocked file has only one record in
the first block of the file. In this case, AR/CTL cannot determine whether the file has
been reblocked or copied; to maintain data integrity, AR/CTL issues an abend for the
user task.
System Action: AR/CTL terminates the task abnormally with completion code
u1771 and reason code X00074060.
User Response: Reinstate the original file attributes, recover the databases and data
sets, and cold-start the job step. If the file has not been copied or reblocked, also
exclude this file from AR/CTL.