Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!ccicpg!felix!chuck From: chuck@felix.UUCP (Chuck Vertrees) Newsgroups: comp.sys.dec Subject: Re: MVS to VMS Tape Transfer Message-ID: <13591@felix.UUCP> Date: Fri, 20-Nov-87 19:43:03 EST Article-I.D.: felix.13591 Posted: Fri Nov 20 19:43:03 1987 Date-Received: Mon, 23-Nov-87 03:02:24 EST References: <2193@brspyr1.BRS.Com> Sender: daemon@felix.UUCP Reply-To: chuck@felix.UUCP (Chuck Vertrees) Organization: FileNet Corp., Costa Mesa, CA Lines: 17 Keywords: mvs vms tape In article <2193@brspyr1.BRS.Com> mikeg@brspyr1.BRS.Com (Mike Gionfriddo) writes: > >I am looking for some utility software that can either write tapes on an >IBM MVS System that are readable under VMS or a utility that can read >labelled MVS tapes. Ideally, the utility would work with ANSI labelled >tapes. This utility must also be able to label and write multiple >volume sets. Does anything like this exist? ... I know nothing about the IBM world as regards to tape writing, but VMS already reads and writes ANSI standard labeled tapes. The default way VMS treats tapes is to assume that they are ANSI labeled. You have to do special things to treat it differently. Possibly you are more interested in translating EBCDIC to ASCII and back. If this is the case, you simply treat the EBCDIC tape as a foreign tape. In about 15 minutes you can write a simple program to translate between the two code systems using the built-in library functions.