Types of Variables [ Interprocess Communication:Programmer's Guide ] MPE/iX 5.0 Documentation
Interprocess Communication:Programmer's Guide
Types of Variables
Session variables on MPE XL can be either predefined or user-defined. A
user-defined variable is one that you define yourself, and it is valid
for the duration of the session in which you defined it. A predefined
variable is defined for you by the system when you start a session. Some
predefined variables are READ-only; you cannot change their value.
(These are sometimes referred to as "system-reserved" variables.) Other
predefined variables are READ-WRITE, and you can change their value
within a session.
MPE/iX 5.0 Documentation