Description of SQLCA in CA Datacom/DB Format:
|
Languages and Field Names |
Descriptions |
|---|---|
|
COBOL: SQLCA-EYE-CATCH |
A core mark to help find the SQLCA in diagnostic situations (containing 'SQLCA***' in COBOL). |
|
COBOL: SQLCA-LEN |
The length of the SQLCA (196 in COBOL). |
|
COBOL: SQLCA-DB-VRS |
The CA Datacom/DB version. |
|
COBOL: SQLCA-DB-RLS |
The CA Datacom/DB release. |
|
COBOL: SQLCA-LUWID |
Reserved. |
|
COBOL: SQLCODE |
Value returned from an SQL call. If an exception declaration (WHENEVER statement) is not provided, the recommended practice is that your program include code to check the returned value immediately after each executable SQL statement. |
|
COBOL: SQLCA-ERROR-INFO |
The error information area. |
|
COBOL: SQLCA-ERROR-LEN |
The length of the error return string. |
|
COBOL: SQLCA-ERROR-MSG |
A brief description of the error. |
|
COBOL: SQLCA-ERROR-PGM |
Contains the name of the CA Datacom/DB module which reported the error. |
|
COBOL: SQLCA-FILLER-1 |
In PL/I and Assembler, this is a place holder. |
|
COBOL: SQLCA-ERROR-DATA |
Provides diagnostic information. |
|
COBOL: SQLCA-DSFCODE |
The return code from the CA Datacom Datadictionary Service Facility. |
|
COBOL: SQLCA-INFCODE |
Reserved for future use. |
|
COBOL: SQLCA-DBCODE |
Contains additional return codes from CA Datacom/DB for some error conditions, to aid in diagnosing errors. |
|
COBOL: SQLCA-DBCODE-EXT |
The CA Datacom/DB external return code. |
|
COBOL: SQLCA-DBCODE-INT |
The CA Datacom/DB internal return code. |
|
COBOL: SQLCA-MISC-DATA |
Number of rows affected by an UPDATE, INSERT or DELETE statement. |
|
COBOL: SQLCA-MISC-CODE2 |
redefined (following) to SQLSTATE field. |
|
COBOL: SQLSTATE |
The field in which the ANSI-compatible SQLSTATE return code is supplied. |
|
Assembler: SQLCAMC2 |
Reserved. |
|
COBOL: SQLCA-WARNING |
An array of eight characters which provides warning return codes (a W indicates that a warning has been returned). For tables that explain the significance of the return code for each element in the array, see:
|
|
COBOL: SQLCA-PGM-NAME |
Contains the program identification assigned in the PROGRAM-ID statement. |
|
COBOL: SQLCA-AUTHID |
Contains the authorization ID specified in the Preprocessor AUTHID= option. |
|
COBOL: SQLCA-PLAN-NAME |
Contains the name of the plan specified in the Preprocessor PLANAME= (or PLANNAME= in PL/I) option. (In COBOL, if the option is not specified, the default is the PROGRAM-ID.) |
|
Assembler: SQLCADLN |
The length of the SQLCA. |
|
Copyright © 2014 CA.
All rights reserved.
|
|