-1760 CREATE PROCEDURE FOR procedure-name MUST HAVE VALID LANGUAGE AND EXTERNAL CLAUSES
Explanation
A LANGUAGE or EXTERNAL clause is missing in the CREATE statement for procedure procedure-name. This clause must be specified.
System action
The statement cannot be processed.
Programmer response
Change the CREATE statement to include the missing clause and reissue the statement.
SQLSTATE
42601