Search found 26 matches

by siddesai
Sun May 29, 2011 9:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unable to read from a space delimited sequential file
Replies: 9
Views: 7882

Unfortunately, I have zero control over that.

Craig, do you think there is any other solution to treat consecutive delimiter as one for my original post? Excel has it so I find it hard to believe DS doesnt have any option.



Thanks again.
by siddesai
Sun May 29, 2011 9:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unable to read from a space delimited sequential file
Replies: 9
Views: 7882

Thanks for your replies.

The problem with using single varchar and then convert function is that when a column has a space in it then it will treat it as a delimiter therefore I will again end up with consecutive delimiters and incorrect column mappings

E.g.
59.40
749.50
by siddesai
Fri May 27, 2011 2:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unable to read from a space delimited sequential file
Replies: 9
Views: 7882

For testing purpose, as soon as I add a value to the 3rd column, View data works fine but when I remove that value - same error.
by siddesai
Fri May 27, 2011 1:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unable to read from a space delimited sequential file
Replies: 9
Views: 7882

unable to read from a space delimited sequential file

Hello All, I have a sequential file with columns delimited by a space. In all there are 4 columns in the source file. Config settings - 1. Delimiter = white space 2. Final Delimiter = end 3. Column Type = Varchar 4. Column Length = Not specified 1 2 3 4 51 01 07.04.2010 Note that column 3 has a <<sp...
by siddesai
Mon Jan 28, 2008 12:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: string to decimal
Replies: 2
Views: 1956

Re: string to decimal

Why have you got

Code: Select all

[58,64]
? Are you trying to use SubString?

I have come across similar issues and mostly it is because your output column may still be String and not changed to Decimal? Is that SubString causing issues?[/code]
by siddesai
Thu Dec 06, 2007 6:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while load the data into Oracle
Replies: 1
Views: 1724

Re: Error while load the data into Oracle

vinodn wrote: "Describe failed because of a missing column for INPUT."
You are trying to load a column in Oracle which is not present on the link coming into Oracle Stage?
by siddesai
Thu Dec 06, 2007 6:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Count of Records
Replies: 6
Views: 3268

devidotcom wrote:Thanks for the reply.
But i do not relie on the link count because the link count behave weird at times and give some different count I don't know why.
Does anyone know why the link gives weird numbers? Is that a bug?
by siddesai
Tue Dec 04, 2007 6:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while loading in Teradata table
Replies: 6
Views: 5890

[quote="shaonli"]I looked into the MultiLoad report.There I found this statement ========================= 0003 drop table ABC.ET_ABC; **** 23:13:58 UTY1008 RDBMS failure: 3807, Object ABC.ET_ABCdoes not exist. 0004 drop table ABC.UV_ABC **** 23:13:58 UTY1008 RDBMS failure: 3807, Object AB...
by siddesai
Wed Sep 19, 2007 4:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Determing EOF of sequential file
Replies: 2
Views: 1919

As sud said..use Tail stage and set the number of lines to 1 this will give you the last row in your file. Now, you can compare your key field to the key field of this tail -1 record and then process accordingly.

Hope that helps
by siddesai
Wed Jun 27, 2007 5:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata aborts half way through
Replies: 5
Views: 3799

@Keshav we found that the ORCH table created for this teradata table was having very high skewness factor.. ORCH tables will only come into play when you are using TeraData Enterprise stage. But, I was using PX stage(which I should have mentioned) so that wasn't an issue for me. Thanks mate @hamzaqk...
by siddesai
Mon Jun 25, 2007 8:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata aborts half way through
Replies: 5
Views: 3799

Teradata aborts half way through

Hey Everyone, I got a problem! I 'm trying to load about 15 million rows in Teradata enterprise using bulk load. To be specific, using FastLoad. My dataloads keeps on failing around 9-10 million rows and that too inconsistently(meaning could be more or less then specified). I dont have any access ri...
by siddesai
Thu Jun 07, 2007 2:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: using a group by in Oracle stage
Replies: 11
Views: 6505

Right... we all saw your fake sql in the first post. :wink: As noted, any valid SQL will work in DataStage. What precisely is the problem you have when you try to use this in a job? I appreciate your response, Craig. I will try run that job again and keep you posted about it. Also, I had a chat wit...
by siddesai
Tue Jun 05, 2007 4:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: using a group by in Oracle stage
Replies: 11
Views: 6505

Thanks for your reply Craig. Basically, I have written a sub query as mentioned in my original post. It goes as follows: select SubQuery.columname from ( select colum1,column2,column3 from tablename group by column1,column2,column3 ) from subquery Works great in SQL Developer. So, I guess should wor...
by siddesai
Tue Jun 05, 2007 4:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: using a group by in Oracle stage
Replies: 11
Views: 6505

Thanks for your reply Craig. Basically, I have written a sub query as mentioned in my original post. It goes as follows: select SubQuery.columname from ( select colum1,column2,column3 from tablename group by column1,column2,column3 ) from subquery Works great in SQL Developer. So, I guess should wor...
by siddesai
Mon Jun 04, 2007 7:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: using a group by in Oracle stage
Replies: 11
Views: 6505

@ Craig, Keshav. Thanks for your reply Well, that's what I have been doing..writing SQL queries in user defined area. But, it seems DS does have issues executing sub queries or say group by queries. Is there a work around to write group by queries within any stage? Or If you have a look at the query...