INQUIRE TSMODEL

Retrieve information about a temporary storage model.

Read syntax diagramSkip visual syntax diagramINQUIRE TSMODEL
 
>>-INQUIRE --TSMODEL(data-value)-------------------------------->
 
   .-----------------------------.
   V                             |
>----+-------------------------+-+-----------------------------><
     +-LOCATION(cvda)----------+
     +-POOLNAME(data-area)-----+
     +-PREFIX(data-area)-------+
     +-RECOVSTATUS(cvda)-------+
     +-REMOTEPREFIX(data-area)-+
     +-REMOTESYSTEM(data-area)-+
     '-SECURITYST(cvda)--------'
 

Conditions: END, ILLOGIC, NOTAUTH, NOTFND

For more information about the use of CVDAs, see CICS-value data areas (CVDAs).

Description

The INQUIRE TSMODEL command returns information about a particular TS model.

Browsing

You can also browse through all of the temporary storage models in your system by using the browse options (START, NEXT, and END) on INQUIRE TSMODEL commands.

See Browsing resource definitions for general information about browsing, including syntax, exception conditions, and examples.

Options

LOCATION(cvda)
returns a CVDA value indicating where queues matching the model are to be stored. CVDA values are:
AUXILIARY
Queues matching this model are to be held on auxilairy storage.
MAIN
Queues matching this model are to be held in main storage.
POOLNAME(data-area)
returns an 8-character shared pool name.
PREFIX(data-area)
returns a 16-byte character string, or a 32-byte hex string with the value of the prefix for this model.
RECOVSTATUS(cvda)
returns a CVDA value indicating the recovery status for this model. CVDA values are:
RECOVERABLE
Queue names matching this model are recoverable.
NOTRECOVABLE
Queue names matching this model are non-recoverable.
REMOTEPREFIX(data-area)
returns the 16-byte character string, or 32-byte hex string to be used as the name prefix on the remote system.
REMOTESYSTEM(data-area)
returns the 4-character name of the remote system on which the queues matching this model is defined.
SECURITYST(cvda)
returns a CVDA value indicating the security status for this model. CVDA values are:
SECURITY
Security checking is performed for queue names matching this model.
NOSECURITY
Security checking will not be performed for queue names matching this model.
TSMODEL(data-value)
specifies the 8-character name of a temporary storage model about which you are inquiring.

Conditions

END
RESP2 values:
2
There are no more resource definitions of this type.
ILLOGIC
RESP2 values:
1
You have issued a START command when a browse of this resource type is already in progress, or you have issued a NEXT or an END command when a browse of this resource type is not in progress.
NOTAUTH
RESP2 values:
100
The user associated with the issuing task is not authorized to use this command.
NOTFND
RESP2 values:
1
The TSMODEL does not exist.
[[ Contents Previous Page | Next Page Index ]]