$$DTIME |
This extrinsic function will reset the DTIME variable
for user identified by the first parameter 'DUZ' of this function.
This extrinsic function accepts two parameters. The first is the ien or DUZ
of the user in the NEW PERSON file (#200).
The second is the ien of the device in the DEVICE file (#3.5). This ien
should be the same value of IOS if present, and should reflect the current
sign-on device of the user.
The return value should be assigned to the variable DTIME as shown in the
USAGE example. This DTIME variable will be used on all timed READS where
interactive responses are required for a given user.
The return value will be based on the first available data if present, and in
the search order listed below:
(#200.1) TIMED READ (# OF SECONDS) of NEW PERSON file (#200)
(#51.1) TIMED READ (# OF SECONDS) of DEVICE file (#3.5)
(#210) DEFAULT TIMED-READ (SECONDS) of KERNEL SYSTEM PARAMETERS file
(#8989.3)
If data is not available from the above fields, then the return value will
default to 300 seconds.
USAGE: S DTIME=$$DTIME^XUP(DUZ)
or
S DTIME=$$DTIME^XUP(DUZ,IOS)
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DUZ |
Input |
The ien of the user in the NEW PERSON file (#200).
|
IOS |
Input |
The ien of the device in the DEVICE file (#3.5).
|
|