SQL/MX 2.x Messages Manual (G06.24+, H06.03+)

Parser and Compilation Messages (3000 through
3999)
HP NonStop SQL/MX Messages Manual523730-004
5-46
Recovery. Correct the syntax and resubmit.
SQL 3202
Cause. In the CREATE PROCEDURE statement, you omitted the mandatory
PARAMETER STYLE clause.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 3203
Cause. In the CREATE PROCEDURE statement, you omitted this mandatory
LANGUAGE clause.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 3204
Cause. In the CREATE PROCEDURE statement, the EXTERNAL NAME clause you
specified does not conform to the required syntax.
Effect. SQL/MX is unable to create the procedure.
Recovery. Correct the syntax and resubmit.
SQL 3205
Cause. In the CREATE PROCEDURE statement, you omitted the mandatory
EXTERNAL NAME clause.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
3202 PARAMETER STYLE clause is required.
3203 LANGUAGE clause is required.
3204 EXTERNAL NAME clause is badly formed.
3205 EXTERNAL NAME clause is required.