Restriction: Currently this directive is supported for native COBOL only.
Specifies whether the data areas associated with Screen Section data are updated from their corresponding Working-Storage Section items before an ACCEPT statement.
>>-.---.-.----.--ACCEPTREFRESH------------->< +-/-+ +-NO-+
None
| Default: | NOACCEPTREFRESH |
| Phase: | Syntax check |
| $SET: | Initial |
Set to ACCEPTREFRESH immediately by MS, IBM-MS or PC1.
With ACCEPTREFRESH specified, before an ACCEPT statement that references a Screen Section data item, all data areas associated with Screen Section items subsidiary to the item being accepted are modified as follows:
With NOACCEPTREFRESH specified, the Screen Section data area is left as it was following the last ACCEPT or DISPLAY.