Item
 
Example - Modify the text of the chip identified by wk-item
working-storage section.
77 wk-item pic 9(2).
...
procedure division.
...
  modify screen-1-chip-1 item wk-item item-text "new text"
...