Error Code | 31012 |
Error Message | Error preparing map for execution: Error compiling expression Initialize Global Variables: Invalid expression syntax |
Description | This error message is displayed when you use the reserve STOP keyword. |
Cause/Solution | Cause: STOP is a reserved keyword (synonym for ABORT, added for language sensitivity purposes). Solution: STOP cannot be used as a variable name since it is a reserved word. Please change the variable name. |
Related Information |