Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6073 - Length must be specified

6073   Length must be specified

Cause

This error occurs if your application code defines an external function parameter or return type with no length specification when a length is required. A length is required for usage io or output parameters of type String or Binary, and for Binary return primitive types.

Action

Specify the length of the parameter or return primitive type, by including an integer enclosed in brackets ([]) after the type name.