Re: Migration tools mainframe (IBM) to Midrange??

From: Edward T Spire <ets_at_wrkgrp.com>
Date: 1997/01/30
Message-ID: <32F0D86E.2781_at_wrkgrp.com>#1/1


Peter Cumming wrote:
>
> Does anyone know of any tools that can run on a mainframe (IBM) and pull
> data (extract) for transfer to a midrange (Unix) box in an efficient
> fashion?? Currently we have to write custom programs on our mainframe to
> extract data we want to a flat file. Then for each extract we must
> unpack any packed data (Comp-3) fields on the mainframe.
> Then we transfer the data from the Mainfrmae to the midrange and BCP it
> in to the database. We could also do a hyperchannel.
>
> Wonder if there is some better or quicker way or some product...

Our netCONVERT product accepts complex formatted data records from the mainframe containing EBCDIC-encoded character data intermixed with numeric data in packed or other binary representations, and converts them for use on Unix or NT-based platforms. You can convert the data to it's identical ASCII format with embedded numeric fields suitable for use by COBOL or other applications running on the smaller platforms, or to a CSV (Comma Separated Values) format for importing into databases and other applications.

netCONVERT will handle complex files, including variable length records, and files containing more than one record type. If the file is produced by a COBOL program, then the COBOL FD is read by netCONVERT to understand the file layout. Otherwise the file must be described to netCONVERT manually. In some cases other file mappings can be easily translated into a COBOL FD acceptable to netCONVERT. We were able to do this quite easily for the AS400.

You can do these conversions in either direction, so that you can move data back and forth at will. netCONVERT is available for the mainframe (MVS or VM), and for NT and the most popular Unix variants. In some complex cases it is best to convert the data on the mainframe and then to transfer the converted data to the smaller platform. For example, when you FTP variable length records to an ASCII-based platform, the record length information is lost, precluding a succesful conversion on the smaller platform. Converting on the mainframe avoids this problem.

-- 

== "When you believe in things you don't understand, then you suffer" ==
=============== Steveland Morris (a.k.a. Stevie Wonder) ================
Ed Spire                                  Voice: 847-781-6940 ext 6943
The Workstation Group                     Fax:   847-781-6973
1900 N. Roselle Road, Suite 408           Email: ets_at_wrkgrp.com
Schaumburg, Illinois  60195  USA          Web:   http://www.wrkgrp.com
Received on Thu Jan 30 1997 - 00:00:00 CET

Original text of this message