Name: Zebedee Date: November 27, 2007 at 08:59:46 Pacific Subject: Reading Savesets under Windows OS: XP CPU/Ram: Pentium 4 : XP Model/Manufacturer: HP
Comment:
I am transferring backup savesets from an Alpha onto a Windows PC, does anyone know of a utility which will let me read them under windows.
I don't want to extract them first as most are just being kept for peosterity.
The problem is that I am looking to transfer a large amount of historic data which might or might not be wanted in future. The Savesets already exist and I would like to transfer them in bulk knowing that I could open in the future on a windows machine, if the need arose.
BTW, have you tried to use the savesets after they have been stored on your NON-VMS-machine ?
The savesets will be unraedable......unless you do a
$ SET FILE/ATTR=(RFM=FIX,LRL=nnn) saveset
You will get the number nnn from the saveset by dumping the first block.
$ DUMP/BLOCK=COUNT=1 saveset Byte 41,42 will give you the correct answer ( count from right to left ) In my case "00007E00" ( second row, third column from the right)
$ num = %x7E00 $ show sym num NUM = 32256 Hex = 00007E00 Octal = 00000077000
When transferring BACKUP save sets to a different platform, please ensure that the transfer is done to assure that the contents of the file are not damaged. This requires a BINARY transfer. If the transfer is done using FTP in text mode, the contents of the save set will be damaged in a way that is generally not recoverable.
It is often a good idea to ZIP save sets before transfer (in particular, ZIP "-V" to preserve the OpenVMS file attributes). Once a file has been ZIP'ed, it is also possible to verify the integrity of the ZIP archive using the ZIP Test option on the other platform.
A roundtrip back to the OpenVMS system, and verification that the save set is usable, is also recommended.
Thanks, I have managed to transfer VMS>WINDOWS>VMS without any corruption ~ all I need to do is make sure it is binary and reset the attributes before unpacking the savesets.
The general consensus would seem to that there is no way round the problem other than unpacking all the savesets before doing the transfer. (Unless I loadup a basic emmulator ?)
It seems to claim to extract modules from a OpenVMS saveset under MS-DOS. I never heard of it before, so I can't say if it works in a modern Windows command window or that it is safe to use. So good luck if you decide to risk it!
The information on Computing.Net is the opinions of its users. Such
opinions may not be accurate and they are to be used at your own risk.
Computing.Net cannot verify the validity of the statements made on this site. Computing.Net and Computing.Net, LLC hereby disclaim all responsibility and liability for the content of Computing.Net and its accuracy.
PLEASE READ THE FULL DISCLAIMER AND LEGAL TERMS BY CLICKING HERE