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[2]: data cleansing question

Re[2]: data cleansing question

From: Robert Eskridge <bryny_at_dfweahs.net>
Date: Mon, 22 Apr 2002 08:03:22 -0800
Message-ID: <F001.0044AF0C.20020422080322@fatcity.com>


Lisa,

I'll assume the mainframe application is Cobol or some derivative. Are the original file descriptors available to you? If so they should hold some real clues whether it is a good idea to null out the fields that are all zeroes. If the field is really a number and meant to be used in a calculation, I'd generally leave it as a zero. On the other hand, if the field is described by a list of values for some sort of status, and zero is not listed as a valid code, then I'd null it in a heartbeat.

For example, I would not null this field:

On the other hand I would certainly null this one:

*

-rje
LK> The EBCDIC->>ASCII conversion is handled on the mainframe for me.  I am sorry
LK> I don't know much about the mainframe environment here, I want to say it's
LK> VSAM, there definately is no database.  It is so old, it's the type of
LK> mainframe where everything is on TAPE.


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Robert Eskridge
  INET: bryny_at_dfweahs.net

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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 Mon Apr 22 2002 - 11:03:22 CDT

Original text of this message

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