-qsaa

Category

Language element control

Purpose

Checks for conformance to the SAA FORTRAN language definition. It identifies nonconforming source code and also options that allow such nonconformances.

Syntax

Read syntax diagramSkip visual syntax diagram
        .-nosaa-.   
>>- -q--+-saa---+----------------------------------------------><

@PROCESS:

@PROCESS SAA | NOSAA

Defaults

-qnosaa

Usage

The -qflag option can override this option.

Use the -qlanglvl option to check your code for conformance to international standards.

Results

Warnings have a prefix of (L), indicating a problem with the language level.

Related information