Previous Topic: Range 700 MessagesNext Topic: Range 800 Messages


Range 750 Messages

Message ID

Message

C750001

EXTRACT FILE EMPTY. RUN TERMINATED.

The extracted items and statistics file contains system control records only. This error probably occurred because either there are no CA Culprit parameters input for the job or all the parameters have an error. Correct your source and resubmit the job.

Severity: F

Modules: CULE

C750002

RUN TERMINATED. INCOMPATIBLE VERSIONS CULL version-number CULE version-number

The system terminated the job. The version of CA Culprit that was executed in the compile phase (CULL) does not match the version that was executed in the output phase (CULE). To evaluate this error, check the run JCL and the listings that were generated in the installation procedure. Use CULL and CULE programs from the same release of CA Culprit.

Severity: F

Modules: CULE

C750003

UNRECOGNIZABLE CONTROL RECORD - RUN TERMINATED

CA Culprit encountered an unknown record in the Extracted Items and Statistics file. This is an internal system error. Call CA Technical Support.

Severity: F

Modules: CULE

C750004

RUN CANCELLED

CA Culprit canceled the job. Subsequent messages indicate the reason for failure.

Severity: F

Modules: CULE

C750005

CANCEL OF REPORT

(CONT) INSUFFICIENT STORAGE AVAILABLE FOR

table/work-area

(CONT) BYTES REQUESTED bytes

(CONT) BYTES SHORT bytes

CA Culprit canceled the report because of one of the following error conditions:

  • CA Culprit could not allocate enough storage for the named table or work area. The message indicates the number of bytes requested and the number of bytes still needed to provide sufficient storage.
  • The subscript is invalid because it is negative, 0 (zero), or greater than the maximum allowed for the multiply-occurring field.
  • The CA Culprit code includes a nested PERFORM statement in type 8 procedure logic.
  • The CA Culprit code includes a RETURN statement, but no matching PERFORM statement in type 8 procedure logic.

Severity: E

Modules: CULE

C750009

RECORDS WRITTEN FOR REPORT rr— nnn

CA Culprit prints the number of records it prints for each report in a run. Rr specifies the report number and nnn specifies the number of records written. The record count includes all header, detail, and total lines. In printed reports, the record count includes additional lines that are written for spacing that is requested with a hyphen (-) or zero (0) break code.

Severity: *

Modules: CULE

C750010

FIELD NOT NUMERIC IN REPORT report-number

The system encountered nonnumeric data in the extracted data for the indicated report. The field is treated as though its value were 0 (zero). Further action depends on the error-action indicator that was specified on the PROFILE parameter for the OE= keyword expression.

Severity: W

Modules: CULE

C750011

DECIMAL OVERFLOW IN ARITHMETIC OPERATION IN REPORT report-number

CA Culprit detected an overflow during an add, subtract, or multiplication operation in the output phase (that is, CULE step) for the indicated report. The result of the operation, after a possible shift for decimal alignment, contains too many digits to fit into the result field. This message prints in the body of the report, where the error occurs. High-order (that is, overflow) digits of the result are lost; low-order digits of the result are stored in the result field.

Severity: W

Modules: CULE

C750012

DECIMAL DIVIDE EXCEPTION IN REPORT report-number

A divide exception occurred in a division operation in a type 7 or type 8 procedure statement. The quotient is set to 0 (zero). This error can occur in a type 7 or type 8 procedure statement, as follows:

  • Type 7 procedure statement— The error message appears as part of an extended error-handling message, as described in Extended Error Handling Facility.
  • Type 8 procedure statement— The error message appears in the body of the report at the place where the error occurred.

A divide exception can occur during a division operation if any of the following conditions apply:

  • The divisor is 0 (zero).
  • The divisor contains more than 15 significant digits.
  • The dividend contains more than 30 digits; this can occur after decimal place adjustment.
  • The quotient contains more than 15 significant integer digits, but the result is an 8-byte work field.

Severity: W

Modules: CULE

C750013

(CONT) ERRONEOUS SUBSCRIPT VALUE subscript-value

See message ID C750005

C750014

(CONT) INVALID PERFORM

See message ID C750005

C750015

(CONT) INVALID RETURN

See message ID C750005

C750016

ABEND 100, TABLE OVERFLOW - table-name

CA Culprit detected an overflow in the indicated system-defined table. This is an internal system error. For more information on this message, see Abend Codes and call CA Technical Support.

