Previous Topic: About Abend CodesNext Topic: Range 100 - 9999 Abend Codes


Range 00 - 99 Abend Codes

Abend Code

Description

11

Indicates that the input module was unable to open the named input file in a match-file run. It follows:

MATCH ERROR ON FILE file name

RECORD NUMBER IS record count

ERROR ON OPEN

Modules: CULL

22

Indicates that an I/O error occurred reading the named input file in a match-file run. It follows:

MATCH ERROR ON FILE file name

RECORD NUMBER IS record count

I/O ERROR ON READ

Modules: CULL

33

Indicates that CA Culprit encountered a variable-length record that was longer than the maximum record size specified for the match file. The record size is specified on the INPUT parameter defining the named match file. It follows:

MATCH ERROR ON FILE file name

RECORD NUMBER IS record count

RECORD SIZE IS GREATER THAN record size

Modules: CULL

99

Indicates that CA Culprit abended with the system abend code indicated in the CA Culprit controller messages listing. See the appropriate operating systems manual to determine the cause of the termination. A dump may occur depending on the system abend code. It follows:

CULPRIT JOB CANCELLED AFTER program-name

(CONT) SYSTEM ABEND CODE = code

Modules: CULPRIT