
| Name | Value |
|---|---|
| NAME | IBCN INSURANCE QUERY TASK |
| TAG | RPC |
| ROUTINE | IBCNRDV |
| RETURN VALUE TYPE | ARRAY |
| AVAILABILITY | PUBLIC |
| SUPPRESS RDV USER SETUP | Yes |
| DESCRIPTION | This does a remote query on the insurance information. This is the one that used during tasked jobs to avoid user data exchange. |
| INPUT PARAMETER |
|
| RETURN PARAMETER DESCRIPTION |
The return is in the following format:
var("S",COB sequence,x) =: (null) as an xref for COB
-- output var(0) =: number of entries insurance multiple
var(x,0) =: ^dpt(dfn,.312,x,0)
var(x,1) =: ^dpt(dfn,.312,x,1)
var(x,2) =: ^dpt(dfn,.312,x,2)
var(x,3) =: ^dpt(dfn,.312,x,3)
var(x,4) =: ^dpt(dfn,.312,x,4)
var(x,355.3) =: ^iba(355.3,$p(var(x,0),"^",18),0)
|