Search found 116 matches

by prasannakumarkk
Wed Mar 27, 2013 7:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wild Card - Get File Name
Replies: 19
Views: 14089

here is a workaround based on your statement. We expect only 1 per day Get the name of the latest available file in your folder with a Unix command whichever you are comfortable of, or if you are cleaning the files after processing then take the file name(s) that are not processed. This should be go...
by prasannakumarkk
Wed Mar 27, 2013 5:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: stored procedure error
Replies: 13
Views: 5331

Am curious about the solution that you used.
by prasannakumarkk
Wed Mar 27, 2013 5:19 am
Forum: General
Topic: NLS - LANG environment variable on Unix/Linux
Replies: 9
Views: 3853

It tells the datastage in what language it has to read/write with OS data.
Say like if you want to write french character in to the OS. You must mention that the data is having french language so that it gets written in proper format
by prasannakumarkk
Wed Mar 27, 2013 5:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: An ODD Lookup, please help
Replies: 10
Views: 4329

What we need to think of is what we will be doing with the multiple records after the lookup. Are you going to take the maximum of date. If there are overlapping timelines in the lookup data, guess it will not be meaningful and giving proper results to us. (It is totally a invalid data, at some poin...
by prasannakumarkk
Mon Mar 25, 2013 12:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: two type conversions in one derivation
Replies: 9
Views: 4469

What is the target data type?

Guess you are trying acheive this?

Code: Select all

StringToTimestamp((If TRIM(DSLink219.COL5) = 'DATE' Then DSLink219.FIELD5 || "00:00:00" Else DSLink219.FIELD5),"%yyyy-%mm-%dd %hh:%nn:%ss") 
by prasannakumarkk
Thu Mar 21, 2013 11:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TD Connector Stage Bulk Load
Replies: 11
Views: 6724

array size = buffer_size/row length.
by prasannakumarkk
Thu Mar 21, 2013 10:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: stored procedure error
Replies: 13
Views: 5331

Ok let me ask like this
CLOB parameter is IN OUT,
what is the value that is actually being passed (IN)
what is the derived Output value (OUT)
or it is both same?
by prasannakumarkk
Thu Mar 21, 2013 7:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: stored procedure error
Replies: 13
Views: 5331

My first question was that what is the length, but didnt hear anything from OP.
But why the error is thrown at some other line?
by prasannakumarkk
Thu Mar 21, 2013 7:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: stored procedure error
Replies: 13
Views: 5331

Yes craig it was less than 4k. But the error shown is reverse of what is happening.
by prasannakumarkk
Wed Mar 20, 2013 9:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: stored procedure error
Replies: 13
Views: 5331

One more question. Do you have Oracle native installed?
by prasannakumarkk
Wed Mar 20, 2013 8:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: stored procedure error
Replies: 13
Views: 5331

Can you check code.at line mentioned in error 167.
I have successfully implemented with varchar.
by prasannakumarkk
Wed Mar 20, 2013 7:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: stored procedure error
Replies: 13
Views: 5331

CLOB can hold up tp 4gb but can you judge what will be the length of input column, Varchar should hold good. Check whether the error is during call of procedure or within procedure

Try with Unknown datatype.
by prasannakumarkk
Wed Mar 20, 2013 10:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data manipulation logic
Replies: 18
Views: 7610

Then setnull should be working in your version. Can you try this make the parameter as true. Use setnull instead of space and check whether it.works as expected
by prasannakumarkk
Wed Mar 20, 2013 9:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Split the Huge Data?
Replies: 9
Views: 4971

Also in the director, for the run, check the monitor. How many records are read from the sequential file stage. It should be zero. Correct?