JBCEMULATE

Man Page Index


Description
When importing legacy applications, this variable tells jBASE what system it originally ran on. Note that programs and subroutines imported from different systems may be freely mixed.

Values
jbase, adds, ap, fuji, prime, reality (aka ros), r83, r91, sequoia, ultimate, unidata, universe.
The values reference labels in the Config_EMULATE file.

Default
The default is jbase, which will suit most imported applications.

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

Unix
JBCEMULATE=sequoia
export JBCEMULATE

Windows
set JBCEMULATE=reality


ENV