Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!seismo!cmcl2!acf4!tihor From: tihor@acf4.UUCP Newsgroups: comp.unix.questions Subject: Re: VMS tapes -> UnixTM Message-ID: <12580001@acf4.UUCP> Date: Wed, 11-Mar-87 01:14:00 EST Article-I.D.: acf4.12580001 Posted: Wed Mar 11 01:14:00 1987 Date-Received: Fri, 13-Mar-87 01:57:26 EST References: <1021@houdi.UUCP> Organization: New York University Lines: 19 VAX/VMS copy mode means (1) ANSI standard headers per spec # whatever... tools like ansitar or ansiw/ansir or the like, (2) HDR2 and HDR3 records with the RMS format information in them. What you need to find out is what format the data in the files is being copied in since decrypting the RMS headers is a bitch. If you were getting text in a known language it would be easiest to take the resulting file and just look at it to figure out the format since the most common file formats a real trivial to read, since they come out as ANSI standard varioable length counted records, 4 ASCII digits followed by that many chartacters, flipping over block boundaries with carefree abandone. The speach data may be in a fixed block format in which case its just the blocking factor they specified when writing the tape. Ask their systems people what RMS format the file was in before copying to tape and what the first few records are. That should be enough to get it. [Me, I'd use a VMS system to read the tape but I'm a notorious lazy person. Or a CDC Cyber if I am feeling perverse. Aren;t ANSI standards wonderful. Aren;t "standard operating systems" that ignore them more wonderful.]