Copyright Digital Equipment Corp. All rights reserved.

Examples

   1.$ SHOW DISPLAY
       Device:     WSA1:  [super]
       Node:       0
       Transport:  LOCAL
       Server:     0
       Screen:     0

     $ SET DISPLAY/CREATE/NODE=ZEPHYR
     $ SHOW DISPLAY
       Device:     WSA2:  [super]
       Node:       ZEPHYR
       Transport:  DECNET
       Server:     0
       Screen:     0
     $ SPAWN/NOWAIT/INPUT=NL: RUN SYS$SYSTEM:DECW$CLOCK

     In this example, you are logged in to your workstation, here
     referred to as node 0. (0 is the standard shorthand notation
     for representing your node.) You want to run the DECwindows
     Clock on your workstation and display it on another node,
     ZEPHYR.

     Assuming you are authorized to display applications on ZEPHYR,
     you redirect the application's output to ZEPHYR with the SET
     DISPLAY command and enter the SHOW DISPLAY command to verify
     the location of the redirected display. You then run Clock.
     Note that a new workstation display device, WSA2, is created
     when you enter the SET DISPLAY/CREATE command.

   2.$ SET DISPLAY/CREATE/VALUE=(NAME=DECW$SESSION_MANAGER,-
     _$ SET="tcpip/zephyr:9510")
     $ SHOW DISPLAY/SYMBOLS/ALL
         Device:    WSA23:  [super]
         Node:      0
         Transport: DECNET
         Server:    0
         Screen:    0

       User-defined values:

         "DECW$SESSION_MANAGER" = "tcpip/zephyr:9510"

     $ SHOW SYMBOL DECW$DISPLAY__DECW$SESSION_MANAGER
       DECW$DISPLAY__DECW$SESSION_MANAGER == "tcpip/zephyr:9510"

     In this example, you create a display device, and set the
     DECW$SESSION_MANAGER property to the network address of a
     session manager on remote node ZEPHYR using port number 9510.
     The SHOW DISPLAY/SYMBOLS command then defines a DCL symbol for
     the port value.