INCLUDE OR IGIN {hexloc} {TRANS 1 begins loading the program at the location specified by hexloc.
The variable, hexloc, is a hexadecimal number of up to six
characters. If this option is not specified, loading begins at
the next available storage location. INCLUDE does not overlay previously loaded files unless this option is specified and
the address given indicates a location within a previously loaded
object module. TRANS indicates that the file is loaded into the
transient area. adds information to the load map. NOMAP does not add any information to the load map. ""YPE displays the load map of the files at the terminal, as writing it on the A-disk. This option is valid only if
specified or implied.
well as
MAP is does not display the load map at the terminal. IN! writes invalid card images in the LOAD MAP file. NOINV does not write invalid card images in the LOAD MAP file. writes Replace (REP) statement images in the LOAD MAP file. See the explanation of the CMS LOAD command for a description of the R eolace (REP) sta temen t. NOREP suppresses the writing of Replace (REP) statements in the LOAD file.
searches your accessed virtual disks for TEXT file names to
resolve undefined references. suppresses automatic resolution of undefined references as TEXT file names.
allows TVTLIB members to be loaded and searches library
directories for external references not resolved in the loaded
text. Text libraries to be searched must have been previously defined by a GLOBAL command. NOLlBE suppresses all loading of TITLlB members. START begins execution after loading is completed. SAME retains the same options (except ORIGIN and CLEAR) that were used by a previous INCLUDE or LOAD command. otherwise, the default
setting of unspecified options is assumed. If other options are
specified with SAME, they override specified options. NODU? (See Usage Note 1.)
displays warning messages at
duplicate CSECT is encountered CSECT is not loaded.
your virtual console when a
during processing. The duplicate
does not display warning messages at your virtual console when
duplicate CSECTs are encountered during processing. The du?licate CSECT is not loaded. Section 2. eMS Commands 107
INCLUDE 1. If you have specified several nondefault options on the LOAD
command, and you want those options to remain in effect, you should use the SAME option when you issue the INCLUDE command; for
example:
include main subi data (reset main map start)
brings the files named MAIN TEXT, SUBI TEXT, and DATA TEXT into virtual storage and appends them to files that were previously loaded. Information about these loaded files is added to the LOAD MAP file. Execution begins at entry point MAIN.
load myprog (nomap nolibe norep)
include mysub (map same)
During execution of the LOAD command, the file named MYPROG TEXT is brought into real storage. The following options are in effect: NOMAP, NOLIBE, NOREP, NOTYPE, INV, and AUTO. During execution of
the INCLUDE command, the file named MYSUB TEXT is appended to MYPROG TEXT. The following options are in effect: MAP, NOLIBE, NOREP, NOTYPE, INV, AUTO 2. When the INCLUDE command is issued, the loader tables are not
reset.
3. For additional information on the CMS loader, see the discussion of
the LOAD command, or consult DMSLI0740I EXECUTION BEGINS ••• START was specified with INCLUDE and the loaded program has begun
execution. Any further responses are from the program. INVALID CARD -xxx ••• xxx INV was specified with LOAD and an invalid card has been found. The message and the contents of the invalid card (xxx ••• xxx) are
listed in the LOAD MAP file. The invalid card is ignored and
loading continues. 108 IBM VM/370 CMS Command and Macro Reference
Previous Page Next Page