Specifies whether the data areas associated with Screen Section data are updated from their corresponding Working-Storage
Section items before an ACCEPT statement.
Note: This directive is supported for native COBOL only.
Syntax:
>>-.---.-.----.--ACCEPTREFRESH-------------><
+-/-+ +-NO-+
Properties:
Default:
|
NOACCEPTREFRESH
|
Phase:
|
Syntax check
|
$SET:
|
Initial
|
Dependencies:
Set to ACCEPTREFRESH immediately by MS, IBM-MS or PC1.
Comments:
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.