A menu service procedure interface is available for Common Application Services (CAS) menus.
Menu service procedures are installation written NCL procedures that are available for performing specialized processing on menus.
Menu service procedures provide a convenient means of extending the functionality of menus.
Menu service procedures are optional. You specify the menu service procedure when you define a menu.
A menu service procedure performs site-specific menu processing at defined points during invocation and processing of a menu:
You write your own menu service procedures by using the variables described in the following sections.
The variables can be divided into two groups as follows:
You can use your own variables in the menu service procedure. However, do not use variable names that start with #MH. The menu service procedure is called with NOSHRVARS=(#MH). After you specify your own variables, these variables are persistent through the different stages of menu processing. That is, if you specify &A = variable_value, the value of this variable is available on each subsequent call to the procedure.
| Copyright © 2008 CA. All rights reserved. |
|