Pathway/iTS TCP and Terminal Programming Guide
Compaq NonStop™ Pathway/iTS TCP and Terminal Programming Guide—426751-001
A-1
A
The MAKEUL Macro
The MAKEUL macro performs pTAL compilations of user-written user conversion
procedures and creates the TNS/R native user library for the TCP using the nld utility.
The syntax and options are as specified below:
command-option
is a space-separated list and can be one of the following:
-src source-filename
is the file name of the pTAL source file.
-obj object-filename
is the file name of the pTAL object file.
-out output filename
is the file name where the output is to be sent. If it is not specified, then the
output is sent to the terminal.
-lib library-filename
is the file name of the user libary.
-loc tcplib-location
is the volume and subvolume where the TCPLIB file resides. The TCPLIB file
is needed to build the user library. If this option is not specified, the MAKEUL
macro will search for the TCPLIB file in the current subvolume and then in
$SYSTEM.ZPATHWAY.
-pTAL ptal-location
is the volume and subvolume where the pTAL compiler resides. Default is taken
as $SYSTEM.SYSTEM.
-nld nld-location
is the volume and subvolume where the nld utility resides. Default is taken as
$SYSTEM.SYSTEM.
MAKEUL command-option [command-option....]