;Get value of VUID SERVER CONNECTION TYPE field (#13)
; Input : SYSPTR - Pointer to HDIS System file
; (default to current system)
SET(FILE,FIELD,IENS,VALUE,XTRNL)
;Store value into a field
; Input : FILE - File number
; FIELD - Field number
; IENS - IENS of entry
; VALUE - Value to store
; XTRNL - Flag indicating if VALUE is in external format
; 1 = Yes (external) 0 = No (internal) (default)
SETVSRV(VALUE,SYSPTR)
;Set value of VUID SERVER OPTION field (#21)
; Input : VALUE - New value (internal or external)
; : SYSPTR - Pointer to HDIS System file
; (default to current system)
SETVCON(VALUE,SYSPTR)
;Set value of VUID SERVER CONNECTION TYPE field (#13)
; Input : VALUE - New value (internal or external)
; : SYSPTR - Pointer to HDIS System file
; (default to current system)
GETTYPE(SYSPTR)
;Get value of SYSTEM TYPE field (#.02)
; Input : SYSPTR - Pointer to HDIS System file
; (default to current system)
SETTYPE(VALUE,SYSPTR)
;Set value of SYSTEM TYPE field (#.02)
; Input : VALUE - New value (internal or external)
; : SYSPTR - Pointer to HDIS System file
; (default to current system)
SETVFAIL(VALUE,SYSPTR)
;Set value of DISABLE VUID ACTIVITY field (#11)
; Input : VALUE - New value (internal or external)
; : SYSPTR - Pointer to HDIS System file
; (default to current system)
GET(FILE,FIELD,IENS,HOW,OUTPUT)
;Get value for a field
; Input : FILE - File number
; FIELD - Field number
; IENS - IENS of entry
; HOW - Flag indicating how value should be returned
; I - Return internal value
; E - Return external value
; B - Return internal and external value
; OUTPUT - Output array (pass by reference - dot notation)
; Only set if HOW = B (both)
; OUTPUT("I") = Internal value
; OUTPUT("E") = External value
GETVFAIL(SYSPTR)
;Get value of DISABLE VUID ACTIVITY field (#11)
; Input : SYSPTR - Pointer to HDIS System file
; (default to current system)
GETVLOC(SYSPTR)
;Get value of VUID SERVER LOCATION field (#12)
; Input : SYSPTR - Pointer to HDIS System file
; (default to current system)
GETVSRV(SYSPTR)
;Get value of VUID SERVER OPTION field (#21)
; Input : SYSPTR - Pointer to HDIS System file
; (default to current system)
SETVLOC(VALUE,SYSPTR)
;Set value of VUID SERVER LOCATION field (#12)
; Input : VALUE - New value (internal or external)
; : SYSPTR - Pointer to HDIS System file
; (default to current system)