/STEPS = {QUADWORD | LONGWORD | WORD | BYTE | value}
Specifies the step factor of the search through the specified
memory range. After the SEARCH command has performed the
comparison between the value of expression or the given string
and memory location, it adds the specified step factor to the
address of the memory location. The resulting location is the
next location to undergo the comparison. If you do not specify
the /STEPS qualifier, the SEARCH command uses a step factor of
a longword for value searches, and a step factor of a byte for
string searches.