The STMT option specifies that statements in the source program are to be counted and that this "statement number" is used to identify statements in the compiler listings resulting from the AGGREGATE, ATTRIBUTES, SOURCE and XREF options.
.-NOSTMT-. >>-+-STMT---+--------------------------------------------------><
The default is NOSTMT.
When the STMT option is specified, the source listing will include both the logical statement numbers and the source file numbers.
Note that there is no GOSTMT option. The only option that will produce information at run-time identifying where an error has occurred is the GONUMBER option. Also note that when the GONUMBER option is used, the term "statement" in the run-time error messages will refer to line numbers as used by the NUMBER compiler option - even if the STMT option was in effect.