isNoRefresh

The isNoRefresh property takes a Boolean value and is meaningful only in the call statement, when the caller presents text forms and one of the following situations is in effect:
  • The called program does not present a text form; or
  • The caller writes a full-screen text form after the call.
Here are the two options:
  • NO (the default) indicates that the callLink element in the linkage options part specifies whether a screen refresh is avoided. This setting is recommended because setting a value in the the callLink element (specifically, in the attribute refreshScreen) is more flexible; the decision is not embedded in the code.
  • YES indicates that a screen refresh is avoided when the called program returns control.