Cell-Hint
This property allows you to set or retrieve the hint text of the cell identified by the X and Y properties. Grid headings can host at best, one hint per column.
 
Example - Set the hint text of a cell
procedure division.
...
  modify screen-1-gr-1 x = 1y = 2 cell-hint "Cell containing name"
...