QUERY prefix (full-screen mode)

Queries what statements on a particular line have statement breakpoints when you issue this command through the Source window prefix area.

Read syntax diagramSkip visual syntax diagramQUERY;

Usage notes

  • When the QUERY prefix command is issued, a sequence of characters corresponding to the statements is displayed in the prefix area of the Source window. If the statement contains a breakpoint, "*" is used, or ".", if it does not. If there are more than eight statements or verbs on the line, and one or more past the eighth statement have breakpoints, the eighth character of the map is replaced by a "+".

    For example, a display of "..*." indicates that four statements or verbs begin on the line and the third one has a breakpoint defined.

  • The QUERY prefix command is not logged.

Refer to the following topics for more information related to the material discussed in this topic.