- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Original program was written with OpenVMS Fortran on Alpha platform. I have ported the program to Windows 2000 platform using Visual Fortran. The program generates "Unformatted" data files of "Variable" record type with an RECL=4096. I want to FTP these files back over to the Alpha platform where they will be read by another application. Does anyone have an idea of what is involved in converting the data files from Windows platform back to Alpha?
Tim.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In the .html help documentation which comes with the Intel 8.0 Fortran compiler, there is a section on how to use environment variables todesignate by unit number whether files should be written big-endian. A newer alternative is OPEN(convert=...) which gives access to a variety of formats, including VAX D or G format. If you wished to convert an already written file, you would need to read it in little-endian and write it out with the appropriate convert=, using the same data types with which it was written originally.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
See this article, and in particular the section on OpenVMS. You will need to run a program (pointer provided) on the VMS side to convert the file into a format VMS Fortran will understand.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page