Previous Topic: &ZUSERSLC

Next Topic: &ZUTIMEn


&ZUSRMODE

Returns a value indicating special conditions of this signed on user.

To determine if the signed on user requires special processing.

The following values are returned:

'blank'

No special processing

NEW

New user processing

INSTALL

The user is the INSTALL user

Example: &ZUSRMODE

&IF .&ZUSRMODE = .NEW &THEN +
   &GOSUB .NEW_USER