Listings, messages and compiler information

Table 1. Listings, messages and compiler information pragmas
Pragma Description
#pragma checkout

Controls the diagnostic messages that are generated by the compiler.

#pragma info (C++ only)

Controls the diagnostic messages that are generated by the compiler.

#pragma page (C only)

Specifies that the code following the pragma begins at the top of the page in the generated source listing.

#pragma pagesize (C only)

Sets the number of lines per page for the generated source listing.

#pragma report (C++ only)

Controls the generation of diagnostic messages.

#pragma skip (C only)

Skips lines of the generated source listing.

#pragma subtitle (C only)

Places subtitle text on all subsequent pages of the generated source listing.

#pragma title (C only)

Places title text on all subsequent pages of the generated source listing.