SQL/MP Messages Manual
Preprocessor Messages (11000 to 11999)
HP NonStop SQL/MP Messages Manual—427720-006
13-8
SQL 11026
Cause. The COMPUTATIONAL clause does not allow alphabetic or alphanumeric
data type declaration.
Effect. Preprocessing continues.
Recovery. Remove the COMPUTATIONAL clause or change the PICTURE clause so
that it describes a numeric item.
SQL 11027
Cause. The SIGN clause allows only a signed numeric data item. For example, PIC
99 SIGN IS LEADING is not valid, but PIC S99 SIGN IS LEADING is valid.
Effect. Preprocessing continues.
Recovery. Correct the data description.
SQL 11028
Cause. The statement was not in the Procedure Division.
Effect. Preprocessing continues, but no object code is generated.
Recovery. Move the statement to the Procedure Division.
SQL 11029
Cause. The section name specified in the SOURCE directive was not in the source file
specified.
Effect. Preprocessing continues. The source file you referenced is not used.
Recovery. Specify the correct section name for the source file name.
11026 COMPUTATIONAL clause requires numeric data type.
11027 SIGN clause requires signed numeric.
11028 The statement must be placed in the Procedure Division.
11029 Section name value-1 not found.