The menu displayed for each function window appearing on the CA Automation Point desktop is configurable from Configuration Manager through Session Definition Sets dialogs. Before a user-customized menu can appear as a selectable menu, it must be previously defined by MENU and SUBMENU statements in the user.mnu file as directed in sections titled, Adding New Menu Options to Existing Submenus, Defining a New Menu, and Adding New Submenus to Existing Menus.
If you do not want to customize the menu, CA Automation Point automatically selects from its default menu system a predefined menu for the function window based on its type. For example, if Terminal is set to 6530, then CA Automation Point selects the menu named SESSION_6530 for the default menu.
If you want to select a user-customized menu for a function window, follow these steps to configure the menu for a function window.
Example:
When you create a new function window of type PLOT, CA Automation Point does not provide a predefined menu. Add the following MENU and SUBMENU statements to user.mnu to include 'plot' in the list of selectable menus that can be configured for a function window by the Session Definition Sets dialog.
MENU = plot, SUBMENU = window, SUBMENU = plot_control SUBMENU = plot_control, NAME = (control), ITEM = ('start plot', XCCMD('REXX "plot start"')), ITEM = ('stop plot', XCCMD('REXX "plot stop"'))
Copyright © 2012 CA. All rights reserved. |
|