JBCNOINTERNAL

Man Page Index


Description
The JBCNOINTERNAL variable contains a list of all jBASE internal commands (Commands inherent to jBASE and therefore the .exe version is not run by default) to NOT BE treated as internal commands.  This environment variable can be set to '1' which would treat all internal commands as external commands.

Values
"1" for all commands or any combination of the internal commands:

AUTOLOGOUT BASIC CATALOG CLEAR-FILE CLEAR.FILE
COPY CREATE-FILE CREATE.FILE DATE-FORMAT DATE.FORMAT
DECATALOG DELETE-FILE DELETE.FILE ED EDIT
OFF P SET-DEC SET-MONEY SET-THOU
SET-THOUS TIME WHO basic catalog
clear-file create-file date-format decatalog delete-file
off set-dec set-money set-thou set-thous

Default
The default is to treat the list of internal commands as such.

Setting
Normal UNIX environment variable, so it can be set at any time by the commands:

Unix
JBCNOINTERNAL=BASIC:ED:EDIT:basic
export JBCNOINTERNAL

Windows
SET JBCNOINTERNAL=BASIC;ED:EDIT;basic


ENV