Some attributes in the AWM model support the usage of variable references. In most cases, references are not specified manually, as the Model Editor can automatically generate the references from a selection list. Manual referencing of properties and system variables is only possible for special attributes:
References can be defined by using the Start Reference and End Reference symbols (default "&" and ".") which are defined in the application options (see Application options). It is possible to define a value containing several references as well as static characters. The following table shows the syntax of all variables that are available.
Variable/Syntax | Meaning | Example |
---|---|---|
%<env-var> | Reference to an environment variable on the client’s local operating system | &%PUBLIC. = |
<property ID> | Reference to a property in the execution context | &PROP_Membername. = |
userid | Client’s user ID on the z/OS system. This variable can only be resolved if a connection to the mainframe has been established. | &userid. = |
wspath | Path of the active Eclipse Workspace on the client’s local machine | &wspath. = C:\workspaces\workspace1 |
The following example shows the definition of a dynamic file path:
Attribute value of "Name_Physical" (File Descriptor):