Previous Topic: CASD415ENext Topic: CASD417E


CASD416E

Syntax error parsing parm parameter

Reason:

The valid parameter named parm was being parsed. CAISDI/els was in the process of extracting the value, if any, when a syntactical error was discovered.

Action:

Processing is terminated for the current command. Ensure the parameter you have coded is supposed to have a value assignment. If a value assignment is expected, make sure you use the format parameter=value or parameter=”value” in your specifications. If you need to continue a long string value onto a continuation statement, add a trailing “+” on the command line to be continued, such as parameter=”long string”+ and begin the continued statement with “ value”.