readmvs The readmvs.tar.Z file is a compressed tar file containing c source files, man pages, and a shell script. These TEXT files are encoded in EBCDIC so that when you unwind them on an MVS system they will be usable. I recommend the following steps: $ $ mkdir $HOME/readmvs; $ cd $HOME/readmvs; $ tar -xzvf $HOME/readmvs.tar.Z $ make $ mv mcp readmvs writemvs $HOME/bin $ echo ". $HOME/bin/mcp" >> $ENV # this assumes you have an ENV file $ mv readmvs.man1 /usr/man/C/cat1/readmvs.1 $ mv writemvs.man1 /usr/man/C/cat1/writemvs.1 $ mv mcp.man1 /usr/man/C/cat1/mcp.1 If there are any problems, let me know. updates: 11/13/96 - clean up makefile, update man pages to say USERID instead of TSO PREFIX Marc J. Warden (marcw@vnet.ibm.com)