Changing Statement Default to Estimate Mode
Putting an "E" in SBR$CONTROLLER will cause all statement
programs to
default to estimate mode (INTERACTIVE,DETACH,GROUP etc...).
$ EDIT USERS:[SBR.EXE]BILLOGS.COM in the [SBR.EXE] directory.
Find the following line of code.
$ DEFINE SBR$CONTROLLER ".MS" ! STUDENT BILLING CONTROLLER
Change it to look like the following line.
$ DEFINE SBR$CONTROLLER ".MSE" ! STUDENT BILLING CONTROLLER
Press <F4> key to enter Command mode.
Type EXIT at the Command line. (This saves your changes.)