Computing.Net > Forums > Unix > vms to unix file conversion

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

vms to unix file conversion

Reply to Message Icon

Name: terry e.
Date: June 16, 1999 at 08:18:43 Pacific
Comment:

Does anyone know of a utility that will handle converting vms variable length record, unformatted data files to a unix compatible format? The utilities vms2tar and zip/unzip only handle set record length, formatted files.



Sponsored Link
Ads by Google

Response Number 1
Name: Bob Brown
Date: June 29, 1999 at 15:10:10 Pacific
Reply:

I don't know if I can help or not.

Aren't variable length records typically text files?

1) If I remember right, can't you copy the files to a fixed length record format file? If so, then use vms2tar.

2) Try FTP from vms to unix (maybe a little niaeve of me)

Hope this helps.

Bob


0

Response Number 2
Name: Nathan Mann
Date: September 2, 1999 at 17:15:59 Pacific
Reply:

The VMS CONVERT utility can manipulate your VMS files from variable length to fixed-length format.

The bigger question is whether (or not) the file's contents will be usable on UNIX. If it's strictly textual information; you should be fine on UNIX.

If, on the other hand, there's any binary data involved (integers, floatingpoint, ...) then your UNIX application is faced with understanding the VAX/VMS representation, which is not trivial.

Many times when going between different systems, binary data must be represented in vender-neutral text format for the transfer, and then converted to the vendor-specific format on the receiving end.

Not hard, not trivial either.
I've done just that with these pairing
VAX<-->IBM3090
VAX<-->SUN Sparc
VAX<-->SGI
VAX<-->PC


0

Response Number 3
Name: appi reddy
Date: March 3, 2000 at 12:22:18 Pacific
Reply:

Does any one know how to convert the dos file to unix file format.I know there are tools like dos2unix and unix2dos on SunOS, but I wanted to write my own which should run on Windos NT/95 etc...

Help me if you have any ideas...


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Unix Forum Home


Sponsored links

Ads by Google


Results for: vms to unix file conversion

unix to windows file conversion www.computing.net/answers/unix/unix-to-windows-file-conversion/1366.html

Unix to DOS/Windows File conversion www.computing.net/answers/unix/unix-to-doswindows-file-conversion/783.html

to see unix file system in windows www.computing.net/answers/unix/to-see-unix-file-system-in-windows/3206.html