FINDTAG command

The FINDTAG command finds a tagged member in the displayed library concatenation.

This is a main command.

Syntax

Read syntax diagramSkip visual syntax diagramFINDTAGF+tagstring

Operands

tag
An unquoted seven characters label or pattern.
string
A quoted text string valid for the FINDTEXT command.

Usage notes

A member tag is a non-blank label preceded by + in PROMPT column.

See TAG command for instructions on how to tag members.

FINDTAG Tag operates only on displayed member names with tags.

The search starts at current row down the list.

F+ String is same as FT+ String FIRST.

The RFIND command invokes the corresponding F+ Tag or FT+ String command.

Examples


F+ DEBUG    Locate a member tagged DEBUG.
F+ *TEST*   Locate first member tag containing TEST.
F+ 'IBM'    Locate first tagged member with a record containing IBM.
F+ "a'B"    Locate first tagged member with a record containing A'B.
F+ X'0C0D'  Locate first tagged member with a record containing a
             2 bytes hexadecimal string of x'0C0D'.