MPE/iX Commands Reference Manual (32650-90877)
364 Chapter10
Command List VIII
Commands PASCAL thru PURGEUSER
PASXL MAIN, OBJMAIN
PASXL SUB, OBJSUB
:
LINK FROM=OBJMAIN,OBJSUB;TO=SOMEPROG
:
RUN SOMEPROG
However, if an NMRL is used instead of an NMOBJ, the above can be simplified to the
following:
BUILD RLFILE;DISC=10000;CODE=NMRL
PASXL MAIN, RLFILE
PASXL SUB, RLFILE
LINK RLFILE,SOMEPROG
RUN SOMEPROG
Related Information
Commands PASCALGO, PASCALPREP, PASCAL, PASXLGO, PASXLLK PREP, RUN, LINK,
LINKEDIT
Manuals HP Pascal/iX Reference Manual
HP Link Editor/XL Reference Manual
PASXLGO
Compiles, links, and executes an HP Pascal/iX program. HP Pascal/iX is not part of the HP
3000 Series 900 Computer System Fundamental Operating Software and must be
purchased separately. (Native Mode)
Syntax
PASXLGO[
textfile
] [,[
listfile
][,[
libfile
]]] [;INFO=
quotedstring
]
Parameters
textfile
The name of the text file that contains the source code to be compiled. This
is an ASCII file that you prepare with an editor such as EDIT/V. The
formal file designator is PASTEXT.
If you are running HP Pascal/iX from your terminal, you will probably
specify a disk
textfile
. If you do not specify
textfile
, then the default
file is $STDIN. $STDIN is the current input device, usually your terminal.
When
textfile
is your terminal, you can enter source code interactively
in response to the > prompt. When you have entered all the source code,
type a colon (:) in response to the > prompt to end the interactive input.
The source code to be compiled can be a program or a list of modules.
listfile
The name of the file on which the compiler writes the program listing. It
can be any ASCII file. The default is $STDLIST. $STDLIST is usually the
terminal if you are running HP Pascal/iX interactively, or the printer if you
are running a batch job. The formal file designator is PASLIST.
If your terminal is both
textfile
and
listfile
, the compiler does not