HP Pascal/iX Programmer's Guide (31502-90023)
A-: 32
Listing file $STDLIST
Library file PASLIB
To override the defaults:
1. Use the MPE/iX command :FILE to equate the nondefault file with
its formal file designator (the :FILE parameter
formaldesignator
).
Use one :FILE command for each nondefault file.
2. Tell the MPE/iX command :RUN which files are not to be defaulted
by passing the appropriate value to its PARM parameter.
The compiler files and their formal file designators are:
Compiler File Formal File Designator
Source file PASTEXT
Object file PASOBJ
Listing file PASLIST
Library file PASLIB
Table A-12 lists the possible values for the PARM parameter and gives
their meanings.
Table A-12. PARM Values and Their Meanings
---------------------------------------------------------------------------------
| | |
| PARM Value | Means "File equations exist for the following |
| | files:" |
| | |
---------------------------------------------------------------------------------
| | | | |
| | Object | Listing | Source |
| | | | |
---------------------------------------------------------------------------------
| | | | |
| 0 * | | | |
| | | | |
---------------------------------------------------------------------------------
| | | | |
| 1 | | | * |
| | | | |
---------------------------------------------------------------------------------
| | | | |
| 2 | | * | |
| | | | |
---------------------------------------------------------------------------------
| | | | |
| 3 | | * | * |
| | | | |
---------------------------------------------------------------------------------
| | | | |
| 4 | * | | |
| | | | |
---------------------------------------------------------------------------------
| | | | |
| 5 | * | | * |
| | | | |
---------------------------------------------------------------------------------
| | | | |
| 6 | * | * | |
| | | | |
---------------------------------------------------------------------------------