;is applicant eligible for a Veteran ID Card?
; This function determines if an applicant is eligible for a Veteran
; Identification Card (VIC).
REQFLD(DGVIC,DGERR)
;required field check
; This function is used to check for required fields in the VIC data
; array.
PENDDT(DGDFN)
;check for pending request date
HOLD(DGVIC,DGMSG)
;check for pending ICN, Enrollment Status, Purple Heart
; This function checks for a pending ICN, Enrollment Status, and/or
; Purple Heart confirmation and builds the appropriate message text
; when a pending condition exists.
CPRSTAT(DGVIC)
;determine card print release status
; This procedure is used to determine Card Print Release Status from
; the data contained in the input array (DGVIC). Once determined, the
; status and remarks are placed into the VIC data array.