LOAD
LOAD
Use the LOAD command to read one
or
more CMS
TEXT
files (containing relocatable object code) from disk and to
load them into virtual storage, establishing the proper
linkages between the files. The format of the
LOAD
command
is:
fn...
[(options
...
[)]]
options:
[~~~~~AR
] [RESET
~
en~ry~
] [OR I
GIN
~
~~~~~c~
]
[~~~AP
]
[~6~~PE
]
[~~y
NV
]
[~~~EP
]
[~gl~TOJ
[
LIBE
] [START]
[QYE
] [RLDSAVE]
NOLIBE
NODUP
The RLDSA
VE
option controls whether the CMS loader
saves relocation information in
an
internal buffer as the text
files are loaded.
If
this information is saved, the
GENMOD
command will append it to the CMS module when it
is
created. This information
is
used by the NUCXLOAD
command, if the module
is
loaded as a nucleus extension, to
relocate the module to the area where it has been loaded.
For
a complete description of the
LOAD
command, refer to
the
VM
/
SP
CMS
Command and Macro Reference.
LOADMOD
I
LOADMod
Use the LOADMOD command to load a MODULE file into
storage. The file must
be
in
the
format which
is
created by
the
GENMOD
command. The format of the LOADMOD
command
is:
Where:
fn
is the filename of the file
to
be loaded into storage. The
filetype must be
MODULE.
Chapter 7.
VM/PC
Commands 7
-99