Previous Topic: SUFFIX ParameterNext Topic: FIND: Messages


WORD Parameter

Enter the optional WORD parameter to find all occurrences of the target character string within the specified (or default) columns, where that string is a complete word.

Note: A word is a string that is preceded and followed by a non-alphanumeric character.

Example

This example scans for the word DO:

Command ===> find do word

The searches and results are as follows:

DO

Finds DO, 'DO

ADO

Finds ADO, ADO-