Restriction: This topic applies only when the AppMaster Builder AddPack has been installed, and applies only to Windows platforms.
Select the number of the message you require details about :
16100 ERR SYNTAX ERROR
The parser detected an invalid construct while parsing the statement.
16101 ERR SYNTAX ERROR NEWLINE
The parser reached an unexpected end of line. Missing delimiters such as a parenthesis or comma can cause this error.
16201 ERR INVALID SYN ERROR TYPE
The general syntax error routine within the AST generator was passed an error, which it does not recognize. This is an internal error in the GenErrorNodes function of module fmpgen.c.
16202 ERR INVALID TYPE FOR DECL VAR
Invalid data type for a DECLARE part (i.e., variable). Valid types are 'X' for string and 'N' for Numeric. Line linenumber in source file is invalid.
16203 ERR INVALID ARITH OP
Invalid arithmetic operator operatorname . Valid arithmetic operators are +, -, *, and /. Line linenumber in source file is string.
16205 ERR INVALID RELATIONAL OP
Invalid relational operator operatorname . Valid relational operators are =, >, <, >=, <=, and any of these prefixed by a 'NOT'. Line linenumber in source file is string.
16208 ERR INVALID SET
The keyword following % SET is invalid. Line linenumber in source file is invalid.
16209 ERR INVALID EVAL BRACKET
Invalid value specified for SET EVAL-BRACKETS. Valid syntax is % SET EVAL-BRACKETS 'XY' where X and Y are single symbols such as < and >. Line linenumber in source file is string.
16210 ERR INVALID EVAL BRACKET AUX
Invalid value specified for SET EVAL-BRACKETS-AUX. Valid syntax is % SET EVAL-BRACKETS-AUX 'XY' where X and Y are single symbols such as < and >. Line linenumber in source file is string.
16218 ERR INVALID ASSIGN OP
Invalid assignment operator operatorname . Valid assignment operators are =, <<, <+, <-, <*, and </. Line linenumber in source file is string.
16220 ERR FOOLMAC NOT SPECIFIED
FMP Object Oriented Language (FOOL) generation support macro has not been specified. Defaulting to the name '$FOOLMAC'. Use the /FoolMacro=$macroname option to specify this name. Line linenumber in source file is string.
16400 ERR INVALID SYMBOL TYPE
Invalid variable symbol type string. Valid values are 0 thru 5. This is an internal error in module fmpsymtb.c or fmpgen.c.
16401 ERR TOO MANY SOURCE SYMBOLS
There are too many % symbol names defined in the INCLUDEd file source code. Try breaking the source code into two or more INCLUDEd files.
16500 ERR INDIR TAB MAX EXCEEDED
Maximum number of indentation levels exceeded when print an AST. Maximum number of levels is string in module fmpprint.c.
16605 ERR IND TAB MAX REACHED
Maximum number of indentation levels exceeded in compilation report. Maximum number of levels is string in module comprpt.c.