MODE (workspace)

Specifies that the workspace should not be displayed. This keyword is used to "hide" a workspace that is used to collect data for a workspace that is displayed subsequently or to silently perform an action.Use of MODE=SILENT disables any other display-oriented keywords in the workspace definition, such as DISPLAYCOLS, SCROLLBAR, and MINMAX. A workspace that is specified as SILENT must create a new variable called ZDESTID which contains the panel ID of the destination workspace. This can be accomplished either in a REXX EXEC, or in a workspace definition by specifying SET ZDESTID=panelid. Although MODE is a <WORKSPACE> setting, SET ZDESTID is a <SUBPANEL> setting.
Possible values
SILENT
Default value
None

Example

<WORKSPACE> 
MODE=SILENT
<SUBPANEL>
SET ZDESTID=KCPPRGD
<WORKSPACEEND>