pTAL Reference Manual (H06.08+)
Compiler Directives
HP pTAL Reference Manual—523746-006
17-31
ERRORFILE
You can specify partial file names as described in Partial File Names on page B-3.
The compiler uses the current default volume and subvolume names as needed.
For this directive, the compiler does not use HP TACL ASSIGN SSV information
(available only on Guardian platforms) to complete the file name.
define-name
is the name of a MAP DEFINE that refers to an error file.
assign-name
is a logical file name you have equated with an error file by issuing an ASSIGN
command.
The compiler writes a header record to the error file and then writes a record for each
error or warning. Each record contains information such as:
•
The location of the error or warning—source file name, edit line number, and
column number
•
The message text of the error or warning
At the end of the compilation, the compiler prints the complete name of the error file in
the trailer message of the compilation listing.
Note. MAP DEFINEs are available only on Guardian platforms.
Default: None
Placement:
•
In the compilation command or in the source code before any
declarations
•
Can appear only once in a compilation unit
Scope: Applies to the compilation unit
Dependencies: None










