A SERVICE OF

logo

BMC Software, Inc., Confidential and Proprietary Information
242 Application Enhancement Solutions Messages Manual
BMC74379E FCB fcbname WAS LOADED FOR VSAM ACCESS AND IT WAS
GENERATED WITH TYPE=ASAM
Explanation: The given data set option member, also known as the file
characteristics block or FCB (fcbname), was loaded to use with local or remote
VSAM access. The member was generated for use with an ASAM data set
. The FCB
used for VSAM access must be generated for use with local or remote VSAM
access.
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
TYPE=LOCAL or TYPE=REMOTE.
BMC74380I FCB fcbname IS BEING REPOSITIONED USING call VALUE:key
Explanation: The given file characteristics block (fcbname) is being repositioned
with a
POINT call using the key shown in the message. Only the first 15 characters in
hexadecimal format are shown. The
POINT call may be followed by another VSAM
call to determine the correct position.
System Action: Processing continues.
User Response: This message is for your information only. No action is necessary.
BMC74381I FCB fcbname IS BEING REPOSITIONED USING call VALUE:rba/rrn
Explanation: The given file characteristics block (fcbname) is being repositioned
with a
POINT call using the relative byte address or relative record number (rba/rrn)
shown in the message. The
POINT call might be followed by another VSAM call to
determine the correct position.
System Action: Processing continues.
User Response: This message is for your information only. No action is necessary.
BMC74382E ERROR OCCURRED ANALYZING COBOL APPLICATION PROGRAM,
REASON=rc
Explanation: APPLICATION RESTART CONTROL (AR/CTL) encountered an
error trying to analyze a COBOL application program. The reason code (rc) indicates
the error encountered:
01 The start of the procedure division could not be located.
02 The automatic restart hook point could not be located.
03 The end of working storage could not be located.
04 AR/CTL was unable to locate the compiler-generated code for the COBOL
GOBACK statement. This condition applies only to COBOL for MVS and
VM, COBOL for OS/390, and later versions of COBOL. This condition can
only occur at restart time.