Hello brunix,
you probably have column propagation turned on for that link.
Search found 15603 matches
- Fri Aug 26, 2005 4:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Added field has duplicate identifier() ???
- Replies: 2
- Views: 967
- Fri Aug 26, 2005 1:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem reading a EBCDIC file using CFF Stage
- Replies: 11
- Views: 4303
- Thu Aug 25, 2005 11:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: oracle output error
- Replies: 7
- Views: 7290
deepthi: I guess I am at a loss - I see a valid error message saying that a format has been broken and you are saying that even though you intentionally changed the format it should work (and does work in other jobs). But I am sure that someone else in this forum can assist you; I still think that r...
- Thu Aug 25, 2005 10:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: oracle output error
- Replies: 7
- Views: 7290
- Thu Aug 25, 2005 8:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: oracle output error
- Replies: 7
- Views: 7290
- Thu Aug 25, 2005 7:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error when compiling job with "Occurs" clause
- Replies: 5
- Views: 1730
Mahesh, a core file can give detailed information on why a program aborted. The two programs I listed can be used to analyze core files; but they are quite complex and since you haven't used them before I wouldn't recommend starting now. Either your Administrator knows how to analyze them or not. Bu...
- Thu Aug 25, 2005 7:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: regarding Dataset
- Replies: 8
- Views: 2208
- Thu Aug 25, 2005 7:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DSGetStageLinks
- Replies: 6
- Views: 1609
- Thu Aug 25, 2005 7:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with sequencer. It freezes my computer
- Replies: 5
- Views: 1841
- Thu Aug 25, 2005 4:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: regarding Dataset
- Replies: 8
- Views: 2208
- Thu Aug 25, 2005 3:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Go through a text file and Retrieve Names from columns
- Replies: 3
- Views: 1258
The free method of doing comparisons is to use SOUNDEX - but it is not particularly smart. If you want very good name and address matching and cleansing algorithms there are packages out there (Vality comes to mind) that are very pricey but do a wonderful job. I think that doing a MCN conversion (ev...
- Thu Aug 25, 2005 3:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: regarding Dataset
- Replies: 8
- Views: 2208
go into UNIX and attach to the directory where you .ds dataset descriptor file is located. Execute "orchadmin ll <yourDataSetName>". Any errors should be clear, otherwise you will get a lot of information telling you that you have 0 rows. Oh, I just recalled you can do the same from the Manager and ...
- Thu Aug 25, 2005 2:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Generate IP Address through DS Jobs
- Replies: 4
- Views: 1119
There are 4 sets of numbers between 0 and 255 in an IP address. Assuming your start address uses the top 2 groups: StartIPClassA = 64 StartIPClassB = 23 AddressesToGenerate = 8000000 AddressString = '' ;** this is going to be a big string! IPA = StartIPClassA IPB = StartIPClassB IPC = 0 IPD = 0 FOR ...
- Thu Aug 25, 2005 1:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error when compiling job with "Occurs" clause
- Replies: 5
- Views: 1730
- Thu Aug 25, 2005 1:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Smart way to get rid of warning on Decimal to Date conversio
- Replies: 7
- Views: 1851
Kumar, I am still unsure about what you are doing, but that is beside the point. DataStage PX has the functionality of allowing you to deprecate or even remove certain types of messages from the log files. So, even though I don't feel truly comfortable about you doing this, you can read up on the "m...