Use NOSWAP to prevent the LOGIN utility from being moved out of conventional memory into higher memory (if available) or onto the disk to execute a # command and LOGIN at the same time.
NOSWAP has the following command format:
NOSWAP
LOGIN always swaps to extended or expanded memory unless NOSWAP is specified on the command line or in the login script.
If you do not want LOGIN to be temporarily stored in higher memory or on the workstation's disk, use the NOSWAP command. NOSWAP prevents LOGIN from being swapped out of conventional memory.
Then, if the workstation does not have enough memory to handle both LOGIN and the # command, the # command fails but the rest of the login script executes as usual.
If you want LOGIN to be swapped out of conventional memory immediately every time a # command is executed, place the SWAP command in the login script before the # command.
For more information about using the # command, see ``# (execute external program)''. Using the SWAP command is described in ``SWAP''.