global($var1[,$var2] ... [,$varn])
Where:
$varn | is a variable. The variable is available to scripts called by using the include script command. |
The global command defines global variables. The data in global variables is available to scripts called using the include script command. Local variables are not available to scripts called using the include command.
Examples
global($NAME)
global($USERID,$PASSWORD)
See Also:
TN3270 Plus is continually being improved. To learn more about the latest enhancements, please review our Version History web page.