MPE/iX Commands Reference Manual (32650-90877)
104 Chapter4
Command List II
Commands CALC thru COPY
formal file designator is CCTEXT.
If you are running HP C/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.
When you have entered all the source code, type a colon (:) to end the
interactive input.
objectfile
Actual file designator of the object file to which the object code is stored.
This file is in binary form and has a file code of 1461 or NMOBJ. Its formal
file designator is CCOBJ. If the
objectfile
parameter is omitted, the
object code is saved to the temporary file $OLDPASS.
If you specify
objectfile
, the compiler stores the object file in a
permanent file of the correct size, type, and name you specified. If a file of
the same name already exists, the object code overwrites that file.
If the compiler issues an error message telling you that a new or existing
object file to which you are trying to compile is too small, build a larger
object file and recompile to it.
You may use the MPE/iX SAVE command to store $OLDPASS as a
permanent file under another name.