HP3000-L Archives

January 2005, Week 1

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Gilles Schipper <[log in to unmask]>
Reply To:
Gilles Schipper <[log in to unmask]>
Date:
Thu, 6 Jan 2005 12:56:49 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (55 lines)
We used to do IBM tape conversions all the time - though it's been a couple
of years.

A very useful utility for determining block lengths is one called TAPESCAN
from the Interex contributed library.

That will indicate tape label information - as well as block lengths of
data contained therein.

Knowing the block length does not necessarily tell you the record size,
although sometimes you can make a pretty good guess absent any other
information. For example, a block length of 800 bytes often (though not
necessarily) indicates record length 80, 10 records per block.

TAPESCAN will also print the data in all formats (ASCII, EBCDIC, HEX, etc.)
which will assist you when doing the actual data conversion with FCOPY.

With FCOPY, you will probably require the EBCDICIN and DEBLOCK options.

If the tape is labelled, you will best precede the FCOPY command with a
FILE command, such as:

:FILE T;DEV=??;LABEL=123456;REC=-800,1,U,ASCII  (this is just an example)

The REC= should indicate a single-block record size that corresponds to the
largest blocksize encountered with TAPESCAN.

The DEBLOCK option of the FCOPY command will divvy up the block into proper
records in the TO device.


At 11:34 AM 2005-01-06, John Lee wrote:
>Is anybody reading IBM 3480 tapes into an HPUX or MPE box?  I have a need
>to do so and am wondering how you're doing it.
>
>Thanks,
>
>John Lee
>Vaske Computer Solutions
>
>* To join/leave the list, search archives, change list settings, *
>* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

-------------------------------------------------------------------------------------------------
Gilles Schipper
GSA Inc.
HP System Administration Specialists
300 John Street, Box 87651   Thornhill, ON Canada L3T 7R4
Voice: 905.889.3000     Fax: 905.889.3001
email:  [log in to unmask]  web: http://www.gsainc.com
-------------------------------------------------------------------------------------------------

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2