[Info-vax] Transferring file to VMS emulated in SIMH
Dave Froble
davef at tsoft-inc.com
Fri Dec 28 18:59:17 EST 2018
On 12/28/2018 3:24 PM, Lee Gleason wrote:
>
>
>> "Steven Schweda" wrote in message
>> news:4b46ee73-a0fa-43bd-b569-f4ab3f59f5c0 at googlegroups.com...
>
>> http://antinode.info/dec/sw/fixrec.html
>
> And if you don't have a C compiler on your old VMS system, and don't
> want to trust prebuilt exe and obj files, there's a Macro source tool
> that can be used to fix "transfer damage" at
>
> http://rsx11.blogspot.com/2017/09/utilities-to-alter-files-11-attributes.html
>
>
> --
> Lee K. Gleason N5ZMR
> Control-G Consultants
> lee.gleason at comcast.net
I wrote the following long ago:
map (t) Z9$=2
map (t) word w1%
input "Saveset name"; F$
open F$ for input as file 1%, &
organization undefined, &
recordtype any, &
access read
get #1%
r% = recount
field #1%, r% as buff$
z9$ = mid(buff$,41%,2%)
print "Saveset blocksize is: "; w1%
close 1%
end
So, any file can be opened. I believe I got the correct location of the
blocksize. So, the question I'd ask is, why cannot BACKUP do this
simple check, and then ask the user if he/she wants BACKUP to re-set the
info and then use the file? Yeah, not all files will be save sets, and
some sanity checks could be added, but at least the user could have this
done with a verify inquiry.
Just seems so reasonable ...
--
David Froble Tel: 724-529-0450
Dave Froble Enterprises, Inc. E-Mail: davef at tsoft-inc.com
DFE Ultralights, Inc.
170 Grimplin Road
Vanderbilt, PA 15486
More information about the Info-vax
mailing list