SCF Reference Manual for G-Series RVUs (G06.27+)
SCF Commands
SCF Reference Manual for G-Series RVUs—520413-005
5-78
LOAD Command
LOAD Command
The LOAD command is used to download a data file or code file into an object. The
name of the file is assumed to be known to the subsystem, and on some subsystems,
the name can be modified by using the ALTER command. The use of this command is
subsystem-specific. Most objects are required to be in the STOPPED state before this
command is issued.
This is a sensitive command.
OUT file-spec
causes any SCF output generated for this command to be directed to the specified
file. The variable file-spec is defined on page 5-9.
object-spec
designates the objects to be loaded. The variable object-spec is defined on
page 5-2. You can omit object-spec if it has been assumed. (See ASSUME
Command on page 5-36.)
SUB [ subobjtype ]
selects the subordinate objects the command affects. The variable subobjtype
can be a subordinate object type or one of the keywords ONLY, ALL, or NONE, as
explained under SCF Subdevices on page 3-5.
SEL [ NOT ] state
directs the command only at objects in the specified state or only at those not in
the specified state. Valid states are listed in Table 3-1 on page 3-7. The use of this
option is subsystem-specific.
Example
The following command causes the download of a file to the LINE object named
$LINE1:
-> LOAD LINE $LINE1
LOAD [ /OUT file-spec/ ] [ object-spec ]
[ , SUB [ subobjtype ] ] [ , SEL [ NOT ] state ]