Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10.2 9/18/84; site ucbvax.ARPA
Path: utzoo!watmath!clyde!cbosgd!ihnp4!ucbvax!info-vax
From: info-vax@ucbvax.ARPA
Newsgroups: fa.info-vax
Subject: VMS Symbols & Values
Message-ID: <4292@ucbvax.ARPA>
Date: Mon, 21-Jan-85 17:55:30 EST
Article-I.D.: ucbvax.4292
Posted: Mon Jan 21 17:55:30 1985
Date-Received: Tue, 22-Jan-85 06:20:07 EST
Sender: daemon@ucbvax.ARPA
Organization: University of California at Berkeley
Lines: 16

From: Mark Johnson 

The way I have been getting symbol values is through two paths.  The
first is to change your example to use:

       $UAFDEF GLOBALS

to define the symbols as external & access them directly from my HOL
program (FORTRAN was the last one I used...).

The other way is to look at SYS$LIBRARY:*.REQ and find the symbol
definitions including COMMENTS that describe what you are looking at.  I
believe STARLET.REQ has the symbols you want.  The macros used are
pretty straight forward w/ word, bit, and size for each symbol defined.

  --Mark Johnson