Re: Most elegant way to read to allocatable array?
- From: Gary Scott <garylscott@xxxxxxxxxxxxx>
- Date: Fri, 26 Jan 2007 13:42:24 GMT
Jan Vorbrüggen wrote:
As well as I know it, VAX/VMS runtime was supposed to be, as well as
possible, language independent.
Just so. My point was that there are several general libraries, with prefixes
such as MTH$ and LIB$, and language-specific RTLs, with prefixes such as COB$,
PAS$ and - surprise! - FOR$. Buth the routines GET_LUN and FREE_LUN are not in
FOR$, as one might expect, but in LIB$.
There were several OS' in which logical file/unit numbers were inherent. VOS was another one. To copy files, you could assign LFNs to them and reference the LFN in the copy command:
$RS 4=:11
%TR 11
$AS 5=1500ACCT*MYFILE
$CO *5 *4
$RW 4
$FR 4
$FR 5
It also had physical device numbers (the :11 was the tape drive on our system assigned to LFN 4, % redirected the command to the operator console to authorize the tape assignment request by a JCL user logged onto the operator console).
Jan
--
Gary Scott
mailto:garylscott@sbcglobal dot net
***** 5 Jan: Back from 7 days in Cozumel! *****
Fortran Library: http://www.fortranlib.com
Support the Original G95 Project: http://www.g95.org
-OR-
Support the GNU GFortran Project: http://gcc.gnu.org/fortran/index.html
If you want to do the impossible, don't hire an expert because he knows it can't be done.
-- Henry Ford
.
- References:
- Most elegant way to read to allocatable array?
- From: yair999@xxxxxxxxx
- Re: Most elegant way to read to allocatable array?
- From: Beliavsky
- Re: Most elegant way to read to allocatable array?
- From: Richard Maine
- Re: Most elegant way to read to allocatable array?
- From: yair999@xxxxxxxxx
- Re: Most elegant way to read to allocatable array?
- From: Richard Maine
- Re: Most elegant way to read to allocatable array?
- From: Michael Prager
- Re: Most elegant way to read to allocatable array?
- From: Richard Maine
- Re: Most elegant way to read to allocatable array?
- From: Dan Nagle
- Re: Most elegant way to read to allocatable array?
- From: Richard Maine
- Re: Most elegant way to read to allocatable array?
- From: Dan Nagle
- Re: Most elegant way to read to allocatable array?
- From: Richard Maine
- Re: Most elegant way to read to allocatable array?
- From: Dan Nagle
- Re: Most elegant way to read to allocatable array?
- From: Jan Vorbrüggen
- Re: Most elegant way to read to allocatable array?
- From: glen herrmannsfeldt
- Re: Most elegant way to read to allocatable array?
- From: Jan Vorbrüggen
- Most elegant way to read to allocatable array?
- Prev by Date: Re: fortran programs with big RAM requirement
- Next by Date: Re: string concatenation
- Previous by thread: Re: Most elegant way to read to allocatable array?
- Next by thread: Re: Most elegant way to read to allocatable array?
- Index(es):
Relevant Pages
|