The COBOL LPEX Editor in Rational® Developer
for System z® provides
a variety of ways to navigate to and from data items.
You can navigate to and from data items as follows:
- To navigate in a COBOL program from a data item reference
in the PROCEDURE division to the data item declaration in the DATA
division, perform one of the following actions:
- Position the cursor on the data item reference, and press
the F3 key.
- Hold down the Ctrl key, position the cursor on the data item
reference, and click.
- Right-click the data item reference, and select Open
Declaration.
- To go back to the previous location (in this case, to the
PROCEDURE division), click the left arrow (
) icon in the menu bar.
- To move forward again to the previously navigated location
(in this case, to the DATA division), click the right arrow (
) icon in the menu bar.