Using the Outline view with HLASM
The Outline view is a tree representation of the current Assembler file that you are editing. It is updated as text is modified in the editor.
About this task
The z Systems® LPEX Editor also supports a quick outline while editing HLASM files by using the Ctrl+O keys.
When
displayed in the Outline view, sections contain:
- Undefined macros
- Externally defined macros
- Macros defined within the program
- Symbols
- Using domains
- Embedded CICS® statements
- Embedded SQL statements
Note: Sections
that do not have a name appear in the Outline view
as >Unnamed< .
Macros that are defined within
a program contain the following items in the Outline view:
- Parameters
- Symbols
- Using domains
- Undefined macros
- Externally defined macros
- Macros defined within the program
- Embedded CICS statements
- Embedded SQL statements
Tip: By default, undefined macros are not displayed in the Outline view.
To display undefined macros, click the Hide undefined macros view
toolbar button to display undefined macros in the Outline view.
Undefined macros are listed as they are found. When you select an
undefined macro in the Outline view, the editor
moves the cursor to the first use of the macro, and then highlights
the macro name.
Tip: By default, the outline view
only displays the first occurrence of a macro call. To display all
occurrences, select Show all macro calls from
the view menu.
Using domains are displayed in the Outline view and show their drop location as their child. When you select the Using start in the Outline view, the editor highlights the using instruction line and places emphasis on the whole using domain. When you select the drop statement, the editor moves the cursor to and places emphasis on the line where the using domain is dropped.
Procedure
You can perform the following actions in the Outline view: