TSQNAME - Long temporary storage queues

The TSQNAME view shows general information about all non-shared temporary storage queues.

Availability

The TSQNAME view is available for all directly-connected CICS systems. See CICS system connectivity.

Access

Issue command:
TSQNAME [tsqname]

tsqname
is the specific or generic name of a non-shared temporary storage queue. If you omit this parameter, the view includes information about all non-shared temporary storage queues within the current scope.

Notes:
  1. You cannot specify a queue name if it is a hexadecimal value.
  2. Some temporary storage queue names might contain lower case characters. You cannot inquire on these in the EUI using a filter because TSO converts lower case characters to upper case. For example ab* will be converted to AB* and as a result no data will be retrieved.
Select:
TEMPSTOR from the OPERATE menu, and TSQNAME from the TEMPSTOR submenu.

Figure 132 is an example of the TSQNAME view. Figure 133 is an example of the TSQNAME Deletion Panel.

Figure 132. The TSQNAME view
 15SEP1998  10:45:39 --------INFORMATION DISPLAY --------------------------------
 COMMAND  ===>                                                  SCROLL ===> PAGE
 CURR WIN ===> 1        ALT WIN ===>
  W1 =TSQNAME===========PDPLEX===PDPLEX===15SEP1998==10:45:38====CPSM==========8
 CMD Queue                            CICS     Que  Number Total
 --- Name---------------------------- System-- Locn Items- Length--
     CPSMTSQ1                         CVMPDM4  MAIN     17     1088
     TSQ00001                         CVMPDM4  MAIN      9      576
     TSQ00002                         CVMPDM4  AUX       6      384
 
 
Figure 133. The TSQNAME deletion panel
 ------ Confirm Removal of Temporary Storage Queue from EYUPLX01 ---------------
 COMMAND  ===>
 
  Queue Name               EYUTSQ01
  CICS System              EYUMAS1A
 
  Last User Interval ==>   0
 
 
   You may enter an optional Last Used Interval if you wish to avoid
   deleting the queue if it has been referenced within the specified
   period.
 
 
  Press ENTER to initiate removal.
  Type END or CANCEL to cancel without removing.
 
 

Action commands

Table 263 shows the action command that you can issue from the TSQNAME view.

Table 263. TSQNAME view action command
Primary command Line command Description
DELete queuename sysname DEL Deletes the non-shared temporary storage queue. A pop-up confirmation panel is displayed. Delete is only available on systems running CICS® Transaction Server for OS/390®, Version 1 Release 3 or later.

Hyperlinks

Table 264 shows the hyperlink field on the TSNAME view.

Table 264. TSQNAME view hyperlink field
Hyperlink field View displayed Description
Queue Name TSQNAMED Detailed view of the specified queue.
Note:
You can also display the view by issuing the SUM display command.
[[ Contents Previous Page | Next Page Index ]]