BMC Software, Inc., Confidential and Proprietary Information
302 Application Enhancement Solutions Messages Manual
BMC93097I UNABLE TO BUILD/UPDATE FILE TABLE FOR REMOTE PROCESSING
Explanation: Module ARVRPDSL of APPLICATION RESTART CONTROL
(AR/CTL) for VSAM issued a request to update or build a file table member, and the
request was unsuccessful. A previously issued WTO message identifies the cause of
the failure.
System Action: The CICS transaction or the global user exit that initiated the
request fails, but execution continues.
User Response: Determine the cause of the error from the previously issued
message, and correct the problem. If the error cannot be resolved, contact BMC
Software Product Support.
BMC93098E UNABLE TO DETERMINE ARVFCTAB DATASET TYPE. BUILD
PROCESS FAILED
Explanation: Module ARVRPDSL of APPLICATION RESTART CONTROL
(AR/CTL) for VSAM was unable to determine the type of the data set identified by
the ARVFCTAB DD statement. The data set type can be partitioned data set (PDS)
or PDS/extended (PDS/E).
System Action: The CICS transaction or the global user exit that initiated the
request fails, but execution continues.
User Response: If the data set is a PDS/E and PDS/E and initialization has
executed successfully (with return code 0), make sure that the data set was allocated
with the appropriate parameters for a program object library. If the data set is a PDS,
make sure that it was allocated with the appropriate parameters for load library.
Make sure that the data set is in a usable condition. If the error cannot be resolved,
contact BMC Software Product Support.
BMC93099E UNABLE TO READ FILE TABLE MEMBER name, RC=rc
Explanation: Module ARVRPDSL of APPLICATION RESTART CONTROL
(AR/CTL) for VSAM was unable to read the requested file table member from the
ARVFCTAB library.
System Action: Depending on when the request is issued, the error condition may
be critical or not critical. Execution may terminate or continue.
User Response: Make sure the requested member exists in the AR/CTL file control
table library. This library is identified with the ARVFCTAB DD statement or with
the ARVFCTAB dynamic allocation record.