Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site decwrl.UUCP Path: utzoo!utcs!lsuc!pesnta!greipa!decwrl!jensen From: jensen@decwrl.UUCP (Paul Jensen) Newsgroups: net.unix-wizards Subject: Re: vax/unix to vax/vms Message-ID: <2364@decwrl.UUCP> Date: Wed, 29-May-85 16:27:30 EDT Article-I.D.: decwrl.2364 Posted: Wed May 29 16:27:30 1985 Date-Received: Thu, 30-May-85 09:23:21 EDT References: <109@mtgzi.UUCP> Organization: DEC Western Research Lab, Los Altos, CA Lines: 22 I can think of 3 ways to do this, listed more or less in increasing order of difficulty: o install DEC/Shell on your VMS system. This product provides a Bourne Shell environment under VMS, and includes all the common utilities, including tar. o use dd to output your file to tape as fixed-length records (assuming your data is text) and some reasonable length. On the VMS side, $MOUNT/FOREIGN the tape and use the $CONVERT/FDL utility to deblock the tape. This is messy but I have done it sucessfully in the past. o write or acquire a unix-based utility that writes ANSI labelled tapes. I have heard that there are a couple of programs like this floating around. Be forwarned, however, that the ANSI standard has loopholes & there is no guarantee that one machine can read what another writes. --- Paul Jensen Digital Equipment Corporation