System variables substitution in parameter library members
Some BMC AMI Ops Automation BBPARM members support system variables substitution. (Refer to the following table for a brief description of each BBPARM member.) With symbolic substitution, you can reduce the number of parameter libraries that you maintain. When the member is read, the value of the symbol is substituted for the symbol. The symbol must begin with an ampersand, followed by one to eight characters, and can optionally end with a period. You can define your own symbols by placing them in the IBM PARMLIB member IEASYMxx.
Symbolic names can be concatenated as a string, and names can be added at the beginning, middle or end of the string. See the following example:
For more information about symbolic substitution, see "System Symbols and Symbolic Substitution" in the IBM documentation Initialization and Tuning Reference.
You can control substitution on a member-by-member basis by adding a control card (a PROCESS statement) at the beginning of each member. The PROCESS statement is described in the following table .
Control Card | Description |
---|---|
PROCESS [SYM=YES|NO,][LIST=YES|NO] | indicates whether system variables substitution is allowed When present, the PROCESS statement must be the first statement in the member and must begin in column 1. Possible keywords are as follows
Only the first character (Y or N) needs be specified. Substitution is not performed on comments or any data beyond column 71.
|
You can use the Dynamic Parameter Manager (DPM) to display and alter specific parameters in members AAOEXPxx, AAOALSxx, AAOARPxx, and AAOTSPxx. For more information about DPM, see Continuous-operation-with-dynamic-parameter-management.
Related topic