Name              (TST - Runtime)

DESCRIPTION
"Name" is the name of a Temporary Storage (TS) queue in use by a Sun MTP system. 
The Runtime portion of the TST Screen shows only active TS queues.


VALUES
"Name" is a one to eight character string identifier for a TS queue.


INTERPRETATION
The "Name" identifies a particular TS queue to the associated CICS commands 
(WRITEQ TS, READQ TS, and DELETE TS) through the DATAID parameter. The "Name" 
of a TS queue is defined by an application program when it creates a TS queue 
with the first WRITEQ TS command issued for a particular "Name".


CONCLUSIONS
When an application program creates a new TS queue with the WRITEQ TS command,
Sun MTP attempts to match the "Name" against the "QName" of entries specified
in the Sun MTP Temporary Storage Table (TST) (shown in the Table Definitions
section of the TST Screen). If the "Name" matches a "QName" prefix for a queue
that is local to the Sun MTP region, Sun MTP assigns the "Rec" attribute of the 
TST "QName" to the new TS queue. Similarly, if the "Name" matches a "QName" 
prefix defined on a remote system, Sun MTP uses the "RSys" value for the location
of the new queue.

Note that Sun MTP currently does not provide security within the TS facility.
