Purpose

When &#@Windows-MODE is enabled, it indicates the application is running under a windows-type environment.
 

Syntax

&#@Windows-MODE
 

Remarks

This process control option cannot be changed so the Enable and Disable commands are not allowed.
It can be queried as follows:
IF BITON (&#@Windows-MODE)
                THEN $OPERATING.FROM.WINDOWS = "Y"
                ELSE $OPERATING.FROM.WINDOWS = "N"
ENDIF
 

Comment on this topic

Topic ID: 520187