-qqcount

Category

Language element control

Purpose

Accepts the Q character-count edit descriptor (Q) as well as the extended-precision Q edit descriptor (Qw.d).

Syntax

Read syntax diagramSkip visual syntax diagram
        .-noqcount-.   
>>- -q--+-qcount---+-------------------------------------------><

@PROCESS:

@PROCESS QCOUNT | NOQCOUNT

Defaults

With -qnoqcount, all Q edit descriptors are interpreted as the extended-precision Q edit descriptor.

Usage

The compiler interprets a Q edit descriptor as one or the other depending on its syntax and issues a warning if it cannot determine which one is specified.

Related information