Global variables are REXX variables that begin with an ampersand (&). One copy of each global variable is maintained in an ISERVE address space, and all IMODs executing in this address space have access to it. In this way, information can be shared by multiple IMODs and multiple executions of the same IMOD. Global variables are initialized using the GLOBVAL initialization parameter.
Note: An uninitialized global variable has a null value, rather than being equal to the variable name.
Global variables have the following restrictions:
Note: For information about the GLOBVAL initialization parameter and the $GLOBAL() function, see the Reference Guide.
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |