VSAM: File Read Error Messages

Text

Cause

Action

GetFirstRecord() Error 01: Invalid key access method specified

There is a logic error in the CONNX 8.8 CICS/VSAM server program.

Notify CONNX Technical Support.

GetFirstRecord() Error 02: CICS START BROWSE failed.  

The CONNX CICS/VSAM server executed an unsuccessful CICS STARTBR command against the target file.

Ask the CICS administrator to verify that the target file has the browseable attribute via the CEMT INQUIRE FILE command:

Example:

INQ FI(CUSTOMER)

STATUS: RESULTS - OVERTYPE TO MODIFY

Fil(CUSTOMER) Vsa Clo Ena Rea Upd Add Bro Del Sha

Where Bro = the browseable attribute. If the file is browseable and this message recurs, examine the response and response2 return codes for more information. If the file does not have the browseable attribute, ask the CICS administrator to add the browseable attribute to the target file, and retry the request.

GetFirstRecord() Error 03: CICS READNEXT or READPREV failed.

After successfully starting a BROWSE against the target file, CONNX executed an unsuccessful CICS READNEXT or READPREV command.

Examine the response and response2 return codes; report the error to CONNX Technical Support.

GetFirstRecord() Error 04: Invalid READ direction specified.

There is a logic error in the CONNX 8.8 CICS/VSAM server program.

Notify CONNX Technical Support.

GetFirstRecord() Error 05: Invalid operator specified.

There is a logic error in the CONNX 8.8 CICS/VSAM server program.

Notify CONNX Technical Support.

GetFirstRecord() Error 06: A GetByKey or GetByValOffset access method was requested, but the target file is not a VSAM Key Sequenced Data Set (KSDS), Relative Record Data Set (RRSD), or an Entry-Sequenced Data Set (ESDS).

There is a logic error in the CONNX 8.8 CICS/VSAM server program

Notify CONNX Technical Support.

CICS DoRead() Error 01: Target VSAM file must be a Key-Sequenced Data Set (KSDS) or a Relative Record Data Set (RRDS).

There is a logic error in the CONNX 8.8 CICS/VSAM server program.

Notify CONNX Technical Support.

CICS DoReadNext() Error 01: m_pRidField class member variable is null.

There is a logic error in the CONNX 8.8 CICS/VSAM server program.

Notify CONNX Technical Support.

CICS DoReadPrev() Error 01: m_pRidField class member variable is null.

There is a logic error in the CONNX 8.8 CICS/VSAM server program.

Notify CONNX Technical Support.