Operating Condition
Syntax: SET DEBUG ON/OFF
Default: OFF
You can use SET DEBUG as follows:
1.Precede any R:BASE command you want to control with the DEBUG modifier in a command file.
2.Set DEBUG on to have R:BASE run the command; set DEBUG off to have R:BASE ignore the command.
Notes:
•When DEBUG is ON, R:BASE will display a warning if a SET VAR <NAME> <TYPE> declaration is executed when the variable already exists and the variable type changes. The feature is helpful to avoid accidentally clearing a variable when it is used elsewhere, especially in heavily nested code.
•With DEBUG ON, the #TABLEORDER variable value is generated to determine the column order used for a query.