
You can redirect $STDLIST to another device b y using the STDLIST option of the MPE/iX command :RUN. For example, the follo wing commands send HP Link Editor/XL output to the printer and runs HP Link Editor/XL:
:FILE LINKOUT;DEV=LP
:RUN LINKEDIT.PUB.SYS;STDLIST=*LINKOUT
LINKLIST information is sen t to the $STDLIST device by default. LINKLIST contains:
Symbol map produced by the MAP option of the LINK command.
Listing produced b y the LISTPROG command.
Listing produced b y the LISTOBJ command.
Listing produced b y the LISTRL command.
Listing produced b y the MAP option of the ADDXL command.
Listing produced b y the LISTXL command.
HP Link Editor/XL creates a list le named LINKLIST for commands that generate large amounts of information. It usually writes the information to the $STDLIST device, but you can redirect LINKLIST to a dierent device by using the DEV option of the MPE/iX command :FILE. For example, the follo wing commands send the listing of a relocatable library named LIBRL to a line printer:
:FILE LINKLIST;DEV=LP :LINKEDIT
:LinkEd> LISTRL RL=LIBRL :LinkEd> EXIT
HP Link Editor/XL Commands
HP Link Editor/XL commands that create and displa y executable program les and displa y symbols in a relocatable object le are:
LINK, which creates an executable program le.
LISTOBJ , which displays symbols in a relocatable object le.
LISTPROG , which displays symbols in an executable program le.
Other HP Link Editor/XL commands manage relocatable and executable libraries. They allow you to add relocatable object modules to an RL or XL, purge modules from an RL or XL, copy modules bet ween two RLs or two XLs. Some frequen tly used HP Link Editor/XL commands are:
COPYRL , which copies modules from one relocatable library to another.
EXTRACTRL , which extracts a relocatable object module or a group of object modules from a relocatable library .
SHOWRL and SHOWXL , which display the name of the curren t (or working) library.
LISTPROG , which displays a symbol listing on LINKLIST .
For detailed information, refer to Link Editor/XL Reference Manual