Start of change

CASE

The CASE option controls whether some names will be shown in uppercase or in the same format as they appear in the source program.

Read syntax diagramSkip visual syntax diagram
            .-UPPER-.      
>>-CASE--(--+-ASIS--+--)---------------------------------------><

The default is CASE(UPPER).

UPPER
Specifies that all names will be shown in uppercase.
ASIS
Specifies that names will be shown in the case in which they appear in the source in
  • The AGGREGATE, ATTRIBUTES, and XREF listings.
  • The values returned by the PACKAGENAME, PROCNAME and ORDINALNAME built-in functions.
  • PUT DATA output as long as the TEST option is not used and as long as the compilation unit contains no GET DATA statements.
End of change