
| Name | Value |
|---|---|
| NAME | DSSO LIST BOC |
| TAG | LISTBOC |
| ROUTINE | DSSOUT |
| RETURN VALUE TYPE | GLOBAL ARRAY |
| WORD WRAP ON | TRUE |
| DESCRIPTION | This RPC returns all active Budget Object Codes, those Budget Object Codes beginning with the input value, or a specified Budget Object Code. |
| INPUT PARAMETER |
|
| RETURN PARAMETER DESCRIPTION |
Returns a global array List[n]:n array List[n].
The format of the returned array will be as follows:
List[n] = p1^p2
p1 = BUDGET OBJECT CODE IEN (file 420.2)
p2 = NAME (field .01 - exinternal format)
If an error occurs, the return will be List[n] = -1^message.
For warning messages, the return will be List[n] = 0^message.
|