preprocessing ?
The variable TRACE_FLAG is used in many of my scripts in the following manner : # if TRACE_FLAG # do something # endif When I set TRACE_FLAG to “True”, the script fails at compile time with a Warehouse error 8284. However when I set the TRACE_FLAG variable to “TRUE”, the script doesnt fail and the condition evaluates correctly.