MOD-00025 unable to create access module
Description:
MOD-00025 unable to create access module
Cause:
The module was unable to open the output file specified in the module option.
Description:
MOD-00025 unable to create access module
Cause:
The module was unable to open the output file specified in the module option.
Description:
MOD-00063 procedure string, parameter string: illegal interface type “string“
Cause:
When attempting to generate an interface procedures (stubs) file, the WITH INTERFACE PROCEDURE clause in the referenced stored package or stored procedure contained a parameter having an illegal datatype.
Description:
MOD-00095 datatype “string” is not valid for this host language.
Cause:
A datatype was used that is not supported for the host language. For example, NUMERIC is not a supported datatype for Ada and C.
Description:
MOD-00036 internal programming exception
Cause:
An internal error occurred.
Description:
MOD-00074 ONAME option is specified but not meaningful
Cause:
The ONAME option was used when it was not required. For example, the ONAME option is not required when RPC_GENERATE=NO, and STORE_PACKAGE=YES, or the OUTPUT values list does not contain the CODE value.
Description:
MOD-00014 unable to obtain bind variables at line number in file string
Cause:
The module compiler was unable to find information about an input host variable (bind variable) used in a SQL statement.
Description:
MOD-00047 an open statement already exists for cursor “string“
Cause:
More than one procedure in this module contains an OPEN command on the named cursor.
Description:
MOD-00085 [package specification compiled]
Cause:
This is an informational message.
Description:
MOD-00026 no host language specified
Cause:
The host language name is not specified in the LANGUAGE clause of the module file.
Description:
MOD-00064 procedure string: extra parameter “string” in interface
Cause:
An unused parameter was declared in the WITH INTERFACE clause of a stored package or a stored procedure.