Change CICS Status (CHGCICSSTS)

This command changes the status of specific CICS resources in a specific control region.

Parameters

Keyword Description Choices Notes
CTLRGN Control region Generic name, name, *ALL Required, Positional 1
OPTION Option Character value Required, Positional 2
RSC Resource identifier Character value Required, Positional 3
STS Status Values (up to 50 repetitions): Character value Required, Positional 4

Control region(CTLRGN)

Name of Control Region

Option(OPTION)

Type of CICS resource.

*TERM
Terminals
*CNN
Connections
*JRN
Journals
*FILE
Files
*PGM
CICS Programs
*TRAN
Transactions
*QUEUE
Queues

Resource identifier(RSC)

Specify the resource name to work with.

Status(STS)

Specify the new status

The cumulative effect of all the status values is applied to the specified resource.

If mutually exclusive values are specified, then the last value will be taken.

For example, if *ADD and *NOADD are specified then the effect would be the same as specifying *NOADD only.

Not all of the allowable values may be applicable to a specific resource. If a nonallowed value is used against a resource then the attempt to change the status will be rejected. In this case no change of status will take place, even if some permissible values were specified.

To determine which values are applicable refer to CICS documentation.

Examples

None

Error messages

Unknown