SQL/MP Messages Manual

Preprocessor Messages (11000 to 11999)
HP NonStop SQL/MP Messages Manual427720-006
13-20
SQL 11069
Cause. A situation like the following occurred:
01 EMP-RECORD. 02 NAMES PIC X(30). 03 EMP-NAME PIC X(30).
NAMES must be a group data item. To correct this, declare EMP-RECORD as follows:
01 EMP-RECORD. 02 NAMES. 03 EMP-NAME PIC X(30).
Effect. Syntax error: Preprocessing continues.
Recovery. Correct the host variable declaration.
SQL 11070
Cause. The USAGE clause of the 01 entry was different than the subordinate items.
Effect. Syntax error: Preprocessing continues.
Recovery. Correct the USAGE clause of the subordinate items.
SQL 11071
This message is displayed when the COBOL85 program with embedded SQL is
preprocessed using SQLCOBOL:
This message is displayed when the COBOL85, NMCOBOL, C, and TAL programs
with embedded SQL are preprocessed using SCI:
Cause. Stated in the error message.
Effect. Syntax error: Preprocessing continues.
Recovery. Specify a numeric literal with 18 digits or less.
11069 Elementary data item was specified for group data item
value-1.
11070 Subordinate USAGE conflicts with group USAGE.
11071 Do not use a numeric literal longer than 18 digits.
11071 Too many digits.