MPE/iX Commands Reference Manual (32650-90877)
Chapter 7 263
Command List V
Commands HEADOFF thru LISTF
If you omit this parameter, the file contains debugging information if the
source file was compiled with this option.
MAP Prints a symbol map to the list file, LINKLIST.
SHOW Displays the name of each object module as it is being merged into the
program file. You may include this option to verify the order in which LINK
processes each module.
priv_level
Determines the privilege level used by the executable program file. This
parameter changes the privilege level of all procedures in the symbol and
export tables (of the relocatable object file) that were set during
compilation.
The values for priv_level are:
0 system level access
1 unused
2 privileged level access
3 user level access
The default is that privilege levels are set during compilation.
pri_level
Specifies the execution priority that the program will have at run time.
The
pri_level
has to be one of BS, CS, DS, ES, or a number between 100
and 255 inclusive. This value can be overridden by the PRI= keyword on
the RUN command.
max_pri_level
Specifies the maximum execution priority that the program can have at
run time. The
max_pri_level
has to be one of BS, CS, DS, ES, or a
number between 100 and 255 inclusive.
SHARE Specifies that data symbols should be exportable and importable (shared)
in the resulting executable library.
Operation Notes
The Link Editor uses $STDINX, $STDIN, and $STDLIST as standard files. The Link Editor
reads its commands from $STDINX. For interactive sessions this is the terminal keyboard.
For a batch job, it is the job stream file.
You can redirect $STDINX to another file. The file must be an unnumbered ASCII file
containing valid HP Link Editor/iX commands. Enter a RUN command with the STDIN
option. For example, to use the file SCRIPT as the standard input file, enter the command:
RUN LINKEDIT.PUB.SYS;STDIN=SCRIPT
If you start the Link Editor using the LINK command, or if you execute it by passing a
command in the INFO string of the RUN command, $STDINX is not used. Instead, the single
command is executed and the Link Editor terminates.
The Link Editor writes all prompts, error messages, and other information to $STDLIST.
During an interactive session, this is your terminal. For a batch job, the output spoolfile is
used.
You can use another device for $STDLIST. Use the RUN command with the STDLIST option.