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
DMSLGT002I FILE Ifni TXTLIB NOT FOUND RC=O DMSLI0001E NO FILENAME SPECIFIED RC=24 DMSLI0002E FILE 'fn ft' NOT FOUND RC=28 DMSLI0003E INVALID OPTION 'option' RC=24 DMSLI0005E NO 'option' SPECIFIED RC=24 DMSLI0021E ENTRY POINT 'name' NOT FOUND RC=40 INCLUDE DMSLI0029E INVALID PARAMETER 'parameter' IN THE OPTION 'option' FIELD
RC=24 DMSLI0055E NO ENTRY POINT DEFINED RC=40 DMSLI0056E FILE Ifn ft' CONTAINS INVALID [NAMEIALIASIENTRYIESD] RECORD FORMATS RC=32 DMSLI0099E eMS/DOS ENVIRONMENT ACTIVE RC=40 DMSLI0104S ERROR Inn' READING FILE 'fn ft fm' FROM DISK RC=100 DMSLI0105S ERROR Inn' WRITING FILE 'fn ft fm' ON DISK RC=100 DMSLI0109S VIRTUAL STORAGE CAPACITY EXCEEDED RC=104 DMSLI0116S LOADER TABLE OVERFLOW RC=104 DMSLI0168S PSEUDO REGISTER TABLE OVERFLOW RC=104 DMSLI0169S ESDID TABLE OVERFLOW RC=104 DMSLI0201W THE FOLLOWING NAMES ARE UNDEFINED: RC=4 DMSLI0202W DUPLICATE IDENTIFIER 'identifier' RC=4 DMSLI0203W "SET COUNTER" NAME 'name' UNDEFINED RC=4 DMSLI0206W PSEUDO REGISTER ALIGNMENT ERROR RC=4 DMSLI0907T 1/0 ERROR ON FILE 'fn ft fm' RC=256 Section 2. CMS Commands 109
Previous Page Next Page