home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!charon.amdahl.com!pacbell.com!decwrl!sdd.hp.com!zaphod.mps.ohio-state.edu!uwm.edu!linac!att!ucbvax!BARRA.COM!louis
- From: louis@BARRA.COM (Louis Dunne)
- Newsgroups: comp.os.vms
- Subject: Re: Tracking DECW$DISPLAY
- Message-ID: <9301262135.AA21144@hermann.barra.COM>
- Date: 26 Jan 93 21:35:53 GMT
- Sender: daemon@ucbvax.BERKELEY.EDU
- Distribution: world
- Organization: BARRA Inc., Berkeley, California.
- Lines: 45
-
- On Jan 25, 3:02pm, Tigger wrote:
- > Subject: Tracking DECW$DISPLAY
- >Is there any way (such as a code to $GETDVI) to examine a _WSAn: device
- >created with the SET DISPLAY command and determine what node it points
- >to (ie the value of the /NODE qualifier to the SET DISPLAY)?
- >
- >Greg Orman
- >greg@pomona.claremont.edu
- >
-
- From DCL do the following (undocumented, of course):
- $ sh sym decw$*
- %DCL-W-UNDSYM, undefined symbol - check validity and spelling
- $ show display/symbol
-
- Device: WSA3: [super]
- Node: HERMANN.BARRA.COM
- Transport: TCPIP
- Server: 0
- Screen: 0
-
- $ sh symbol decw$*
- DECW$DISPLAY_NODE == "HERMANN.BARRA.COM"
- DECW$DISPLAY_SCREEN == "0"
- DECW$DISPLAY_SERVER == "0"
- DECW$DISPLAY_TRANSPORT == "TCPIP"
-
- So, rather than reading the output from a $show disp (ugh),
- you can examine the DECW$DISPLAY_NODE.
-
- I think that there is something similar you can do with
- $GETDVI. I seem to remember John "Fast Eddie" McMahon
- mentioning something about this before. I'll see if I can
- find the information for doing this from an image.
-
- Louis
- -------------------------------------------------------------------------
- / Louis Dunne / /
- / VMS/UNIX Systems / Internet: louis@barra.com /
- / / Phone: +1 510 649-4229 /
- / BARRA, Inc. / Fax: +1 510 548-4374 /
- / 1995 University Ave., Suite 400 / /
- / Berkeley, CA 94704 / /
- -------------------------------------------------------------------------
-
-