The FMP call arguments begun on a previous line were not closed with a right
parenthesis. Therefore, continuation of the arguments was expected on the
next line, but the % ... expected to signal the continuation was not found.
Restriction: This topic applies only when the AppMaster Builder AddPack has been installed, and applies only to Windows platforms.
Resolution:
Either close parenthesis on user call line or signal continuation to a second
line with a comma at the end of the call line and % ... at the beginning of
the continuation line.