|
Message ID |
Message |
|---|---|
|
C700001 |
NO SUPPORT FOR DEVICE ASSIGNED TO file-name z/VSE users only— The indicated file either was assigned IGN (that is, ignore) or was assigned to a device type that CA Culprit does not support. The probable cause of this error is an incorrect JCL specification. Severity: F Modules: CULXLUB |
|
C700002 |
UNABLE TO OPEN ddname/file-name CA Culprit could not open the indicated data set or file. This error can occur if the JCL assignment is incorrect or if an input file was not created because of the failure of an earlier job phase or step. Severity: F Modules: CULXGETC CULXPUTM CULLISAM CULLREAD CULLEXT CULLSEQ CULEISAM |
|
C700003 |
UNCORRECTABLE I/O ERROR ON file-type z/OS users only—An I/O error occurred while reading a sequential or ISAM input file. Review the JCL. If the error cannot be resolved, consult the software support staff at your installation. Severity: F Modules: CULLISAM CULESEQ |
|
C700004 |
RUN CANCELLED DUE TO INSUFFICIENT STORAGE (CONT) MODULE, TABLE, OR BUFFER name (CONT) ADDITIONAL BYTES NEEDED bytes z/VSE users only—A module, table, or buffer required more storage than was available. CA Culprit prints the name of the module, table, or buffer and the amount of additional storage required. To correct this error, relink CULL with a larger work size (as described in CA IDMS installation guide for your operating system). or decrease the complexity or number of reports in the run. Modules: CULL CULLEXT |
|
C700007 |
CULPRIT JOB CANCELLED AFTER program-name (CONT) USER ABEND OR RETURN CODE=code (CONT) SYSTEM ABEND CODE=code One-step CA Culprit only—The system or user completion code (return code) from the named program was not equal to 0 (zero), causing CA Culprit to stop executing after the named program. To determine what happened, review the continuation message and listings for more information. Severity: F Modules: CULPRIT (1-Step Controller) |
|
C700015 |
IDB ACTION PARAMETER MISSING - REQUIRED CA Culprit encountered one or more of the following errors in the INPUT IDB or OUTPUT IDB parameter:
Correct the CA Culprit program and resubmit the job. Severity: E Modules: CULPOUCH |
|
C700018 |
IDB SIGNON ERROR CA Culprit encountered an IDB signon error. Make sure that:
Severity: W, E, F Modules: CULLIDB CULPIDB |
|
C700021 |
IDB GET TABLE ERROR CA Culprit could not access the named table. Make sure that:
Severity: W, E, F Modules: CULLIDB CULPIDB |
|
C700024 |
IDB GET FIELD ERROR The field name on the edit parameter must be spelled exactly like the column name defined for the table in ASF. Severity: W, E, F Modules: CULLIDB CULPIDB |
|
C700027 |
IDB ADD TABLE ERROR CA Culprit could not add the table to the database because either a table with that name already exists or there is not enough space to store the table. Severity: W, E, F Modules: CULLIDB CULPIDB |
|
C700030 |
IDB ADD FIELD ERROR CA Culprit returned a nonzero return code from RDEF. Severity: W, E, F Modules: CULLIDB CULPIDB |
|
C700033 |
IDB GENERATE ERROR An IDB GENERATE error occurred possibly because the DC/UCF system went down or there is not enough space in the load area of the data dictionary to store the table load module. Check the DC/UCF log file for information. In particular, look for code 1211, which indicates insufficient space in the dictionary load area. Severity: W, E, F Modules: CULLIDB CULPIDB |
|
C700036 |
IDB SIGNOFF ERROR CA Culprit encountered an error when signing off IDB. Severity: W, E, F Modules: CULLIDB CULPIDB |
|
C700039 |
IDB DELETE ERROR CA Culprit encountered an error during at attempt to delete a table. Possibly the table does not exist. Correct the name and resubmit the job. Severity: W, E, F Modules: CULLIDB CULPIDB |
|
C700040 |
ATTEMPT TO DELETE TABLE AFTER ERROR FAILED An E- or F-level error occurred during a CREATE job. As part of error recovery, CA Culprit attempts to delete the partially created table. This error indicates that CA Culprit failed to delete the table. Delete the table before resubmitting the job to create the table. This error can occur if the DC/UCF system goes down while the table is being created. Severity: F Modules: CULLIDB |
|
C700041 |
TABLE SUCCESSFULLY DELETED CA Culprit successfully deleted a table's definition and contents from the ASF dictionary (catalog). Severity: I Modules: CULLIDB |
|
C700042 |
TABLE NOT GENERATED OPERATION NOT PERFORMED (CONT) RSUB RETURN CODE: rsub-code (CONT) TDB MINOR CODE: tdb-code The table named on the INPUT or OUTPUT parameter has not been generated and therefore cannot be accessed. Sign on to ASF and check the STATUS field on the Table Definition screen. Tables that indicate REDEFINITION must be generated before those that are accessed by CA Culprit. Generate the table and resubmit the job. Severity: F Modules: CULLIDB CULPIDB |
|
C700045 |
INCOMPATIBLE FIELD(S) DETECTED. (CONT) SEE VALIDATION REPORT ON INPUT PARAM LISTING In a CA Culprit run to consolidate tables, CA Culprit detected secondary table field or fields with a definition different from the corresponding field in the primary table. The VALIDATE FIELDS report in the Input Parameter Listing identifies the field or fields in error. Correct the field definitions in the secondary tables, regenerate the secondary tables, and resubmit the job. Severity: E Modules: CULPIDB |
|
C700047 |
UNABLE TO VALIDATE FIELDS DUE TO ERRORS IN PRIMARY DATA TABLE In a CA Culprit run that consolidates tables, the table named on the first INPUT parameter (the primary table) contains errors. Therefore, CA Culprit cannot validate the fields of the secondary tables against the fields in the primary table. Correct your primary table specification and resubmit the job. Severity: E Modules: CULPIDB |
|
C700048 |
CULPRIT IS UNABLE TO GENERATE A PATH CARD. CA Culprit encountered a problem getting a table and therefore cannot generate a PATH parameter for the table. Continuation messages accompany this message. Severity: W Modules: CULPIDB |
|
C700050 |
INSUFFICIENT PASSKEY AUTHORIZATION The user does not have authorization to perform the requested data table function. Severity: F Modules: CULLIDB |
|
C700051 |
TABLE SUCCESSFULLY GENERATED: table-name CA Culprit successfully created and generated the named table. Severity: I Modules: CULLIDB |
|
C700052 |
SQL ERROR ENCOUNTERED CA Culprit detected an error in SQL processing. Details are contained in messages C700055 through C700057. Severity: E Modules: CULPSQL |
|
C700053 |
WARNING ISSUED FROM PREPARE SQL SELECT CA IDMS/DB issued a warning when preparing the SQL SELECT statement. Details are contained in messages C700055 through C700057. Severity: W Modules: CULPSQL |
|
C700054 |
ERROR FROM PREPARE SQL SELECT CA IDMS/DB issued a warning when preparing the SQL SELECT statement. Details are contained in messages C700055 through C700057. Severity: E Modules: CULPSQL |
|
C700055 |
SQLCODE: iiii SQLCERC: nnnn The value, iiii, represents the SQL error code (SQLCODE) returned from the SQLCA (SQL Communication Area). The value, nnnn, represents the SQL extended error code (SQLCERC) returned from the SQLCA. For more information about the above SQL error codes, refer to the CA IDMS SQL Reference Guide. Severity: W or E Modules: CULPSQL CULLSQLR CULESQL CULLSQL |
|
C700056 |
SQLCESER: iiii SQLCNRP: nnnn The value, iiii, represents the offset into the user-provided SQL statement in which a syntax error was recognized. The value, nnnn, represents the number of rows processed by the SQL statement. For more information about the above SQL error codes, refer to the CA IDMS SQL Reference Guide. Severity: W or E Modules: CULPSQL CULLSQLR CULESQL CULLSQL |
|
C700057 |
Message text Contains the complete message text for SQLCERC that is found in the SQLCERM field of the SQLCA. Severity: W or E Modules: CULPSQL CULLSQLR CULESQL CULLSQL |
|
C700058 |
NO SQLCA. QRFCDSI RETURN CODE: Fatal error trying to access SQL. Unable to obtain information from SQLCA. Severity: F Modules: CULPSQL CULLSQL CULLSQLR |
|
C700059 |
ONLINE= Y UNAVAILABLE IN LOCAL MODE Create function was specified for an ASF table with ONLINE= YES. CA Culprit has ignored ONLINE= Y. Run CA Culprit under central version (CV). Severity: W Modules: CULLIDB |
|
C700060 |
ADSOOPTI MODULE NOT FOUND Delete and create ASF tables require ADSOOPTI in one of your STEPLIB libraries. Severity: E Modules: CULLIDB |
|
C700061 |
UNABLE TO DELETE TABLE IN LOCAL MODE Delete the table that contains maps and dialogs. (This must be done in CV mode.) Severity: E Modules: CULLIDB |
|
C700062 |
WARNING ISSUED FROM SQL CREATE TABLE CA IDMS/DB detected a warning level error when trying to issue an SQL CREATE TABLE statement. Details are contained in messages C700055 through C700057. Severity: W Modules: CULLSQL |
|
C700063 |
ERROR ISSUED FROM SQL CREATE TABLE CA IDMS/DB detected an error when trying to issue an SQL CREATE TABLE statement. Details are contained in messages C700055 through C700057. Severity: E Modules: CULLSQL |
|
C700064 |
QRFCDSI RETURN CODE: nnnn An error was detected by the SQL services routine, QRFCDSI. Severity: E Modules: CULLSQLR |
|
C700065 |
SQL POST FETCH EXIT WAS NOT EXECUTED CA Culprit detected an error while processing an SQL FETCH statement. Data extraction cannot continue. Severity: E Modules: CULLSQLR |
|
C700066 |
F UNABLE TO ESTABLISH CONNECTION IDMS An error was detected while trying to establish the batch to IDMS processing environment. CA Culprit processing cannot continue. Severity: F Modules: CULESQL |
|
C700068 |
ERROR ISSUED FROM SQL DELETE STATEMENT For function TYPE = REPLACE, CA Culprit detected an error while trying to delete data in the existing SQL table. The insertion of new data will not take place. Severity: E Modules: CULESQL |
|
C700069 |
SQL TABLE DEFINITION SUCCESSFULLY CREATED CA Culprit successfully created a new SQL table definition. Severity: I Modules: CULLSQL |
|
C700070 |
NULL INDICATOR MISSING FOR PREVIOUS SQL CALL When updating an existing SQL table, with either TYPE = ADD or TYPE = REPLACE, you must specify edit parameters for both the SQL column and its corresponding null indicator. Null indicators must always be specified with FB format code and SZ = 4. Severity: E Modules: CULLSQL |
|
Copyright © 2014 CA.
All rights reserved.
|
|