EQA1641E Structures are not supported within this context.

Explanation

Given DCL 1 A, 2 B FIXED, 2 C FLOAT, the name A refers to a structure.

Programmer response

Break the command into commands for each of the basic elements of the structure, or use the DECLARE command with a BASED variable to define a variable overlaying the structure.