| NAME |
DSIV FILE INSURANCE TO AUDIT |
| TAG |
IN |
| ROUTINE |
DSIVIM |
| RETURN VALUE TYPE |
ARRAY |
| DESCRIPTION |
Files new insurance data fields from ICB to the DSIV ICB AUDIT (#19625)
file that are not part of the INSURANCE BUFFER (#355.33) file so that they
may be updated as part of buffer processing by insurance verifiers.
|
| INPUT PARAMETER |
-
- DSIVAUD
- PARAMETER TYPE: LITERAL
- MAXIMUM DATA LENGTH: 30
- REQUIRED: YES
- SEQUENCE NUMBER: 1
- DESCRIPTION:
Pointer to the DSIV ICB AUDIT (#19625) file.
-
- DATA
- PARAMETER TYPE: LIST
- MAXIMUM DATA LENGTH: 80
- REQUIRED: YES
- SEQUENCE NUMBER: 2
- DESCRIPTION:
Contains data to file in the following format:
D DATA(n)=field^multi-id^value
e.g. DATA(1)="6.01^0^1"
DATA(2)="6.02^0^2"
DATA(3)="8^1^SYN1" SYNONYM is fld 8, subfile 19625.08 (multiple)
DATA(4)="8^2^SYN2"
DATA(5)="9^1^FIRST LINE OF REMARKS" REMARKS is field 9, wp field
DATA(6)="9^2^SECOND LINE OF REMARKS"
|
| RETURN PARAMETER DESCRIPTION |
RET(n) will exist based on what data is sent, if only 6.01-6.09 is sent
then only RET(1) is returned.
RET(1)=-1^error or 0^Record updated for fields 6.01-6.09 (NOT 6.08)
RET(2)=-1^error or 0^Synonym(s) updated
RET(3)=-1^error or 0^Remarks updated
|