Severity: F

Modules: CULE

C750017

CANCEL AT USER REQUEST - ABEND abend-code

The default or user-specified limit for errors that involve nonnumeric data, decimal overflows, or decimal divide exceptions in the edit phase (that is, CULE step) was exceeded. The edit phase was canceled. For more information on this message, see Abend Codes.

Severity: F

Modules: CULE

C750018

CULPRIT SYSTEM ERROR. ABEND 200

CA Culprit detected an error that caused the system to abend. This is an internal system error. For more information on this message, see Abend Codes and call CA Technical Support.

Severity: F

Modules: CULE

C750019

BAD RESTART PARAMETER

CA Culprit detected a RESTART parameter that was input to the output phase (that is, CULE step), but either the RESTART parameter does not contain the keyword RESTART in positions 1 through 7, or the parameter specifies one or more nonnumeric report numbers.

This message applies only to parameters that are not blank. A blank RESTART parameter is permitted.

Severity: F

Modules: CULESERV

C750020

RESTART REPORT(S) NOT FOUND.

CA Culprit found no reports in the range that was specified on a RESTART parameter. No report output is produced during this execution of the output phase (that is, CULE step).

Severity: F

Modules: CULESERV

C750021

CULPRIT SYSTEM ERROR HAS OCCURRED DURING device-type

(CONT) OUTPUT. REG 15 OF DUMP CONTAINS ERROR CODE

CA Culprit detected an internal error during the output phase (that is, CULE step) for a nonprint output file type of card, ISAM, tape, or disk. With the exception of the ISAM file type, CA Culprit generates a dump with each type of error. This is an internal system error. The message is produced for each file type in z/OS and z/VSE as follows:

  • z/OS users only—When the device type is ISAM LOAD, the second line of the error message does not print, Register 15 is not set, and no dump is produced.
  • z/VSE users only— When the device type is CARD, Register 15 is set to 2; this indicates that the file type indicator is not set to C for card.
  • z/VSE users only— When the device type is TAPE, Register 15 is set as follows:
  • R15=2— The file-type indicator is not set to T for tape.
  • R15=3— The record-type indicator is not set to F for fixed.
  • R15=4— The label-type indicator is not set to S for standard.
  • z/VSE users only— When the device type is DISK, the file type is in error, as described as follows:
  • R15=2— The file indicator is set to D for disk.
  • R15=3— The record-type indicator is not set to F for fixed.

Severity: E

Modules: CULECARD

CULETAPE

CULEDISK

z/VSE

CULEISAM

C750023

ISAM LOAD - UNCORRECTABLE OUTPUT ERROR

z/OS users only—The user requested ISAM file output, but the operating system encountered an unrecoverable error while writing the file. To correct this error, scratch the file and resubmit the job.

Severity: E

Modules: CULEISAM z/OS

C750024

ISAM LOAD - SPACE NOT FOUND

z/OS users only—The user requested ISAM file output, but the value that was specified on the SPACE parameter in the JCL is not large enough to hold the output. To correct this error, scratch the file, revise the SPACE parameter in the JCL, and resubmit the job.

Severity: E

Modules: CULEISAM OS/390

C750025

ISAM LOAD - RECORD OUT OF SEQUENCE. DATASET CLOSED

z/OS users only—ISAM file output was requested, but CA Culprit has encountered a record with a sort-key value that is less than the sort-key value of the previous record. The output file was closed. It can be accessed, but includes only those records up to (but not including) the record with the out-of-sequence key value. A common cause of this error is the failure to specify a details-only report on the OUTPUT parameter.

Severity: E

Modules: CULEISAM z/OS

C750026

ISAM LOAD - DUPLICATE RECORD. DATASET CLOSED

z/OS and OS/390 users only—ISAM file output was specified, but CA Culprit has encountered a record with a primary sort-key value identical to that of the previous record. The output file was closed. It can be accessed, but includes only those records up to (but not including) that with the duplicate key. A common cause of this error is the failure to specify a details-only report on the OUTPUT parameter.

Severity: E

Modules: CULEISAM z/OS

C750027

ISAM LOAD - INCORRECT RECORD LENGTH

The user requested ISAM file output, but the output record size is not large enough to hold the ISAM key and the output data fields.

Severity:

Modules: CULEISAM z/OS

C750028

(CONT) BLOCKSIZE EXCEEDS 4000 BYTE LIMIT

