FEPI INSTALL TARGETLIST defines new targets to FEPI. You can specify an
initial service state for these new targets. A target cannot be used for
a conversation until it has been put in service, and has been added to a pool
so that it is connected to a node. The command completes when the targets
have been installed without waiting for the requested states to be achieved.

FEPI INSTALL TARGETLIST
>>-FEPI INSTALL--TARGETLIST(data-area)--APPLLIST(data-area)----->
.-INSERVICE--------.
>--TARGETNUM(data-value)--+------------------+-----------------><
+-SERVSTATUS(cvda)-+
'-OUTSERVICE-------'
- APPLLIST(data-area)
- specifies a contiguous array of 8-character primary logical unit (PLU)
names. These are the VTAM® application names (APPLID) of the back-end CICS® or IMS™ systems with
which FEPI applications are to communicate; they correspond one-to-one with
the target names in TARGETLIST. The names must not contain null characters
(X'00'), leading blanks, or embedded blanks. Each
name must be unique within the list; duplicate names result in an INVREQ
condition being returned.
If a target specified in TARGETLIST
is a CICS terminal-owning region that is a member of a VTAM generic resource
group, you can specify in APPLLIST its generic resource name. This enables
you to use the VTAM generic resource function to balance sessions across the
available TORs. See Workload balancing in a sysplex.
- SERVSTATUS(cvda)
- specifies the initial service state of the targets being defined. All
the targets in the list have the same state. The relevant CVDA values are:
- INSERVICE
- The target is in service and can be used in a conversation.
- OUTSERVICE
- The target is out of service and cannot be used for any conversation.
- TARGETLIST(data-area)
- specifies a contiguous array of 8-character target names to be defined.
A target name is the logical FEPI front-end name of a back-end system. The
names must not contain null characters (X'00'), leading blanks, or
embedded blanks. Each name must be unique within the list; duplicate
names result in an INVREQ condition being returned.
- TARGETNUM(fullword binary data-value)
- specifies the number of names in TARGETLIST, in the range 1-256.
Condition |
RESP2 |
Meaning |
INVREQ |
110 |
SERVSTATUS value not valid. |
INVREQ |
119 |
The command failed for one or more items in the list. |
INVREQ |
130 |
TARGETNUM value out of range. |
INVREQ |
164 |
TARGET name not valid. |
INVREQ |
167 |
Application name not valid. |
INVREQ |
174 |
TARGET name already exists. |
INVREQ |
177 |
Application name already exists. |
[[ Contents Previous Page | Next Page Index ]]