T.R | Title | User | Personal Name | Date | Lines |
---|
181.1 | Try TLE::FORTRAN | MOIRA::FAIMAN | Ontology Recapitulates Philology | Wed Apr 27 1988 09:12 | 4 |
| You are likely to get a quicker answer in TLE::FORTRAN (press
SELECT or KP7 to add it to your notebook).
-Neil
|
181.2 | | CHESS::KAIKOW | | Sat Apr 30 1988 16:22 | 15 |
| re: 181.0
I will assume that we are talking ONLY about the input case.
1. It does not matter, at least to RMS, what you put in the FORTRAN
OPEN. The HDR2 label for each file has the relevant information.
2. If HDR2 labels are present, you need not specify any record or block size in
MOUNT, unless the blocksize is greater than 8192.
3. If a file does not have a HDR2 label then you will have to use dismount and
mount system services to read each such file by specifying the record length
appropriate to each file in each mount. This ONLY applies if the file has
fixed length records, otherwise a HDR2 label MUST be present.
|
181.3 | Tape generation is the name of THIS game... | MAVSN1::PIERSON | Don P. DTN 337-4003 | Sun May 01 1988 02:15 | 12 |
| Well,
Unfortunately I'm concerned about the OUTPUT case. As it stands
right now, the only solution I see to the 'problem' is a
dismount/remount and skip-to-file whenever the characteristics
change.
Any other ideas??
Thanks for the help so far!
/don
|
181.4 | | CHESS::KAIKOW | | Sun May 08 1988 09:12 | 32 |
| re: 181.3
From: CHESS::KAIKOW "Howard Kaikow ZKO3-4/Z09 381-1122" 6-MAY-1988 00:45
To: MAVSN1::PIERSON,KAIKOW
Subj: RE: Notefile LANGUAGES Note 181.2
As you may note the time of this message, I will be brief as I have been
travewlling all day and night.
If you are generating the tapes on a VAX/VMS system, then you should not specify
anything in MOUNT for /RECORDSIZE and need specify /BLOCKSIZE ONLY if you need a
BLOCK LENGTH greater than 8192.
There is NO reason to MOUNT/DISMOUNT the tapes for different record lengths in
the FORTRAN program, if you are WRITing the files with RMS.
If the above doesn't solve your problem, then either I'm missing something or
the description of your problem is incomplete.
*****************************************************
From: MAVSN1::PIERSON 1-MAY-1988 01:37
To: 19700::KAIKOW
Subj: RE: Notefile LANGUAGES Note 181.2
I appreciate your mailing the response to me. Unfortunately, what I'm
dealing with here is the GENERATION of the tapes. I sincerely hope that
there is a way around dismount/re-mount scenarios (w/ file skips) in
order to put multiple record/blocksizes on the same physical tape.
Any ideas??
|