comp.lang.ada
 help / color / mirror / Atom feed
From: kilgallen@eisner.decus.org (Larry Kilgallen)
Subject: Re: translate OpenVMS logical to a string in Ada..?
Date: 2000/03/30
Date: 2000-03-30T00:00:00+00:00	[thread overview]
Message-ID: <2000Mar29.212856.1@eisner> (raw)
In-Reply-To: 8buano$r3i$1@ra.nrl.navy.mil

In article <8buano$r3i$1@ra.nrl.navy.mil>, dandenault@tip.nrl.navy.mil (pat) writes:
> 
> Does anyone know how to translate an OpenVMS logical to a string for use in a 
> DEC 83 Ada program?  I can't find anything in our few manuals.

The is done using the same system service you would use from
any other language, TRNLNM.  From Ada, that would be:

	STARLET.TRNLNM ( etc...

language-independent parameter descriptions are available
via HELP SYSTEM_SERVICES $TRNLNM at the DCL prompt.

If you cannot find the hardcopy System Service Reference
Manual at your site, online documentation has been
supplied with VMS for the past 10 years.

Of course if you are using the logical name to access
files, explicit translation is often not required, as
RMS file specification processing will do it automatically.




  reply	other threads:[~2000-03-30  0:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-03-30  0:00 translate OpenVMS logical to a string in Ada..? pat
2000-03-30  0:00 ` Larry Kilgallen [this message]
2000-03-31  0:00 ` Mats Weber
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox