Search found 82 matches

by bapajju
Thu Oct 06, 2005 4:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: .REJECTEDCODE = 0
Replies: 5
Views: 2634

.REJECTEDCODE = 0

Hello, I am modifying an laready built code. In one of the jobs, in the constraint there is a condition specifying LinkName..REJECTEDCODE = 0 and IsNull(Field1) <>1 Could someone help me understand the meaning of these two statements. I am facing these typr of statements for the firts time. Thanks i...
by bapajju
Wed Sep 21, 2005 4:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Sequencer
Replies: 3
Views: 1195

DataStage Sequencer

Hello, I have Sequenser, that runs Two jobs and Two Sequenser. First one of the jobs run then the sequenser runs and then the second job and finnaly the second sequenser runs. My problem is even if the 1st Sequenser gets aborted due to some reason still the second sequenser runs. Is there any way to...
by bapajju
Wed Sep 21, 2005 4:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FAST LOAD
Replies: 10
Views: 3214

Thanks Guys. It's really helpful. Any HW/Infrastructure Recommendations you would like to give? Only what I said before: A high speed, dedicated connection between your ETL and Terradata boxes. If you using W2K then make sure you have plenty of RAM. If using new boxes make sure your Intels are hyper...
by bapajju
Thu Sep 15, 2005 6:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Converting Numbers to Alphabates
Replies: 6
Views: 1607

Thanks Arnd:). It was great. Itried it and it worked perfect. Thanks again bapaju, if you always have 2 digit codes and the numbers you have represent the position in the alphabet then you can use the CHAR(64+{number}) to get the appropriate letter. Since you said your string could be 2, 4 or 6 then...
by bapajju
Thu Sep 15, 2005 11:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FAST LOAD
Replies: 10
Views: 3214

FAST LOAD

Hello All,

Has anyone used any FAST LOAD utility using Data Stage. Kindly let me know how do we go about it if we want to do a FAST LOAD instead of MULTILOAD.
by bapajju
Thu Sep 15, 2005 11:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Converting Numbers to Alphabates
Replies: 6
Views: 1607

Thanks Naveen. Appreciate your suggestion. This is not just limited to these numbers. We need to conver 01 to 26 to all corresponding Alphabates. But trick is the field length can be 2 or 4 or 6. Thanks Hi bapajju, You can use 'If then Elseif then Else' block. Use it in the derivation of the ouput f...
by bapajju
Thu Sep 15, 2005 9:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Converting Numbers to Alphabates
Replies: 6
Views: 1607

Converting Numbers to Alphabates

Hello, I have an input string that can have length of 2 or 4 or 6. The values for this stri will look like: 01 1201 120616 we need to convert these values to corresponding Alphabates. So the above string needs to get converted to: A LA LFP Could anyone please help me in this. How can we achieve this...
by bapajju
Mon Aug 22, 2005 11:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading A File with variable record length
Replies: 4
Views: 1422

Thanks ArndW. Thanks for the quick response. I will try it out.
by bapajju
Mon Aug 22, 2005 11:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading A File with variable record length
Replies: 4
Views: 1422

Reading A File with variable record length

Hello,

We are trying to read a file that has records with variable lengths.For example, one record has 5 Fields, the second record has 7 fields, the third record has 4 fields.

What would be the simplest way to read such a file. Please let me know.

thanks
Amitav
by bapajju
Wed Jun 08, 2005 7:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HASH File Lookup is very Slow
Replies: 10
Views: 3867

Appreciate your view. But does that mean that if number of columns are high (say 10-15) for lookup then the look up will be very slow? Could you please explain a bit more, like what could be module size for a hash file that uses 15 columns as lookup key. Or it will be very nice of you if you could s...
by bapajju
Wed Jun 08, 2005 7:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HASH File Lookup is very Slow
Replies: 10
Views: 3867

Yes I have checked the same. I tried to load the data in to a simple sequential file. Still the speed of the jobs was same.

Thanks
Amitav
by bapajju
Tue Jun 07, 2005 6:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Link Collector and Link Partitioner Stages
Replies: 2
Views: 1372

Thanks a lot Ray. The problem was really not in Link Collector. The problem was in the HASH lookup the Lookup was very slow. Infact Link Collector works very well. Thanks a ton for your suggestion None documented, and no reason why there should be. Rows are buffered (you can increase the buffer size...
by bapajju
Tue Jun 07, 2005 5:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HASH File Lookup is very Slow
Replies: 10
Views: 3867

HASH File Lookup is very Slow

Hi All, I am trying to do a lookup through HASH file. I am reading 196000 records and in the hash there are 20000 records. The job runs very slow and the rows/sec comes to 24 rows\second. Can someone help me in getting a proper tunning of this type of job. It wouls be very kind of you. Thanks in adv...
by bapajju
Wed Jun 01, 2005 1:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash/Seq file value to set as parameter
Replies: 6
Views: 2323

Re: Hash/Seq file value to set as parameter

Hi,

Just a quick think. Ur hahs file must be getting created fromat Table. You can write ur Source SQL putting a where clause on this table (the table that is source to HASH)
by bapajju
Wed Jun 01, 2005 12:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Link Collector and Link Partitioner Stages
Replies: 2
Views: 1372

Link Collector and Link Partitioner Stages

Hi, Is there any limitation for the number of rows processed by a Link Collector or Link Partitioner stage. What I mean is is there any threshold limit in terms of number of records after which the efficiency of Link Collector and Link Partitioner stage goes down? Kindly let me know. Thanks in advance