pTAL Reference Manual (G06.24+, H06.09+, J06.03+)

Overrides all the listing directives (referenced in the next row)Dependencies:
References:
DEFEXPAND (page 386)
FMAP (page 396)
GMAP (page 397)
INNERLIST (page 400)
LIST (page 401)
MAP (page 402)
PAGE (page 407)
PRINTSYM (page 408)
The compilation command in Example 361 (page 421) starts the compilation and suppresses all
source code listings and maps from printing in the compiler output.
Example 361 SUPPRESS Directive
PTAL /IN mysrc, OUT $s.#lists/ myobj;
SYMBOLS
SYMBOLS saves symbols in a symbol table in the object file, enabling you use a symbolic debugger
to debug the object file.
SYMBOLS
saves all symbols information.
NOSYMBOLS
saves information about:
Procedure memos
Global data block names
Line numbers
Does not save information about parameters, local variables, data types, and so on.
NOSYMBOLSDefault:
Before the first declaration in the compilationPlacement:
The last legally placed SYMBOLS or NOSYMBOLS applies
to the compilation unit
Scope:
Interacts with SAVEGLOBALS and USEGLOBALS (see
Saving Global Data Declarations (page 373))
Dependencies:
References:
SAVEGLOBALS (page 413)
USEGLOBALS (page 423)
SYMBOLS 421