refreshScreen in callLink element
The linkage options part, callLink element, property refreshScreen indicates whether an automatic screen refresh is to occur when the called program returns control. Valid values are yes (the default) and no.
Set refreshScreen to no if the caller is in a run unit that presents text forms to a screen and either of these situations applies:
- The called program does not present a text form; or
- The caller writes a full-screen text form after the call.
The property refreshScreen applies only in these cases:
- The callLink type property is localCall; or
- The callLink type property is remoteCall when the remoteComType property is direct or distinct.
The property is ignored if you include the noRefresh indicator on the call statement.
Related reference
call