DMSRRV003E INVALID OPTION 'option' RC=24 DMSRRV004E MODULE 'module' NOT FOUND RC=28 DMSRRV006E NO READ/WRITE 'A' DISK ACCESSED RC=36 DMSRRV070E INVALID PARAMETER 'parameter' RC=24 DMSRRV097E NO 'SYSRES' VOLUME ACTIVE RC=36 DMSRRV098E NO MODULE NAME SPECIFIED RC=24 DMSRRV099E CMS/DOS ENVIRONMENT NOT ACTIVE RC=40 DMSRRV105S ERROR Inn' WRITING FILE 'fn ft fml ON DISK RC=100 DMSRRV113S DISK (cuu) NOT ATTACHED RC=100 DMSRRV411S INPUT ERROR CODE Inn' ON '(SYSRESISYSRLB}' RC=100 RSERV .. ;. Section 2. CMS Commands 163
RUN RUN Use the PUN EXEC procedure to initiate a series of functions on a file
depending on the filetype. The RUN command can select or combine the
procedures required to compile, load, or start execution of the
specified file. The format of the RUN command is:
r , RUN L- fn (ft (fm]] [ (args ••• [)]]
fn is the filename of the file to be manipulated.
ft is the filetype of the file to be manipulated. If filetype is not
specified, a search is made for a file with the specified filename
and the filetype of EXEC, MODULE, or TEXT (the search is performed
in that order). If the filetype of an input file for a language
processor is specified, the language processor is invoked to
compile the source statements and produce a TEXT file. If no
compilation errors are found, LOAD and START may then be called to
initiate program execution. The valid filetypes and resulting
action for this command are: EXEC MODULE TEXT !£iiQ!! The EXEC processor is called to process the file. LOADMOD command is issued to load the program into
storage and the START command begins execution of the
program at the entry point equal to fn. LOAD command brings the file into storage in an
executable format and the START command executes the
program beginning at the entry point named by fn. FORTRAN FORTRAN processor module that is called is FORTRAN, FORTGI, GOFORT, or FORTHX, whichever is found first. Object text successfully compiled by the FJRTGI or FORTHI processors will be loaded and executed. TESTFORT The TESTFORT module is called to initiate FORTRAN Interactive Debug and will process a TEXT file that has
been compiled with the TEST option. FREEFORT The GOFORT module is called to process the file. COBOL COBOL processor module that is called is COBOL or TESTCOB, whichever is found first. After successful
compilation, the program text will be loaded and
executed. PLI The PLIOPT processor module is called to process PLIOPT the file. After successful compilation, the program text
will be loaded and executel. 1n4 VM/370 Command and Macro Reference
Previous Page Next Page