QName             (TST - Table)

DESCRIPTION
"QName" shows the name of a Temporary Storage (TS) queue defined in the Sun MTP
Temporary Storage Table (TST). 


VALUES
The "QName" is a one to eight character string that names a TS queue in the 
Sun MTP TST. 


INTERPRETATION
The "QName" functions as a form of prefix template to that helps Sun MTP assign 
attributes to a newly created TS queue. The prefix notation provides a 
convenient way to group a number of queues used for similar purposes. A pattern 
matching algorithm finds a companion to the DATAID parameter to a TS CICS 
command in the Sun MTP TST using the "QName". For a new TS queue, Sun MTP assigns
the "Rec" or "RSys" value to the new queue, based on the locality of the prefix
matching "QName". For example, Sun MTP applies the recovery, "Rec", value to a 
new local TS queue. For a remote TS queue, Sun MTP uses the matching prefix's 
"RSys" for the new TS queue.


CONCLUSIONS
The "QName" is defined in the Sun MTP TST and appears in the Table Definitions
KxScrolledList in Sun MTPScan's TST Screen. This name may also be used inside an 
application program as the DATAID parameter to a DELETEQ TS, READQ TS, or
WRITEQ TS command. In this case, the "QName" can also appear in the Runtime 
KxScrolledList of the TST Screen. However, the "QName" is most often used as a
prefix template to match a TS queue "Name" as the queue is created on the fly.
