FEPI SET POOL
Set the use of FEPI pools.
Description
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.
Options
- 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
GOINGOUTuntil 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.
Conditions
- INVREQ
- RESP2 values:
- 110
- SERVSTATUS value not valid.
- 115
- POOL name unknown.
- 119
- The command failed for one or more items in the list.
- 132
- POOLNUM value is out of range.
