Where allowed to run:
|
Parameters Examples Error messages |
Top |
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 |
Top |
Type of CICS resource.
Refer to CICS documentation for a complete list of values that can be specified for this parameter.
Top |
Top |
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 |
Top |
Top |