JBCLOGNAME

Man Page Index


Description
The account name as perceived by commands such as WHO or conversions such as U50BB will normally be returned as the login name of the user (LOGNAME variable). However if you wish your users to login with personal ids but execute as if they were all on the same account you may set this variable to override the default. The account name will be returned as whatever this environment variable is set to.

Values
Any character string.

Default
None.

Setting
As per normal environment variable.
On UNIX it should be setup in the .profile.
On Windows it should be set before running any jBASE program.

Unix
JBCLOGNAME=PAYROLL
export JBCLOGNAME

Windows
set JBCLOGNAME=HARRY


ENV