Logical Names
Created using ASSIGN and DEFINE.
$ ASSIGN DUA0:[MY_DIR] MY_DIR
$ DEFINE MY_DIR DUA0:[MY_DIR]
Notes:
Logical names are another kind of variable. These values can be global to a process, a job (processes owned by a parent process), a UIC group, all processes on the system, or any process which has access to the logical name table in which the logical name is defined.
The ASSIGN and DEFINE statements are similar, except for the order of their arguments.
The DEASSIGN statement is used to delete logical names.