Find Statements dialog box
Use the Find Statements dialog box to find statements or to flag certain types of statements in red.
To find statements
- If you are not in the Outline view, select Outline from the View menu.
- From the Tools menu, select Find Statements. The Find Statements dialog box appears.
Select the check boxes corresponding to the statements you want to locate. When more than one Structures check boxes are selected, the search finds statements matching any of the program structures.
- Branching Finds all verbs that transfer the control of logic.
- Program calls Finds all external program calls.
- Conditional Finds all verbs that denote conditional logic.
- Data movement Finds all statements that manipulate data.
- IMS Finds all IMS calls.
- EXEC CICS Finds all EXEC CICS statements in the program.
- EXEC SQL Finds all SQL statements in the program.
- Input Finds all verbs that receive data into the program.
- Output Finds all verbs that transmit data out of the program.
- Procedure name Finds all procedure names in the program.
- Tagged Finds all statements you tagged so that you can easily find them in your code.
- Click Find. The Statements list fills with the line numbers and verbs that correspond to your selections. The maximum number of items that can be displayed is 2,000.
- Do any of the following:
- To scroll to any statement number in the list, double-click the statement or select the statement and click Go to. The Program AnalyzerProgram Analyzer scrolls to and highlights that line.
- To tag all found statements from the Found Statements box in the Outline view, click Tag. Each statement appears with
indicating it is a tagged statement. Click here for more information on tagging statements.
- To clear the Found Statements box, click Clear.
- To tag all found statements from the Found Statements box in the Outline view, click Tag. Each statement appears with
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*