TAL Reference Summary

Compiler Directives
TAL Reference Summary
62 096256 Tandem Computers Incorporated
ENV Directive ENV specifies the intended run-time environment of a D-series object file. The default
is ENV NEUTRAL.
COMMON
NEUTRAL
OLD
ENV
136
Attribute Intended Run-Time Environment
COMMON The CRE
OLD A COBOL or FORTRAN run-time environment outside the CRE
NEUTRAL None; the program relies primarily on system procedures
ERRORFILE Directive ERRORFILE logs compilation errors and warnings to an error file so you can use the
TACL FIXERRS macro to view the diagnostic messages in one PS Text Edit window
and correct the source file in another window.
ERRORFILE
file-name
define-name
137
assign-name
ERRORS Directive ERRORS sets the maximum number of error messages to allow before the compiler
terminates the compilation.
ERRORS
138
num-messages
=
EXTENDSTACK Directive EXTENDSTACK increases the size of the data stack in the user data segment.
=
EXTENDSTACK num-pages
139