Work CICS Status (WRKCICSSTS)

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 displays or prints a list of active CICS control regions and allows management of the resources associated with those control regions.

Top

Parameters

Keyword Description Choices Notes
CTLRGN Control region Generic name, name, *ALL Required, Positional 1
OPTION Option Character value Optional, Positional 2
RSC Resource identifier Character value, *ALL Optional, Positional 3
OUTPUT Location of Output *PRINT, * Optional, 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.

The default is *SELECT which will display a list of the control regions specified in the CTLRGN parameter.

*SELECT is the only option allowed if the CTLRGN parameter has a generic value.

Top

Resource identifier(RSC)

Specify the resource name to work with.

Top

Location of Output(OUTPUT)

Specify the location of output

Top

Examples

None
Top

Error messages

Unknown
Top