CICS OUTSERVE


This command takes a terminal, line, or control unit out of service.

Command

Parameters

CICS OUTSERVE

TERMINAL|LINE|CONTroller

Identifier

Related topic


Warning

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 keeps all terminals with IDs that begin with T and end with S from being used.

/* REXX */
"IMFEXEC CICS OUTSERVE TERMINAL T++S"

CLIST example:

IMFEXEC CICS OUTSERVE TERMINAL T++S

 

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

BMC AMI Ops Automation 8.4