Using string delimiters

You must use delimiters if a string contains embedded blanks or commas, or if a string is the same as a command keyword. You delimit strings with either apostrophes (') or quotation marks ("). For example, to find the next occurrence of every one, enter:
FIND 'every one'
The FIND command does not find the apostrophe or quotation mark string delimiters.
Note: The Browse FIND command does not work with a search argument that contains the command delimiter, even if string delimiters are used. You can specify a hexadecimal search string or use ISPF Option 0 to change the command delimiter to a different character.