|
Message ID |
Message |
|---|---|
|
C000001 |
CALL CANCELLED, 25 MODULES HAVE ALREADY BEEN CALLED CULLUS00 encountered an error in procedure logic caused by an attempt to access more than 25 user-written modules. Severity: * Modules: CULLUS00 |
|
C000002 |
ARG X TOO LARGE. VALUE = 999999999999912345678 CULLUS00 automatically converts packed decimal arguments to floating point before calling a FORTRAN procedure module. It converts these arguments back to packed decimal when it returns from the FORTRAN procedure module. This message indicates that the value in ARG X exceeds 18 decimal digits. Severity: * Modules: CULLUS00 |
|
C000003 |
LOAD FAILED. RC = XX z/VSE users only—CA Culprit was not able to load the user module successfully. Severity: F Modules: CULLUS00 |
|
C000004 |
LOAD FAILED. RC = XX PGM=NAME CA Culprit was not able to load the named program successfully. The return code from the operating system load function is displayed in hex for z/OS and in decimal for z/VSE. Severity: F Modules: CULLKGEN, CULXDOS |
|
C025001
|
VSAM OPEN ERROR. DDNAME=ddname R15=X'contents' CODE=return-code CULLUS25 could not open the VSAM file specified on the DDNAME= keyword expression. After receiving the request to open the file, the module prints the contents of both Register 15 and the error field in the ACB. Typically, this type of error occurs when the DDNAME= keyword is missing. An abend code of 12 follows this message. For a definition of return-code, see appropriate VSAM publications. Severity: F Modules: CULLUS25 |
|
C025002 |
ARG 1 (CONVERSION CODE) VALUE arg1-code (=x'conversion-code) IS INVALID CULLUS25 expects a 1-character alphanumeric conversion code in ARG1 (that is, conversion-qv), but found an invalid specification. Before CULLUS25 cancels the job, CA Culprit prints the invalid value in character and hexadecimal formats. Severity: F Modules: CULLUS25 |
|
C025003 |
ARG 2 (KEY LENGTH) VALUE arg2-code INVALID FOR NUMERIC DATA TYPE CULLUS25 expects ARG2 (that is, search-v) to specify an 8-byte numeric work field containing a value of 0 or greater. Severity: F Modules: CULLUS25 |
|
C025004 |
ARG 4 (RETURN RECORD LENGTH) INVALID OR NOT SET CULLUS25 encountered an error associated with ARG4 (that is, length-vn), as follows:
Severity: F Modules: CULLUS25 |
|
C025005 |
VSAM LOGICAL ERROR. CODE=X'vsam-feedback-code' DDNAME='user-ddname' While attempting to retrieve the VSAM file specified in the DDNAME parameter, CULLUS25 encountered a logical VSAM error that prevents further processing. Before processing is terminated, CA Culprit prints a VSAM feedback code, in hexadecimal format, to aid the user in debugging. See the appropriate VSAM publications for a definition of vsam-feedback-code. Severity: F Modules: CULLUS25 |
|
C025006 |
VSAM PHYSICAL ERROR. CODE=X'vsam-feedback-code' While attempting to retrieve records from a VSAM file, CULLUS25 detected a physical error that prevents further processing. Before terminating processing, CA Culprit prints a VSAM feedback code, in hexadecimal format, to aid the user in debugging. See the appropriate VSAM publications for a definition of vsam-feedback-code. Severity: F Modules: CULLUS25 |
|
C025007 |
ERROR IN vsam-macro R15=X'contents' While attempting to retrieve records directly from a VSAM file, CULLUS25 detected either an internal error associated with the physical record or a logical record associated with VSAM software. Before processing is terminated, the module prints the VSAM macro under execution, along with a return code from Register 15. Severity: F Modules: CULLUS25 |
|
C025008 |
FAILURE IS "GET". R15=X'04' While attempting to retrieve records from a key- or entry- sequenced VSAM file, CULLUS25 detected either an internal error associated with the physical record or a logical record associated with VSAM software. Before processing is terminated, the module prints X'04' in Register 15. To correct this error, see your on-site VSAM systems support person. Severity: F Modules: CULLUS25 |
|
C045001
|
ARG1 (SENDING FIELD ADDRESS) NOT INITIALIZED CULLUS45 expected the name of a REC parameter or work field in ARG1 (that is, send-field-qv), but the module found no specification. Correct the CA Culprit code and resubmit the job. Severity: W Modules: CULLUS45 |
|
C045002 |
ARG2 (RECEIVING FIELD ADDRESS) NOT INITIALIZED CULLUS45 expected the name of a receiving field (that is, receive-field-qv), but the module found no specification. Correct the CA Culprit code and resubmit the job. Severity: W Modules: CULLUS45 |
|
C045003 |
ARG3 OR ARG4 (LENGTH) NOT IN 8 BYTE PACKED FIELD CULLUS45 expected 8-byte numeric work fields in ARG3 and ARG4 (that is, send-length-qvn and receive-length-vn, respectively), but the module found invalid values. Correct the CA Culprit code and resubmit the job. Severity: W Modules: CULLUS45 |
|
C045004 |
ARG3 OR ARG4 (LENGTH) IS NEGATIVE CULLUS45 expected a positive 8-byte numeric work field in ARG3 or ARG4 (that is, send-length-qvn or receive-length-vn, respectively), but the module found a negative value in one or both fields. Correct the CA Culprit code and resubmit the job. Severity: W Modules: CULLUS45 |
|
C046001
|
ARG1 (START ADDRESS) NOT INITIALIZED CULLUS46 expected the name of a work field in ARG1 (that is, search-field-name), but the module found no specification. Correct the CA Culprit code and resubmit the job. Severity: W Modules: CULLUS46 |
|
C046002 |
ARG2 (SEARCH CHARACTER ADDRESS) NOT INITIALIZED CULLUS46 expected an alphanumeric literal in ARG2 (that is, search-character-qv), but the module found no specification. Correct the CA Culprit code and resubmit the job. Severity: W Modules: CULLUS46 |
|
C046003 |
ARG3 (LENGTH RETURN ADDRESS) NOT INITIALIZED CULLUS46 expected an 8-byte numeric work field in ARG3 (that is, range-name), but the module found no specification. Correct the CA Culprit code and resubmit the job. Severity: W Modules: CULLUS46 |
|
C046004 |
ARG4 (SEARCH LENGTH ADDRESS) NOT INITIALIZED CULLUS46 expected a numeric literal or 8-byte numeric work field in ARG4 (that is, search-length-vn), but the module found no specification. Correct the CA Culprit code and resubmit the job. Severity: W Modules: CULLUS46 |
|
C046005 |
ARG3 OR ARG4 (LENGTHS) NOT 8 BYTE PACKED CULLUS46 expected 8-byte numeric work fields in ARG3 and ARG4 (that is, range-name and search-length-vn, respectively), but the module found invalid values in one or both fields. Correct the CA Culprit code and resubmit the job. Severity: W Modules: CULLUS46 |
|
C046006 |
ARG4 (SEARCH LENGTH) IS NEGATIVE CULLUS46 expected a positive numeric literal or 8-byte numeric work field in ARG4 (that is, search-length-vn), but the module found a negative specification. Correct the CA Culprit code and resubmit the job. Severity: W Modules: CULLUS46 |
|
C048001
|
ARG1 NOT INITIALIZED CULLUS48 encountered no specification in ARG1 (that is, message-qv). Correct the CA Culprit code and resubmit the job. Severity: W Modules: CULLUS48 |
|
C050001 |
ARG1 (BIT STRING ADDRESS) NOT INITIALIZED CULLUS50 expected an input or work field in ARG1 (that is, start-bit-field), but the module found no specification. Correct the CA Culprit code and resubmit the job. Severity: W Modules: CULLUS50 |
|
C050002 |
ARG2 (RECEIVING FIELD ADDRESS) NOT INITIALIZED CULLUS50 expected the name of a result field in ARG2 (that is, target-field-name), but the module found no specification. Correct the CA Culprit code and resubmit the job. Severity: W Modules: CULLUS50 |
|
C050003 |
ARG3 (LENGTH) NOT INITIALIZED CULLUS50 expected an 8-byte numeric work field in ARG3 (that is, bit-count-vn), but the module found no specification. Correct the CA Culprit code and resubmit the job. Severity: W Modules: CULLUS50 |
|
C050004 |
ARG3 (LENGTH) NOT IN 8 BYTE PACKED FIELD CULLUS50 expected a numeric work field in ARG3 (that is, bit-count-vn), but the module found an invalid specification. Correct the CA Culprit code and resubmit the job. Severity: W Modules: CULLUS50 |
|
C050005 |
ARG3 (LENGTH) IS NEGATIVE OR 0 CULLUS50 expected a positive numeric literal or 8-byte numeric work field in ARG3 (that is, bit-count-vn), but the module found a negative or zero specification. Correct the CA Culprit code and resubmit the job. Severity: W Modules: CULLUS50 |
|
C062001
|
LENGTH OF ALPHA TABLE ENTRIES EXCEEDS 256 CULLUS62 encountered a length specification for alphanumeric table entries in ARG3 (that is, entry-length-vn), that exceeds the module's limit of 256. Correct the CA Culprit code and resubmit the job. Severity: F Modules: CULLUS62 |
|
C062002 |
LENGTH OF NUMERIC TABLE ENTRIES NOT 8 OR 16 CULLUS62 accepts either 8 or 16 for the length of numeric table entries in ARG3 (that is, entry-length-vn). Correct the CA Culprit code and resubmit the job. Severity: W Modules: CULLUS62 |
|
C062003 |
MORE THAN 32767 ENTRIES IN TABLE CULLUS62 encountered a specification for table entries in ARG4 (that is, entry-count-vn) that exceeds the module's limit of 32,767. Correct the CA Culprit code and resubmit the job. Severity: W Modules: CULLUS62 |
|
C064001
|
******** TABLE IS EMPTY ******** CULLUS64 requested a table value, but the table is empty. Severity: * Modules: CULLUS64 |
|
C064002 |
******** NO STORAGE AVAILABLE ******** CULLUS64 requested storage to create a table, but storage is not available. Increase the size of the region in which to run CA Culprit. Severity: * Modules: CULLUS64 |
|
C064003 |
ENTITY NOT DEFINED CULLUS64 requested an entity type that is not defined. Valid entity types appear in CA Culprit for CA IDMS User Modules Guide. Severity: * Modules: CULLUS64 |
|
C064004 |
CODE NOT DEFINED CULLUS64 requested an action code that is not defined. Valid codes are 0 (zero) and 1. Correct the code and resubmit the job. Severity: * Modules: CULLUS64 |
|
Copyright © 2014 CA.
All rights reserved.
|
|