Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!ames!ucbcad!ucbvax!DHDMPI5.BITNET!KND From: KND@DHDMPI5.BITNET.UUCP Newsgroups: comp.os.vms Subject: (none) Message-ID: <8704300556.AA02237@ucbvax.Berkeley.EDU> Date: Thu, 30-Apr-87 01:56:50 EDT Article-I.D.: ucbvax.8704300556.AA02237 Posted: Thu Apr 30 01:56:50 1987 Date-Received: Fri, 1-May-87 06:47:08 EDT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 18 Date: Wed, 29 Apr 87 09:52:54 n To: info-vax@sri-kl.arpa From: Organisation: MPI fuer Kernphysik Postal-address: Saupfercheckweg, 6900 Heidelberg, W. Germany Phone: (6221)516-1 [switchboard] Subject: Accessing MACRO Data from FORTRAN Header-Disclaimer: I don't like my headers either ! I would like to access a location in a MACRO Subroutine from a FORTRAN Main Program and don't want to use a COMMON for that. The location in MACRO is defined as follows : LABEL:: .WORD number The %LOC function in FORTRAN gives me the ADDRESS of 'LABEL'. But how can I get the contents of 'LABEL' ?