Previous Topic: Make an ACL/E Program Memory ResidentNext Topic: Specify ACL/E Information in Administration


Reload a Program

If you change an ACL/E program while it is memory resident, the change will not take effect until the program is reloaded.

To reload an ACL/E program from an operator's session, type the following statement:

RELOAD ACL=progname

To reload an ACL/E program from a system operator's console, type the following statement:

F TPX,RELOAD ACL=progname

where progname is the name of the ACL/E program you want to reload.