Previous Topic: Group Destination Member

Next Topic: Superlist Destination Member


List Destination Member

A list destination definition can contain only the following two statements:

TYPE=LIST
LU=XCOMQA,TS223,TS222

The statement TYPE=LIST indicates that the destination being defined is a list. The LUs that belong to the destination list are defined in the LU statement. Each LU in the list must have a member defined in the CA XCOM Data Transport control library, for example:

TYPE=DEST               *This is a destination member
LU=TS223                *VTAM node name 
WRITER=TS223            *JES writer name
LOGMODE=XCOMMODE
GETSESS=YES
TYPE=DEST               *This is a destination member
LU=TS222                *VTAM node name 
WRITER=TS222            *JES writer name
LOGMODE=XCOMMODE
GETSESS=YES
TYPE=DEST               *This is a destination member
LU=XCOMQA               *VTAM node name 
WRITER=XCOMQA           *JES writer name
LOGMODE=XCOMMODE
GETSESS=YES