OFF


The OFF command will close down all current jBASE programs, but will stop if encounters a non-jBASE program.

To be fully effective you should only be running jBASE programs. On Unix for example, in your .profile you might have:

exec MAIN.PROG

or

exec jsh

If your .profile looks like this:

MAIN.PROG

or

jsh

You will keep the UNIX shell active and the effect of the OFF command will be to return you to the UNIX shell.


Utilities