Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re[2]: data cleansing question
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:
*
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
![]() |
![]() |