Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Cobol redefine in SQL

Re: Cobol redefine in SQL

From: Yechiel Adar <adar76_at_inter.net.il>
Date: Sun, 30 Nov 2003 02:59:26 -0800
Message-ID: <F001.005D83E1.20031130025926@fatcity.com>


I think there are two solutions to this problems:

  1. Load the data into varchar and use views with substr to preset the data in orderly manner to the users.
  2. Create a table that contain all the available fields. For each redefine populate only the relevant fields, with views for each redefine. You can use the multiple into table format of SQLLDR and load into the same table, each time with different fields.

Yechiel Adar
Mehish
----- Original Message -----
To: "Multiple recipients of list ORACLE-L" <ORACLE-L_at_fatcity.com> Sent: Wednesday, November 26, 2003 11:34 PM

> Hi all,
>
> We'll do a conversion from IMS to Oracle (817).
> The conversion team wants to move data on Oracle then processed it.
>
> Off course, in the file format, the cobol redefine command is used on a
filler field (20 times). There is also a redefine command in a redefine command.
>
> For the younger ones, it means a zone (50 caracters) that can be defined
in many ways depending on a key : 2 fields of 25 char or 5 fields of 10 char or ....
>
> The programmers can always use substring to death to work this out but I
was wandering if there was a more elegant and a less error prone solution, maybe using a record type or a function ...
>
>
>
> Stephane Paquette
> Administrateur de bases de donnees
> Database Administrator
> Standard Life
> www.standardlife.ca
> Tel. (514) 499-7999 poste 7470
> stephane.paquette_at_standardlife.ca

<mailto:stephane.paquette_at_standardlife.ca>
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> --
> Author: Stephane Paquette
> INET: stephane.paquette_at_standardlife.ca
>
> Fat City Network Services -- 858-538-5051 http://www.fatcity.com
> San Diego, California -- Mailing list and web hosting services
> ---------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Yechiel Adar
  INET: adar76_at_inter.net.il

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Sun Nov 30 2003 - 04:59:26 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US