;EP - from ABSPOSIV - a new PEC/MIS INPUT record
; NMULT = how many multiples to initialize (opt, defaults to 9)
; NINS = how many insurance lines to init for each one (opt, def to 5)
; ORIGIN = pointer to 9002313.516
DELETE(IEN)
ALL
; This entry point does data entry and submits the claims, both.
; This is what we'll call from the ListManager menu.
MYSCREEN(DA)
GET515A(USER,DEST)
; grab copy of the record for this user
GET515B(A,B)
OLDSTYLE()
INIT(IEN)
;EP - from ABSPOSIV - initialize record IEN
ISEMPTY(DA)
GENINSTR
; general instructions, in the FORM-level pre-action for Block 2C
FNINS()
ALL1
;EP - ABSPOSIV branches back here if user decides he wants Screenman
FNPRESC()
TEST
;
FN()
GL
; quickie global list good for testing
GET515(USER,DEST)
;EP - from ABSPOSIV ; call as GET515(USER,.DESTINATION)
; where .DESTINATION is undefined coming in.
; set DEST(*) = copy of the .515 in effect,
; with defaults overlaid as needed