Previous Topic: Range 00 - 99 Abend CodesNext Topic: RSUB Codes


Range 100 - 9999 Abend Codes

Abend Code

Description

100

Indicates that a system internal error occurred because the space calculated for the named table was exceeded. A dump is generated. It follows:

ABEND 100, TABLE OVERFLOW - table-name

Modules: CULL, CULE

 

Indicates that CA Culprit could not obtain enough storage for the named table in the specified module of the precompile phase. A dump is generated. It follows:

RUN CANCELLED DUE TO INSUFFICIENT STORAGE FOR

csect/table-name

(CONT)NUMBER OF BYTES REQUESTED bytes

Modules: CULP0

101

Indicates that CA Culprit exceeded the record length specified in the JCL for the extracted items and statistics file. The record length is the sum of the following, rounded up to a multiple of 4:

  • The number of characters in the sort fields
  • The number of sort keys plus 16 bytes
  • The maximum number of characters in variable fields on one detail line

A dump is generated. This abend code follows these messages:

LOGIC ERROR, DCBLRECL EXCEEDED BY CULL

(CONT) CONTACT CULLINET TECHNICAL SUPPORT

Modules: CULL

102

This abend results when the reports are not sorted and the JCL does not include a NOSORT file. Reports that do not include a SORT parameter or specify the NOSORT option on the SORT parameter must be written to the file defined by ddname SYS008 (or the installation default). This abend code follows:

NOSORT DATASET IS A NULL FILE

Modules: CULL

200

Generates a dump. This abend code occurs for one of the following reasons:

  • A CA Culprit system error.
  • An unrecognizable record on the sorted extracted items and statistics file.
  • A JCL error. If you run 1-step CA Culprit jobs, check the JCL statement for the extract file (the default is SYS006).

If you run 5-step CA Culprit jobs, check the JCL statements for:

  • The extract file in the CULL step
  • The input file to the SORT step
  • The input file to the CULE step

The default for each step is SYS006.

This abend code follows:

CULPRIT SYSTEM ERROR.

ABEND 200

Modules: CULE

 

z/VSE users only—Results when not enough work space is allocated to link the CULL program. Relink CULL with a larger work space or decrease the complexity or number of reports in the run. This abend code follows:

RUN CANCELLED DUE TO INSUFFICIENT STORAGE

(CONT)MODULE, TABLE OR BUFFER - name

(CONT)ADDITIONAL BYTES NEEDED - bytes

Note: Bytes indicates only the number of bytes needed for the named module, table, or buffer. This number should be considered a minimum size increase; more space may be allocated by CA Culprit later in the step.

Modules: CULL

 

z/VSE users only—Results when the record length of the Extracted Items and Statistics file exceeds the block size defined for that file in the profile program (CULPPROF). For more information about CULPPROF, see the CA CULPRIT for CA IDMS Reference Guide. This abend code follows:

EXTRACT RECORD LENGTH EXCEEDS BLKSIZE FOR file-name

Modules: CULL

201

Results when a system error occurs while trying to write a line to the printer when the output file is closed. A dump is generated.

Modules: CULE

205

Results when CA Culprit calls AllFusion CA-Panvalet to resolve an =COPY or an =MACRO request, but the PANDD1 statement is missing.

Modules: CULP0

500

Results when CA Culprit unsuccessfully attempts to open an extracted items, NOSORT, or work file. The JCL may contain an error. A dump is generated for work-file errors only. This abend code follows:

UNABLE TO OPEN file-name

Modules: CULE

 

Results when CA Culprit failed to open an output print file (the default ddname is SYS004). The JCL may contain an error.

Modules: CULP0, CULL, CULE

 

Results when the SYSIN DD statement does not exist in the JCL stream.

Modules: CULP0

988 - 997

Result when CA Culprit performs extended error handling for a data error, but was unable to resume processing. A dump is generated. The abend codes follow:

INTERNAL ERROR - RECOVERY CANNOT CONTINUE

Modules: CULL

998

Results when a subscript used to reference a field on a SELECT/BYPASS parameter contains a negative or nonnumeric value. It follows:

INVALID SUBSCRIPT VALUE IN SELECTION PROCESS

Modules: CULL

999

CA Culprit exceeded the number of numeric data errors specified by the user and performed the default or user-specified error action: ABEND. For more information about methods to control these errors, see Extended Error Handling Facility. The abend code follows:

RUN TERMINATED AT USER'S REQUEST

Modules: CULE

 

An unidentifiable program check occurred for which CA Culprit generates a dump. You cannot override this abend code. It follows:

PROGRAM CHECK INTERRUPT

REG7 POINTS TO PSW AND REGS0-15

Modules: CULL

 

CA Culprit exceeded the default or user-supplied limit for numeric data errors in the edit step. The system default is 0 (zero). You can override this limit and can change the ABEND code by using the OE= option on the PROFILE parameter, as described in the CA Culprit for CA IDMS Reference Guide. Possible causes of this error are:

  • Invalid numeric sort keys
  • Errors in a user output module

CA Culprit generates a dump unless the OE= option cancels it. This abend code follows:

CANCEL AT USER REQUEST - ABEND 999

Modules: CULE

2222

CA IDMS/DB users only—Occurs when CA Culprit encounters an error trying to access the data dictionary, causing CA IDMS/DB to abort. The abend code follows:

ABORTING CULPDRES - idms-version culprit version

(CONT) DML SEQUENCE - dml-sequence

(CONT) ERROR STATUS - error-status

(CONT) ERROR RECORD - error-record

(CONT) ERROR SET - error-set

(CONT) ERROR AREA - error-area

(CONT) LAST GOOD RECORD - record-name

(CONT) LAST GOOD AREA - area-name

Note: For more information about this abend code, see the CA IDMS Messages and Codes Guide.

Modules: CULP0