Before you begin, you must complete Exercise 3.9: Filtering lines by string.
To help you navigate quickly through your ILE RPG source the editor allows
you to filter lines based on the line type. Imagine you want to see
where all the subroutines are defined in your source.
To filter lines by type:
All source lines with BEGSR or ENDSR are displayed allowing you to move
quickly and easily to the desired subroutine in your file.
Now you could work with the source inside this subroutine.
You have filter lines in your source by line type and now you are ready to begin Exercise 3.11: Searching multiple files.
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.