CICS INSERVE
This command puts a terminal, line, or control unit in service.
Command | Parameters |
---|---|
CICS INSERVE | TERMINAL|LINE|ControlLERIdentifier |
The following table describes the parameters:
Parameter | Function | Notes |
---|---|---|
Type | type of resource to modify | one of the following types:
If you use generics for the terminal ID name, a maximum of only 200 discrete commands are executed. |
Identifier | ID of the terminal, line, or controller | 1-4 characters The ID of a line or a controller cannot be specified as a generic. |
Example
This example command makes all terminals with IDs that begin with SC available for use.
/* REXX */
'IMFEXEC CICS INSERVE TERMINAL SC*'
'IMFEXEC CICS INSERVE TERMINAL SC*'
CLIST example:
IMFEXEC CICS INSERVE TERMINAL SC*
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*