The maximum ISAM output block size has been exceeded.

Severity: E

Modules: CULEISAM z/OS

CULEISAM z/VSE

C750029

(CONT) EOF SWITCH NOT FF,00, OR 0F

An internal error occurred on the EOF switch.

Severity: E

Modules: CULEISAM z/OS

CULEISAM z/VSE

C750030

(CONT) TCD INDICATOR IS NOT I

An internal error occurred on the TCD indicator.

Severity: E

Modules: CULEISAM z/OS

CULEISAM z/VSE

C750031

(CONT) BLKSIZE IS NOT A MULTIPLE OF RECSIZE

The block size is not a multiple of the record size.

Severity: E

Modules: CULEISAM z/OS

CULEISAM z/VSE

C750032

(CONT) KEYLOC EXCEEDS RECSIZE

The ISAM keyfield start position is beyond the end of the output record.

Severity: E

Modules: CULEISAM z/OS

CULEISAM z/VSE

C750033

(CONT) KEYLEN + KEYLOC-1 EXCEEDS RECSIZE

The ISAM key field extends beyond the end of the output record.

Severity: E

Modules: CULEISAM z/OS

CULEISAM z/VSE

C750034

(CONT) BLKSIZE + KEYLEN EXCEEDS TRACK CAPACITY

The block size plus the DASD key exceeds the track capacity.

Severity: E

Modules: CULEISAM z/OS

CULEISAM z/VSE

C750035

(CONT) DATA + KEY EXCEEDS OVERFLOW TRACK CAPACITY

The record size plus the ISAM key exceeds the overflow track capacity.

Severity: E

Modules: CULEISAM z/OS

CULEISAM z/VSE

C750036

(CONT) UNRECOVERABLE DASD ERROR

An I/O error occurred on ISAM output.

Severity: E

Modules: CULEISAM z/OS

CULEISAM z/VSE

C750037

(CONT) CYLINDER INDEX AREA FULL

Insufficient index area was allocated for ISAM output.

Severity: E

Modules: CULEISAM z/OS

CULEISAM z/VSE

C750038

(CONT) KEY ERROR- CHECK FOR DUPLICATE KEY

A duplicate or invalid ISAM key field was encountered.

Severity: E

Modules: CULEISAM z/OS

CULEISAM z/VSE

C750039

(CONT) PRIME DATE AREA IS FULL

Insufficient space was allocated for the ISAM output file.

Severity: E

Modules: CULEISAM z/OS

CULEISAM z/VSE

C750040

ISAM OUTPUT INITIALIZATION ERROR

The user requested ISAM file output, but an error occurred. CA Culprit prints subsequent error messages that document the cause for failure.

Severity: E

Modules: CULEISAM z/VSE

C750041

ISAM MODULE EXECUTION ERROR

The z/VSE ISAM output module encountered an error condition that subsequent continuation messages explain.

Severity: E

Modules: CULEISAM z/VSE

C750043

UNKNOWN PROGRAM CHECK

CA Culprit detected a program check other than a data exception (7), decimal overflow (10), or decimal divide (11).

Severity: F

Modules: CULE

C750044

REPORT CANCELLED AT USER REQUEST

The user set a limit for the number of CA Culprit program checks (that is, data, decimal overflow, and decimal divide exceptions) on the PROFILE parameter by coding an OE= keyword expression with STOP as the error action verb. The CA Culprit job exceeded the user-supplied limit, thereby terminating the report.

Severity: E

Modules: CULE

C750051

BIND ERROR, STATUS = idms-error-status

The system detected an error that relates to the CA IDMS/DB database. The extract is terminated. Output reports are produced based on any data that was extracted up to this point. See the CA IDMS Messages and Codes Guide for the CA IDMS/DB error status codes.

Severity: E

Modules: CULEIDB

C750055

IDMS ERROR STATUS = idms-error-status

(CONT) LOGICAL REC STATUS= logical-record-status

(CONT) LAST LR VERB = logical-record-verb

(CONT) SEQUENCE NUMBER = sequence-number

(CONT) LRPXELEN = lr-CONTrol-block-length

(CONT) LRMAXVXP = lr-CONTrol-block-length

(CONT) LOGICAL RECRD NAME= logical-record-name

CA Culprit detected a database error while attempting update a ASF table. Refer to the CA IDMS Messages and Codes Guide, for an explanation of the CA IDMS/DB error status.

Severity: E

Modules: CULEIDB