Introducing NetMaster REXX › Command Descriptions › LOAD
LOAD
Use the LOAD command to load REXX procedures into storage for later execution. Use the LIB option if you want to load from a test library rather than from the COMMANDS concatenation.
Notes:
- For more information, see the online help.
- Preloading procedures that are in use causes the procedures to be marked as pending-unload. The current users are allowed to keep using the in-storage copy. New users are directed to a freshly loaded copy. When all current users are finished, the old copy is purged.
|
Copyright © 2009 CA.
All rights reserved.
|
|