-qattr

Category

Listings, messages, and compiler information

Purpose

Produces a compiler listing that includes the attribute component of the attribute and cross-reference section of the listing.

Syntax

Read syntax diagramSkip visual syntax diagram
        .-noattr------------.   
>>- -q--+-attr--+---------+-+----------------------------------><
                '-=--full-'     

@PROCESS:

@PROCESS ATTR[(FULL)] | NOATTR

Defaults

-qnoattr

Parameters

full
Reports all identifiers in the program, whether they are referenced or not. If you specify -qattr without this suboption, reports only those identifiers that are used.

Usage

If you specify -qattr after -qattr=full, the full attribute listing is still produced.

You can use the attribute listing to help debug problems caused by incorrectly specified attributes or as a reminder of the attributes of each object while writing new code.

Related information