GENERAL DESCRIPTION |
FileMan KIDS Enviromental Check routines:
DIENVWRN (Warn the installer, but allow the install to continue)
and
DIENVSTP (Stop the install)
need to check if Logons have been Inhibited and the following code is being
used:
LINH ; Check to see if Logons are Inhibited
D GETENV^%ZOSV ; $P(Y,"^",2) = Installing Volume
S X=+$G(^%ZIS(14.5,"LOGON",$P(Y,"^",2)))
I 'X D Q ; Bail Out of Install
FileMan would like a temporary intergration agreement, with the Kernel, until
such time a single call can be developed that will return whether or not
Logons have been Inhibited.
|