Change CICS Status (CHGCICSSTS)

Where allowed to run:
  • Batch job (*BATCH)
  • Interactive job (*INTERACT)
  • Batch program (*BPGM)
  • Interactive program (*IPGM)
  • Batch REXX procedure (*BREXX)
  • Interactive REXX procedure (*IREXX)
  • Using QCMDEXEC, QCAEXEC, or QCAPCMD API (*EXEC)
Threadsafe: No
Parameters
Examples
Error messages

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

Top

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
Top

Control region(CTLRGN)

Name of Control Region

Top

Option(OPTION)

Type of CICS resource.

Refer to CICS documentation for a complete list of values that can be specified for this parameter.

Top

Resource identifier(RSC)

Specify the resource name to work with.

Top

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.

Top

Examples

None
Top

Error messages

Unknown
Top