Function Commands

Function commands provide access to any system function from any screen and bypass the menu hierarchy.

Start of instruction setTo issue a function command

  1. Enter the command in the command line with an object-type parameter followed by parameters for selecting the object.

    The command format is:

    COMMAND object-type [object-name [further-parameters]]
  2. Press Enter.

    If you issue a function command without any parameters, the system prompts you with a selection window. For further information, see Selection Windows and Asterisk Selection Facility in section Using Entire Event Management.

The function command descriptions below are sorted in alphabetical order by their names.

Note:
Elements in italics (e.g. name) denote variable values that must be replaced by a real value, for example, a name.


ADD

ADD object-type [object-name]

On most List object screens you can invoke the ADD command by pressing PF2. You may add objects of the following types:

  • CALENDAR

  • CONSOLE

  • LAYOUT

  • NODE

  • PROFILE

  • RANGE

  • RULE

  • SERVER

  • USER

Start of instruction setFor example, to add a Logical Console object with the name, InfResp

  • Enter the following command in the command line of any screen:

    ADD CONSOLE InfResp

COPY

COPY object-type [object-name]

You can copy objects of the following types:

  • CALENDAR

  • CONSOLE

  • LAYOUT

  • NODE

  • PROFILE

  • RANGE

  • RULE

  • SERVER

  • USER

Start of instruction setFor example, to copy the Message Range with the name, Net-CICS-Messages

  • Enter the following command in the command line of any screen:

    COPY RANGE Net-CICS-Messages

DELETE

DELETE object-type [object-name]

You can delete objects of the following types:

  • CALENDAR

  • CONSOLE

  • LAYOUT

  • NODE

  • PROFILE

  • RANGE

  • RULE

  • SERVER

  • USER

Start of instruction setFor example, to delete the Automation Rule with the name, Unit-Pending-Offline

  • Enter the following command in the command line of any screen:

    DELETE RULE Unit-Pending-Offline

DISPLAY

DISPLAY object-type [object-name]

You can display objects of the following types:

  • CALENDAR

  • CONSOLE

  • LAYOUT

  • NODE

  • PROFILE

  • RANGE

  • RULE

  • SERVER

  • USER

Start of instruction setFor example, to display the Message Range with the name, Net-CICS-Messages

  • Enter the following command in the command line of any screen:

    DISPLAY RANGE Net-CICS-Messages

EXPORT

EXPORT object-type [object-name]

This command invokes the Export Utility. You can export objects of the following types:

  • ALL (All objects maintained in System File 2.)

  • CALENDAR

  • CONSOLE

  • LAYOUT

  • NODE

  • PROFILE

  • RANGE

  • RULE

  • SERVER

  • USER

Start of instruction setFor example, to export the Calendar with the name, MSE1993

  • Enter the following command in the command line of any screen:

    EXPORT CALENDAR MSE1993

    In addition, you can export console messages logged to System File 3 with the command:

    EXPORT MESSAGE-LOG

IMPORT

IMPORT

This command invokes the Import Utility.

LIST

Display a list of objects of a given object type. Syntax for the LIST command is as follows:

LIST CALENDAR [calendar-name]
LIST CONSOLE [console-name [layout-name [logging-active]]]
                                        [[automation-active]]]]
LIST LAYOUT [console-name]
LIST NODE [node-number]
LIST PROFILE [profile-name]
LIST RANGE [message-range-name [reply-indicator [message-ID]]]
                                                [[job-name]]]]
                                                [[[console-name]]]]]
 
LIST RULE [console-name [rule-name [rule-active [message-ID [job-name]]]]]
LIST SERVER [node-number [console-name]]
LIST USER-ID [user-ID [user-name [profile-name]]]
LIST USER-NAME [user-name [user-ID [profile-name]]]

Start of instruction setFor example, to display the List Calendar screen for all calendars beginning with the characters BE

  • Enter the following command in the command line of any screen:

    LIST CALENDAR BE*

LOGICAL CONSOLE

LOGICAL CONSOLE [console-name]

View the Logical Console indicated by the console-name parameter.

Start of instruction setFor example, to view the Logical Console, InfResp

  • Enter the following command in the command line of any screen:

    LOGICAL CONSOLE InfResp

LOGON APPLICATION

LOGON APPLICATION [target-library] [start-command]

This command enables you to log on to any application installed at your site for which you are authorized.

Start of instruction setFor example, to log on to MY-APPL and invoke the MENU program

  • Enter the following command in the command line of any screen:

    LOGON APPLICATION MY-APPL MENU

MODIFY

MODIFY object-type [object-name]

You can modify objects of the following types:

  • CALENDAR

  • CONSOLE

  • LAYOUT

  • NODE

  • PROFILE

  • RANGE

  • RULE

  • SERVER

  • USER

Start of instruction setFor example, to modify the Message Range with the name, Complete-Commands

  • Enter the following command in the command line of any screen:

    MODIFY RANGE Complete-Commands

MONITOR

Entire Event Management provides several Monitors which help to control the activities on the Logical Consoles and the performance of the Servers. The syntax for the MONITOR command is explained below.

Start of instruction setTo view the Server Activity Monitor

  • MONITOR ACTIVITY [server-number]

Start of instruction setTo view the Console Monitor

  • MONITOR CONSOLE [console-name]

Start of instruction setTo view the Server Monitor

  • MONITOR SERVER [server-number]

Start of instruction setTo view the Server Statistic Monitor

  • MONITOR STATISTIC [server-number]

Start of instruction setFor example, to view the Server Activity Monitor for Server 148

  • Enter the following command in the command line of any screen:

    MONITOR ACTIVITY 148

OPER

OPER [server-number] [operator-command]

Issue operator commands.

Start of instruction setFor example, to issue the operator command V NET,ACT,ID=DAES724 to Server 148

  • Enter the following command in the command line of any screen:

    OPER 148 V  NET,ACT,ID=DAES724

PHYSICAL CONSOLE

PHYSICAL CONSOLE [server-number]

Display the Physical Console indicated by the server-number parameter or, without parameter, display the Physical Console for the Server set in the session parameters.

Start of instruction setFor example, to display the Physical Console for Server 250

  • Enter the following command in the command line of any screen:

    PHYSICAL CONSOLE 250

RENAME

RENAME object-type [object-name]

You can rename objects of the following types:

  • CALENDAR

  • CONSOLE

  • LAYOUT

  • NODE

  • PROFILE

  • RANGE

  • RULE

  • SERVER

  • USER

Start of instruction setFor example, to rename the Message Range with the name, Net-CICS-Messages

  • Enter the following command in the command line of any screen:

    RENAME RANGE Net-CICS-Messages

RENEW SERVER

RENEW SERVER [server-number]

Renew the Server indicated by the server-number parameter.

Start of instruction setFor example, to renew Server 069

  • Enter the following command in the command line of any screen:

    RENEW SERVER 069

SHUTDOWN SERVER

SHUTDOWN SERVER [server-number]

Shutdown the Server indicated by the server-number parameter.

Start of instruction set For example, to shutdown Server 069

  • Enter the following command in the command line of any screen:

    SHUTDOWN SERVER 069

SPF

SPF

This command invokes Natural ISPF, if it is installed.

START SERVER

START SERVER [server-number]

Start the Server indicated by the server-number parameter.

Start of instruction setFor example, to start Server 069

  • Enter the following command in the command line of any screen:

    START SERVER 069