Example 2

Operation: Locate a particular instruction in a data set containing an assembler language program.

Known:
  • The sequence of characters: LA 3,BREAK
  • The instruction begins in column 10.
find 'la 3,break ' 10