CSO8110E: The parmForm linkage property must
be set to COMMPTR to call program %1 as there is at least one parameter that
is a dynamic array.
Explanation
The parmForm must be COMMPTR because
one of the parameters is a dynamic array.
User Response
Change the parmForm to COMMPTR.