EGL0148E The parmForm linkage property must be set to COMMPTR to call program program_name as there is at least one parameter that is a dynamic array.

Explanation

The parmForm linkage property must be COMMPTR because one of the parameters is a dynamic array.

User Response

Change the parmForm linkage property value to COMMPRT.


Feedback