Search found 12 matches

by surendra_ds
Mon Dec 22, 2008 4:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC/Coding issue
Replies: 3
Views: 2187

Pno and Mat does not give you a unique return result from the lookup. Did you enable multi-row return from the lookup? Otherwise, to get a unique result, include SDate as a lookup key, since this is ... Hi Ray, Thanks for quick responce.I tried with Multi row option in ODBC and I have used Sdate as...
by surendra_ds
Sat Dec 20, 2008 6:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC/Coding issue
Replies: 3
Views: 2187

ODBC/Coding issue

Hi All, We have a requirement that related with Range lookup.We have data as given below,.. Source table PNo ----SDate------Edate -----Mat 111 12/05/2008 12/06/2008 ABC 111 12/06/2008 12/07/2008 ABC 111 12/07/2008 12/08/2008 ABC 111 12/08/2008 12/09/2008 ABC 111 12/09/2008 12/10/2008 ABC 111 12/10/2...
by surendra_ds
Fri Sep 21, 2007 1:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file warning message
Replies: 3
Views: 2394

Re: sequential file warning message

Hi

The Error comes when u are trying to write into a sequential file. Make sure that all the settings are proper.
by surendra_ds
Mon Jul 30, 2007 2:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Importing column definition from file
Replies: 6
Views: 7704

hi

Hi

Can you paste the error message, it would be use ful to give a solution for your query..

As normal way to import metadata..just follow shivajid2k
steps.
by surendra_ds
Fri Jul 20, 2007 1:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is there any function to sort the data??
Replies: 5
Views: 2364

Thanks DSguru2B

Thanks for ur reply...
I solved the problem by using Hash File and UNIVESRSE stage..
by surendra_ds
Fri Jul 20, 2007 10:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is there any function to sort the data??
Replies: 5
Views: 2364

You dont have a sort stage :shock: ? You might not be able to see it in the stages pallete but if you go via the repository, you will see that the sort stage exists. If its truely missing then contact your support provider to get it. Hi DSguru2B we dont have SORT stage , i have searched thru Reposi...
by surendra_ds
Fri Jul 20, 2007 9:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is there any function to sort the data??
Replies: 5
Views: 2364

Is there any function to sort the data??

Hi All Is there any function to sort the data in server jobs( Not UNIX commonds) My requirement is to capture the duplicated data from source file my source is CSV file, I dont have SORT Stage in our project.If we have SORT Stage , we can sort the data and capture the duplicate by comparing current ...
by surendra_ds
Mon Jul 16, 2007 1:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: One more sql sentence should be exec
Replies: 6
Views: 3276

Hi

U can use 'After SQL' in the target stage..That is enough for this situation
by surendra_ds
Mon Jul 02, 2007 12:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Error
Replies: 7
Views: 5364

Hi Scorpion 1)This is the error which occurs if you have unwanted columns in reference link . 2) or If you mapped the ZZZ column in previous stages (before lookup) and you are trying to map the ZZZ column once again in an other stage(lookup or join) , such cases it gives this error. Remove the unwan...
by surendra_ds
Wed Jun 20, 2007 5:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to append values to next link
Replies: 4
Views: 2237

Hi Kris here I am giving data once again.. Source data. itemno,start_date,volume 1,2007-02-05,120 2,2007-02-06,130 reference link data seqno,start_date 1,2007-02-05 2,2007-02-06 3,2007-02-07 4,2007-02-08 Target data should be ... 1,2007-02-05,120 2,2007-02-06,130 3,2007-02-07,NULL 4,2007-02-08,NULL ...
by surendra_ds
Wed Jun 20, 2007 3:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to append values to next link
Replies: 4
Views: 2237

How to append values to next link

Hi All Thanks all in Advance Can you please help in resolving below situation... I have date like this in main link seqno,date 1,2007-05-01 2,2007-05-02 data in reference link seqno,date 1,2007-05-01 2,2007-05-02 3,2007-05-03 4,2007-05-04 we need to append the last two rows of data from the referenc...
by surendra_ds
Wed May 24, 2006 2:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Size limit for Folder Stage
Replies: 8
Views: 4289

Re: Size limit for Folder Stage

All, In my job in the source we have a Folder stage then some transformers to velidate Source file data and then target folder stage.My job is not able to read file of size more than 65 MB.Is there any limitation of the Folder stage with maximum file size it can read or Write. In my job when ever f...