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 :
26000 MSG LINE ASSUMED OUTPUT TEXT IG determines the overall structure of a line by examining the source before any evaluation bracket processing occurs. This
precludes lines that begin with an evaluation bracket expression that resolves to a generator line (e.g., starts with a %%).
The following line (line linenumber from source file filename) is assumed to resolve to a text line to be output. Suppress this message with the ERROPT=(NOEVALSTARTLINE) command line
parameter.
26001 ERR EXCEED INDENT STACK MAX The maximum number of levels of indentation has been exceeded. The maximum number is string. Indentation stack array max reached (in module fmpline.c). Line causing the error is linenumber. This is an internal error.
26002 ERR INDENT STACK UNDERFLOW The indentation has been popped more often than pushed. Check your indentation in the source file. Indent stack array underflow
(in module fmpline.c). Line causing the error is linenumber. This is an internal error.