The )Load And )Resume Commands - IBM 5110 User Manual

Apl
Table of Contents

Advertisement

The )LOAD
and
)RESUME
Commands
The )LOAD and )RESUME commands are used to load an entire stored
workspace into the active workspace. The contents of the stored
workspace then replace the contents of the active workspace. The
)LOAD command has the following characteristics:
• Loads any stored workspace, which was written to tape or diskette
by the )SAVE or )CONTINUE command, into the active workspace.
• If the stored workspace has a latent expression assigned to the DLX
system variable, the latent expression is executed each time the
) LOAD command is used to load that stored workspace into the
active workspace.
• If the stored workspace has shared variables established, the shared
variables are not reestablished when the )LOAD command loads the
stored workspace into the active workspace.
The )RESUME command has the following characteristics:
• Loads any stored workspace which was written to tape or diskette
by the )SAVE or )CONTINUE command into the active workspace.
• If the stored workspace has a latent expression, the latent
expression is not executed when the continued (stored) workspace
is loaded into the active workspace.
• The primary reason for using this command is to reestablish the
system environment as it was when the workspace was written to
the media. That is, if the stored workspace was written to the
media by the )CONTINUE command, any shared variables and/or
suspended functions in the stored workspace are reestablished in
the active workspace by the )RESUME command. See The
)RESUME Command in the IBM 5110 APL Reference Manual,
SA21-9303, for a description of how shared variables are
reestablished.
Active Workspace Control
45

Advertisement

Table of Contents
loading

Table of Contents