Using hover help to get information on data structures

The LPEX Editor provides hover help to give you information on data structures.

Before you begin

Before you use this capability in the PROCEDURE division, you must declare a data item in the DATA division of your COBOL program.

About this task

To use this capability, hover your mouse cursor over a data item reference in the PROCEDURE division. The editor displays the contents of the data structure. (This is the same information displayed by content assist.)

Feedback