UNIX to IBM VM/CMS File Transfers ???

Griff Smith ggs at ulysses.homer.nj.att.com
Tue Oct 4 12:25:18 AEST 1988


In article <60 at h.cs.wvu.wvnet.edu>, dymm at b.cs.wvu.wvnet.edu (David Dymm) writes:
| 
> I am looking for a UNIX utility that can create IBM format
> tapes on my UNIX system.
> With this utility, I can load the tape onto the IBM system,
> and read the tape directly into VM/CMS without having to
> worry about translation of special characters.
> This means that the UNIX utility must create IBM "labeled"
> tapes with variable length records in EBCDIC, and be able
> to directly translate ASCII files to EBCDIC when writing them
> to the tape.  In this way, the process of moving files from UNIX
> to IBMd would be transparent.
| 
| Does anyone know of such a UNIX utility????
| (Don't care about cost.....)

There is a collection of functions and utilities called "tape-tools"
in the AT&T Toolchest.  The package is mostly intended to go the other
direction - simplify Unix System access to IBM tapes, but it also has
a (ksh) shell script that writes IBM labeled tapes using dd.  If you
know what IBM labels look like, you can build a credible replica of the
script by making ASCII `here' documents that look like header and trailer
labels and processing them with dd.
-- 
Griff Smith	AT&T (Bell Laboratories), Murray Hill
Phone:		1-201-582-7736
UUCP:		{most AT&T sites}!ulysses!ggs
Internet:	ggs at ulysses.att.com



More information about the Comp.unix.questions mailing list