BMC Software, Inc., Confidential and Proprietary Information
BMC74300–BMC74399 241
BMC74377E THE FCB TYPE FOR FCB fcbname IS INCONSISTENT WITH THE PCB
TYPE
Explanation: The file type of the data set options member, also known as the file
characteristics block or FCB (fcbname), in the program options member, also known
as the application specification block or ASB, does not match the type of the actual
FCB. If ASAM was specified for the file type in the ASB, the FCB type should be
SEQ.INTC or AR/CTL ASAM. If VSAM was specified for the file type in the ASB,
the FCB type should be local VSAM or remote VSAM.
If the FCB (fcbname) was generated in batch for an ASAM data set (
ACCESS=BSAM
with or without
INTERCEPT=YES or ACCESS=VSAM without INTERCEPT=YES), the
ARCPCB statement must be used for the data set when generating the ASB. If the
FCB (fcbname) was generated for a VSAM data set (
ACCESS=VSAM without
INTERCEPT=YES), the ARCDATA statement must be used for the data set when
generating the ASB.
System Action: APPLICATION RESTART CONTROL (AR/CTL) terminates the
job step abnormally with abend U1553.
User Response: If the FCB was generated with the online panels, ensure that the
file type in the ASB matches the FCB file type. If the FCB was generated in batch,
ensure that the FCB is paired with the appropriate ARCPCB and/or ARCDATA
statement in the ASB generation.
BMC74378E FCB fcbname WAS LOADED FOR GSAM REPLACEMENT AND IT WAS
GENERATED WITH INTERCEPT=YES
Explanation: The given data set option member, also known as the file
characteristics block or FCB (fcbname), was loaded to use in place of the generalized
sequential access method (GSAM) database description (DBD) for IMS GSAM
replacement. The data set option member that was loaded is not the correct type to
use for GSAM replacement. (If generated in batch, the member contained
INTERCEPT=YES).
System Action: APPLICATION RESTART CONTROL (AR/CTL) terminates the
job step abnormally with abend U1553.
User Response: Ensure that the correct data set option member (FCB) is being
used. If the correct member is being used, re-create the member and select the proper
type of data service, or regenerate the FCB with
INTERCEPT=NO.