Change CICS TST Entry (CHGCICSTST)

Use the Change CICS Temporary Storage Table (CHGCICSTST) command to change an entry in the TST.

A temporary storage queue is a file used by an application program to store data for later retrieval.

A Temporary Storage Table (TST) entry may define a recoverable or a remote temporary storage queue. TST entries are not required for local, unrecoverable temporary storage queues.

A temporary storage queue is a file used by an application program to store data for later retrieval. A Temporary Storage Table (TST) entry needs to be created for all recoverable and all remote temporary storage queues. You do not need to create TST entries for local, unrecoverable temporary storage queues.

You can create a TST entry with a generic name that can be used as a prefix to the full name that will be supplied by the application programs in EXEC CICS temporary storage commands. A prefix enables you to create one entry to apply to many temporary storage queues. CICS will use the TST entry associated with the prefix. You must take care, therefore, that there is no ambiguity in your TS queue names.

Parameters

Keyword Description Choices Notes
LIB Library Communications name, *LIBL, *CURLIB Required, Positional 1
GROUP Group Communications name Required, Positional 2
TSQUEUE Queue Communications name Required, Positional 3
TYPE Type *SAME, *RECOVERABLE, *REMOTE Optional, Positional 4
SYSID Remote CICS system Communications name, *SAME Optional, Positional 5
RMTQUEUE Remote queue name Communications name, *SAME, *TSQUEUE Optional, Positional 6

Library (LIB)

Enter the name of the library that contains the group. Possible values are:

Group (GROUP)

Enter the name of the group that contains the TST entry to be changed.

Queue (TSQUEUE)

Enter either the complete name of the queue or a partial, generic name. This is the name that will be used in EXEC CICS temporary storage commands. This name is also used to identify this TST entry.

For a generic name a partial queue name is used, for example ABC.

Type (TYPE)

Indicates whether the temporary storage queue is recoverable or remote.

Possible values are:

Remote CICS system (SYSID)

Enter the identifier of the system owning the temporary storage queue. The system should have a TCS entry. This field is valid only for remote queues, that is when the type field contains *REMOTE.

Possible values are:

Remote queue name (RMTQUEUE)

Enter the name by which the temporary storage queue is known on the remote system. This field is valid only for remote queues, that is when the type field contains *REMOTE.

The possible RMTQUEUE values are:

Examples

None

Error messages

Unknown