pTAL Reference Manual (H06.03+)
Compiler Directives
HP pTAL Reference Manual—523746-005
17-28
ERRORFILE
pTAL
identifies the end of code that is to be compiled by the pTAL or EpTAL compiler but
not by the TAL compiler:
ERRORFILE
ERRORFILE writes compilation errors and warnings to an error file so you can use the
HP TACL FIXERRS macro (available only on Guardian platforms) to view the
diagnostic messages in one PS Text Edit window and correct the source file in another
window.
Compiler IF pTAL IFNOT pTAL
pTAL or EpTAL True False
TAL False True
Default: None
Placement:
•
Anywhere in the source file (not in the compilation command)
•
Must be the only directive on the directive line
Scope: Everything between ENDIF and the most recently compiled IF or IFNOT
directive that specifies the same toggle, target, or keyword
Dependencies: Interacts with:
•
DEFINETOG
•
SETTOG
•
RESETTOG
•
IF
•
IFNOT
•
TARGET
See Toggles
on page 17-5.
References:
•
DEFINETOG on page 17-25
•
IF and IFNOT on page 17-36
•
RESETTOG on page 17-52
•
SETTOG on page 17-56
•
TARGET on page 17-66
file-name
define-name
assign-name
ERRORFILE
VST137.vsd










