Previous Topic: Search a Temporary Storage Queue for a Data StringNext Topic: Transient Data


Example

To scan ten records in the temporary storage queue named TEMPSTO1 starting at the third record for the data string TEST, if that data is in location 20 in the record, specify the following, and then press Enter:

FUNC=SRCH
ENTRY=03
RCID=C'TEMPSTO1'
DATA=C'TEST'
LOC=00020 OR 0013 		(for FORMAT=D)
SIZE=0010 OR 000A 		(for FORMAT=D)