Previous Topic: Range 750 MessagesNext Topic: Range 850 Messages


Range 800 Messages

Message ID

Message

C800001

PATH TABLE OVERFLOW

CA Culprit encountered an internal table allocation error. Call CA Technical Support.

Severity: F

Modules: CULLDPAK

C800002

KEY TABLE OVERFLOW

CA Culprit encountered an internal table allocation error. Call CA Technical Support.

Severity: F

Modules: CULLDPAK

C800003

F-LEVEL ERROR DETECTED IN CULP0 STEP

CA Culprit encountered an F-level error during the precompile phase (that is, CULP0 step). It produces this message for PATH and KEY parameters only. CULP0 may also produce messages of a lower severity level (for example, E- or W-level messages) for this parameter.

To evaluate this error, review the Sequential Parameter Listing.

Severity: F

Modules: CULLDPAK

C800004

E-LEVEL ERROR DETECTED IN, CULP0 STEP

CA Culprit encountered an E-level error during the precompile phase (that is, CULP0 step). It produces this message for PATH and KEY parameters only. CULP0 may also produce messages of a lower severity level (for example, W-level messages) for this parameter.

To evaluate this error, review the Sequential Parameter Listing.

Severity: E

Modules: CULLDPAK

C800005

W-LEVEL ERROR DETECTED IN, CULP0 STEP

CA Culprit encountered a W-level error during the precompile phase (that is, CULP0 step). It produces this message for PATH and KEY parameters only.

To evaluate this error, review the Sequential Parameter Listing.

Severity: W

Modules: CULLDPAK

C800006

UNDEFINED QUALIFIER

A record or file name was used to qualify a field, but either the record name is not defined on a PATH parameter or the file is not specified in the FN= keyword expression on an INPUT or KEYFILE parameter.

Make sure that the qualifying name appears on either the PATH, INPUT, or KEYFILE parameter, and resubmit the job.

Severity: E

Modules: CULLDPAK

C800007

IDMS CULPRIT INPUT BUFFER SIZE EXCEEDED

In a run that accesses CA IDMS/DB records, CA Culprit cannot fit all of the records to be accessed in the space allocated for the input buffer. By default, the input buffer size is 1000 bytes.

The CA Culprit for CA IDMS Reference Guide provides instructions to determine how much buffer space is required. Calculate the required space, increase the record size on the INPUT parameter, and resubmit the job.

Severity: F

Modules: CULLDPAK

C800008

MAXIMUM NUMBER OF IDMS RECORD NAMES EXCEEDED

In a run that accesses CA IDMS/DB database records, more than 255 record names appear on the PATH parameters. CA Culprit allows as many as 255, but no more.

Reduce the number of record names and resubmit the job.

Severity: F

Modules: CULLDPAK

C800009

INVALID NAME USED IN WHERE CLAUSE ── path-id

The user referenced a field in the WHERE clause on a PATH or SELECT/BYPASS parameter, but the field is not defined to either a record named on a PATH parameter or a file named on a KEYFILE parameter. The message identifies the path ID of the PATH parameter that contains the error.

Severity: F

Modules: CULLDPAK

C800010

WHERE CLAUSE CODED FOR INVALID PATH

CA Culprit encountered an error on a PATH parameter so that the associated WHERE clause on the PATH parameter or SELECT/BYPASS parameter cannot be evaluated.

Correct your code and resubmit the job.

Severity: F

Modules: CULLDPAK

C800011

ILLEGAL COMBINATION OF KEYFILE AND KEY CARD

When CA Culprit processes logical records, it is possible to use a KEYFILE parameter containing a FN= keyword expression but no KF= keyword expression. However, in this situation, the CA Culprit code cannot include KEY parameters.

Severity: F

Modules: CULLDPAK