Pathway/iTS SCREEN COBOL Reference Manual (G06.24+, H06.03+, Pathway/iTS 1.0+)

Compilation
Compaq NonStop™ Pathway/iTS SCREEN COBOL Reference Manual426750-001
7-16
SYNTAX Command
SYNTAX Command
The SYNTAX command requests a syntax check of the source text only. No object file
is produced.
If this command and the COMPILE command are omitted, COMPILE is assumed.
If this command is specified with the CROSSREF command, no cross-reference listing
is produced.
If the SYNTAX option is specified, the MAP and SMAP commands do not produce
statement offset lists.
TANDEM Command
The TANDEM command specifies that the following source text is in Tandem standard
reference format.
If this command and the ANSI command is omitted, TANDEM is assumed.
Lines in Tandem standard reference format can have up to 132 characters (longer lines
are truncated). The source text does not include either the initial six-character sequence
number area or the final six-character identification field of the ANSI standard reference
format.
WARN Command
The WARN command allows minor error conditions to be reported in the source text.
The NOWARN command disables the WARN option.
If this command is omitted, WARN is assumed.
If LIST is not enabled, the last line of source text scanned by the compiler is also listed
to provide a point of reference.
SYNTAX
TANDEM
{ WARN }
{ NOWARN }