FEPI DELETE POOL

Function

FEPI DELETE POOL removes targets or nodes, or both, from a specified pool, thereby removing connections from the pool. The targets or nodes must be in the pool already. The command completes immediately, without waiting for the necessary deletions to be achieved. When the connections are deleted, they are no longer defined to FEPI.

Syntax

Read syntax diagramSkip visual syntax diagramFEPI DELETE POOL
 
>>-FEPI DELETE--POOL(data-value)-------------------------------->
 
>--+------------------------------------------+----------------->
   '-NODELIST(data-area)--NODENUM(data-value)-'
 
>--+----------------------------------------------+------------><
   '-TARGETLIST(data-area)--TARGETNUM(data-value)-'
 

Options

NODELIST(data-area)
specifies a contiguous array of 8-character node names that are to be deleted from the pool.
NODENUM(fullword binary data-value)
specifies the number of names in the NODELIST, in the range 0-256.
POOL(8-character data-value)
specifies the name of the pool from which targets or nodes are to be removed.
TARGETLIST(data-area)
specifies a contiguous array of 8-character target names that are to be deleted from the pool.
TARGETNUM(fullword binary data-value)
specifies the number of names in TARGETLIST, in the range 0-256.

Conditions

Condition RESP2 Meaning
INVREQ 115 POOL name unknown.
INVREQ 116 TARGET name unknown.
INVREQ 117 NODE name unknown.
INVREQ 119 The command failed for one or more items in the list.
INVREQ 130 TARGETNUM value out of range.
INVREQ 131 NODENUM value out of range.
[[ Contents Previous Page | Next Page Index ]]