Problem:
This error:
"The program ... has been modified since the last compile. This may lead to unpredictable results when browsing and animating."
is produced after a compile of the program.
Resolution:
the "$" should be in card column 7.
1 $set sql(dbman=odbc)
2 ******************************
Like this:
1 $set sql(dbman=odbc)
2 ******************************
