Previous Topic: CAMASTER CommandsNext Topic: START Command (CAMASTER)


DISPLAY Command (CAMASTER)

The DISPLAY command shows running address spaces that are under CAMASTER control.

Syntax

F CAMASTER,DISPLAY COMPONENTS,status,description,NAME=address_space_name

Parameters

status

(Optional) Status of the address spaces that are displayed. Possible options are:

ACTIVE

Address spaces which are currently executing under CAMASTER’s control.

INACTIVE

Address spaces which are not executing and were not started.

FAILED

Address spaces which were running at one point but failed due to a restart threshold condition. These address spaces are not currently executing.

ALL

Displays all address spaces that are ACTIVE, INACTIVE, or FAILED.

Default: ACTIVE

description

(Optional) Level of description of the address spaces that are displayed. Possible options are:

SUMMARY

Gives a brief description of the address space.

DETAILED

Gives a more detailed description of the address space.

Default: SUMMARY

address_space_name

(Optional) Name of the address space which you want to request information about. In addition, you can use wild card matching characters; ‘?’ for single character, or ‘*’ for zero or more characters.

Default: NAME=*

Note: Each keyword, apart from DISPLAY, can be abbreviated. The abbreviations cannot be ambiguous or an ambiguous error is generated. If an optional command is not included, the default value is used. For example, you can enter the command:

F CAMASTER,DISPLAY COMP

This command is the same as entering keywords:

F CAMASTER,DISPLAY COMP,ACTIVE,SUMMARY,NAME=*