SKIPSRC

Category

Listings, messages, and compiler information

Pragma equivalent

None.

Purpose

When a listing file is generated using the SOURCE option, SKIPSRC option can be used to determine whether the source statements skipped by the compiler are shown in the source section of the listing file.

Syntax

Read syntax diagramSkip visual syntax diagram
             .-SHOW-.      
>>-SKIPS--(--+-HIDE-+--)---------------------------------------><

Defaults

SKIPSRC(SHOW)

Parameters

SHOW
Shows all source statements in the listing.
HIDE
Hides the source statements skipped by the compiler. This improves the readability of the listing file.

Usage

The SKIPSRC option has effect only if the SOURCE option is also in effect. For information on the SOURCE options, see SOURCE | NOSOURCE.

Predefined macros

None.