; find status info
; find status of term for given DATE
; D LIST^DIC(FILE,IENS,FIELDS,FLAGS,NUMBER,[.]FROM,[.]PART,INDEX,[.]SCREEN,IDENTIFIER,TARGET_ROOT,MSG_ROOT)
CNSTR1()
; check constraints when setting VUID
; called from SETVUID()
; only one MASTER ENTRY FOR VUID can exist
DUPLMSTR(FILE,FIELD,TVUID)
; check duplicates
; used to determine existence of duplicate
; entries with the same VUID and master flag
; can potentially use this from DD trigger
GETSTAT(TERM,DATE)
; return MASTER VUID value
;
GETVUID(TERM)
; return VUID value
CNSTR2()
; check constraints when setting MASTER ENTRY flag
; called from SETMASTR()
; only one MASTER ENTRY FOR VUID can exist
SETSTAT(TERM,STATUS,DATE)
; set status
; set status and date for the given term