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 binary file conversion to dos
Name: brunodb Date: February 23, 2004 at 08:06:05 Pacific OS: VMS on alpha CPU/Ram: risc?
Comment:
Sorry if my question seems stupid, i'm a newb on VMS systems... I need to transfert VMS binary file to a windows environement, but before that, i have to do some conversion on the VMS side... So far i tried to use the edit/fdl command but no luck (may be it's reserved for ASCII format ).What do i need to do or know?Or may there is some programs can do this for me.... thanks
Name: Hakan Andersson (by HakAnd) Date: February 23, 2004 at 11:09:22 Pacific
Reply:
If you need to transfer a binary file between VMS and a PC, use FTP and use IMAGE/BINARY mode.
/Hakan
0
Response Number 2
Name: curlsman Date: March 1, 2004 at 13:37:37 Pacific
Reply:
It depends on what is in the file, and what you want to do.
If you need to change the record format, then the CONVERT utility can usually help - http://h71000.www7.hp.com/doc/73final/6027/6027pro_contents.html
The top of the Online Documentation is here – http://h71000.www7.hp.com/doc/os732_index.html
In general, though, if the file is not inherently portable (ASCII and JPG are good examples), then copying a binary from one CPU architecture to another is very unlikely to work as expected.
Summary: Hi, I would like to edit a binary file, it is a HPGL plot file extension *.hpp that I would like to add (append) some esc. codes and text to ? How can I do that and still keeping the file format for p...
Summary: There is nothing specific for VMS in this question, it is more general programming. For existing files: put the header text in a new file, then append the "binary" file. (with DCL command APPEND). Dep...
Summary: Hi , How to change password of VMS through a external applicaiton, for example through some C++ code can i change VMS login password ?, how to do this ?, is there any API avilable, please give me som...