| NAME |
DSIV POLLED DATA |
| TAG |
POLL |
| ROUTINE |
DSIVICR |
| RETURN VALUE TYPE |
GLOBAL ARRAY |
| AVAILABILITY |
AGREEMENT |
| WORD WRAP ON |
TRUE |
| DESCRIPTION |
Used to check the status of the background job kicked off by the DSIV
REPORT QUEUE rpc, and to get the report results.
|
| INPUT PARAMETER |
-
- DSIVHNDL
- PARAMETER TYPE: LITERAL
- MAXIMUM DATA LENGTH: 50
- REQUIRED: YES
- SEQUENCE NUMBER: 1
- DESCRIPTION:
Contains the handle returned by the kick-off rpc called DSIV REPORT
QUEUE. This is the ^XTMP global node where the data resides.
-
- NUMS
- PARAMETER TYPE: LITERAL
- MAXIMUM DATA LENGTH: 30
- REQUIRED: NO
- SEQUENCE NUMBER: 2
- DESCRIPTION:
Contains the number of records to return for each call to the rpc. If
there are no more records, then the data will be followed by "$END".
-
- MORE
- PARAMETER TYPE: LITERAL
- MAXIMUM DATA LENGTH: 1
- REQUIRED: NO
- SEQUENCE NUMBER: 3
- DESCRIPTION:
MORE=0 for the first call, MORE=1 for subsequent calls when there are
more record that NUMS (param 2) to return and MORE=9 to kill the ^XTMP
global where the report data is stored for retrieval. MORE=9 would be
used if the user wants to cancel getting all the data.
|
| RETURN PARAMETER DESCRIPTION |
Returns -1^error or 0^Status^Percentage or report text.
Ret(~) = $END$QUEUED dttm^start dttm^end dttm
|