Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6074 - Length of Real must be 4 or 8 bytes

6074   Length of Real must be 4 or 8 bytes

Cause

This error occurs if your application code specifies a Real parameter or return primitive type in an external function with a length other than 4 or 8 bytes. Only these lengths are valid for Real parameters and return primitive types.

Action

Correct the length of the Real parameter or return primitive type.