Starting HP Link Editor/XL [ HP Link Editor/XL Reference Manual ] MPE/iX 5.0 Documentation
HP Link Editor/XL Reference Manual
Starting HP Link Editor/XL
There are three ways to start HP Link Editor/XL:
* Enter the :LINKEDIT command at the MPE XL prompt:
:LINKEDIT
HP Link Editor/XL displays its command line prompt, LinkEd>, and
waits for you to enter a command. Each time you enter a command,
it is executed and you are prompted to enter another. This
continues until you end the link editor with the EXIT command (see
the next section).
* Enter a LINK command at the MPE XL prompt:
:LINK FROM=EX1OBJ;TO=EX1PROG;RL=LIBRL
The link editor performs the link operation, then ends. The LINK
command is discussed in chapter 4 and has the same syntax when
used at the MPE XL command level as when entered at the link
editor prompt.
* Enter a :RUN or a :LINKEDIT command, with an INFO string, at the
MPE XL prompt. The INFO string may contain one link editor
command:
:RUN LINKEDIT.PUB.SYS;INFO="LISTRL RL=LIBRL"
Or you can use the short form:
:LINKEDIT "LISTRL RL=LIBRL"
The command in the INFO string is executed and the link editor
ends. You can execute any link editor command in this manner.
For complete information on the :RUN command, see the MPE XL
Commands Reference Manual.
MPE/iX 5.0 Documentation