FEPI SET POOL controls the use of FEPI pools. Lists may be used to set
more than one pool at a time; all pools in the list are set to the same state.
The function completes immediately, although the requested settings may not
be achieved until later.

FEPI SET POOL
>>-FEPI SET--+-POOL(data-value)-------------------------+------->
'-POOLLIST(data-area)--POOLNUM(data-value)-'
>--+------------------+--+----------------------+--------------><
+-SERVSTATUS(cvda)-+ '-USERDATA(data-value)-'
+-INSERVICE--------+
'-OUTSERVICE-------'
- POOL(8-character data-value)
- specifies the pool to be set.
- POOLLIST(data-area)
- specifies a contiguous array of 8-character pool names to be set.
- POOLNUM(fullword binary data value)
- specifies the number of pool names in POOLLIST, in the range 1-256.
- SERVSTATUS(cvda)
- specifies the service state of the pool; that is, whether the pool can
be used for a conversation or not. The relevant CVDA values are:
- INSERVICE
- Allows usage of the pool in a conversation.
- OUTSERVICE
- Stops usage of a pool for any new conversation, although existing conversations
are unaffected. The service state is GOINGOUT until these conversations
end.
If this option is not coded, the service state is not changed.
- USERDATA(64-character data-value)
- Specifies optional user data relating to the pools; it is not used by
FEPI. It replaces any previous user data that was set.
Condition |
RESP2 |
Meaning |
INVREQ |
110 |
SERVSTATUS value not valid. |
INVREQ |
115 |
POOL name unknown. |
INVREQ |
119 |
The command failed for one or more items in the list. |
INVREQ |
132 |
POOLNUM value is out of range. |
[[ Contents Previous Page | Next Page Index ]]