CICS INSERVE


This command puts a terminal, line, or control unit in service.

Command

Parameters

CICS INSERVE

TERMINAL | LINE | CONTroller

identifier

Related topic


Important

BBI-SS PAS to CICS communication must be active.

The following table describes the parameters:

Parameter

Function

Notes

Type

Type of resource to modify

One of the following types:

  • TERMINAL
  • LINE
  • CONTroller

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*"

CLIST example:

IMFEXEC CICS INSERVE TERMINAL SC*

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*