The declaration of a FLOAT BINARY parameter with precision > 23 may not also have the BYVALUE attribute.
- Resolution:
- Remove the BYVALUE attribute (or change it to BYADDR) and enclose the corresponding arguments in parentheses to ensure the
values are passed in dummy arguments.
- Module:
- DCLPCS.PL1