Item-Value
Item-Value is synonymous with the Item-Text property.
 
Example - Modify a combo-box text for an item
procedure division.
...
  modify screen-1-co-1 item 3 item-value "Changed item".
...