TAL Reference Manual
TAL Syntax Summary (Bracket-and-Brace Diagrams)
Appendix C—526371.001
C-43
SQL Directive
SQL Directive
For more information, see the NonStop SQL Programming Manual for TAL.
SQLMEM Directive
For more information, see the NonStop SQL Programming Manual for TAL.
STACK Directive
STACK sets the size of the data stack in the user data segment.
SUBTYPE Directive
SUBTYPE specifies that the object file is to execute as a process of a specified
subtype.
SUPPRESS Directive
SUPPRESS overrides all the listing directives. The default is NOSUPPRESS.
SYMBOLPAGES Directive
SYMBOLPAGES sets the size of the internal symbol table the compiler uses as a
temporary storage area for processing variables and SQL statements.
SYMBOLS Directive
SYMBOLS saves symbols in a symbol table (for Inspect symbolic debugging) in the
object file. The default is NOSYMBOLS.
SYNTAX Directive
SYNTAX checks the syntax of the source text without producing an object file.
STACK [ = ] num-pages
SUBTYPE [ = ] subtype-number
[NO] SUPPRESS
SYMBOLPAGES [ = ] num-pages
[NO] SYMBOLS