How sysplex variables are named in BMC AMI Ops Automation
Sysplex variables are different from other SHARED variables by the presence of a one- to sixteen-character prefix. The default prefix is AOSPLX_.
When BMC AMI Ops Automation encounters variable processing where the SHARED variable begins with the AOSPLX_ prefix, BMC AMI OpsA treats the variable operation as a sysplex variable operation.
In addition to using a specific prefix to identify sysplex variables, BMC AMI OpsA supports two kinds of sysplex variables:
Sysplex variables with a one- to sixteen-character prefix and a one- to fifteen-character name; for example: AOSPLX_123456789A12345
This format for sysplex variables is valid for the following IMFEXEC and AOEXEC commands:
- VDEL
- VGET
- VLST
- VPUT
Long sysplex variables with one- to sixteen-character prefix and a one- to thirteen-character name; for example: AOSPLX_123456789A123
This format for long sysplex variables is valid for the following IMFEXEC and AOEXEC commands:
- VDELL
- VGETL
- VLSTL
- VPUTL
This section contains the following topic:
Related topic