This option specifies that the execution of the compiler's syntax checking
stage depends on the severity of messages issued prior to this stage of processing.

.-SYNTAX--------------------.
>>-+-NOSYNTAX--+-------------+-+-------------------------------><
'-(--+-S-+--)-'
+-E-+
'-W-'
ABBREVIATIONS: SYN, NSYN
- SYNTAX
- Equivalent to NOSYNTAX(S).
- NOSYNTAX
- No syntax checking is performed.
- NOSYNTAX(S)
- No syntax checking is performed if a severe error or unrecoverable error
has been detected.
- NOSYNTAX(E)
- No syntax checking is performed if an error, severe error, or unrecoverable
error has been detected.
- NOSYNTAX(W)
- No syntax checking is performed if a warning, error, severe error, or
unrecoverable error has been detected.
If the NOSYNTAX option terminates the compilation, the cross-reference
listing, attribute listing, source listing, and other listings that follow
the source program are not produced.
|
This information center is powered by Eclipse technology. (http://www.eclipse.org)