Pathway/iTS TCP and Terminal Programming Guide
The MAKEUL Macro
Compaq NonStop™ Pathway/iTS TCP and Terminal Programming Guide—426751-001
A-3
Error Messages
For creating a user library file called USERLIB from the pTAL object file PTOBJ and
sending the output to the file PTOUT, the syntax is as follows:
> MAKEUL -obj PTOBJ -lib USERLIB -out PTOUT
For creating a user library file called USERLIB from the pTAL source file PTSRC with
the intermediate pTAL object file as PTOBJ and sending the output to the terminal, the
syntax is as follows:
> MAKEUL -src PTSRC -obj PTOBJ -lib USERLIB
For creating a user library file called USERLIB from the pTAL source file PTSRC and
sending the output to the terminal, the syntax is as follows:
> MAKEUL -src XYZ -lib USERLIB -src PTSRC
Error Messages
Cause. An option other than -src, -obj, -lib, -out, -loc, -nld, or -ptal was specified.
Effect. The MAKEUL macro fails.
Recovery. Specify the correct option.
Cause. At least two out of the options -src, -lib, and -obj were not specified.
Effect. The MAKEUL macro fails.
Recovery. Specify at least two out of the options -src, -obj, and -lib.
Cause. The source file specified is not a valid Guardian file name.
Effect. The MAKEUL macro fails.
Recovery. Specify a valid Guardian file name as the pTAL source-file name.
*ERROR* Illegal command option specified. Can be only
-src, -obj, -lib, -out, -loc, -ptal, -nld
*ERROR* At least two out of the options -src, -obj, -lib
must be specified
*ERROR* Illegal source file specified