MPE/iX Quick Reference Guide (32650-90881)

Chapter 1 39
Command Descriptions
Commands Syntax
PASCAL
Compiles a compatibility mode Pascal/V program. The native mode equivalent of this
command is PASXL.
PASCAL [
textfile
][,[
uslfile
][,
listfile
]][;INFO=
quotedstring
]
PASCAL PASCSRC,PASCOBJ,LISTFILE
PASCALGO
Compiles, prepares,and executes a compatibility mode Pascal/V program. The native mode
equivalent of this command is PASXLGO.
PASCALGO [
textfile
][,
listfile
][;INFO=
quotedstring
]
PASCALGO PASCSRC,LISTFILE
PASCALPREP
Compiles and prepares a compatibility mode Pascal/V program. The native mode
equivalent of this command is PASXLLK.
PASCALPREP [
textfile
][,
progfile
][,
listfile
][;INFO=
quotedstring
]
PASCALPREP PASCSRC,PASCPROG
PASXL
Compiles an HP Pascal/iX program.
PASXL [
textfile
][,[
objectfile
][,[
listfile
][,
libfile
]]]
[;INFO=
quotedstring
]
PASXL MAIN, OBJMAIN
PASXL SUB, OBJSUB
LINK FROM=OBJMAIN,OBJSUB;TO=SOMEPROG
RUN SOMEPROG
PASXLGO
Compiles, links, and executes an HP Pascal/iX program.
PASXLGO [
textfile
][,[
listfile
][,[
libfile
]]][;INFO=
quotedstring
]
PASXLGO SOURCE,LISTFILE
PASXLLK
Compiles and links an HP Pascal/iX program.
PASXLLK [
textfile
][,[
progfile
][,[
listfile
][,
libfile
]]]
[;INFO=
quotedstring
]
PASXLLK SOURCE,PROG
PAUSE
Allows the user to suspend current activity for a speciļ¬ed number of seconds, or until one
or more jobs complete.