Search found 83 matches

by Inquisitive
Mon Feb 02, 2004 9:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Moving from temp tables to Warehouse
Replies: 4
Views: 1800

1) You don't want to pull the data into ascential's memory: How do you intend to use DataStage when you don't want it to read the data You have got exactly what I intended. I feel performance would be bad if I brought the data from db2 to ascential memory. table1--> ascential --> table2 I want to s...
by Inquisitive
Mon Feb 02, 2004 7:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Moving from temp tables to Warehouse
Replies: 4
Views: 1800

Moving from temp tables to Warehouse

Hi Folks, I need to move records from temp table to the final table. Can you suggest a good approach so that I can move data from temp table to warehouse and then delete from the temp table. I would prefer not to pull the records into ascential's memory and at the same time would need to keep the in...
by Inquisitive
Tue Jan 27, 2004 10:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Executing Store Procedures in DB2 UDB
Replies: 5
Views: 2136

Hi All,
I have been going through the old posts on this forum, but not been able to get enough inputs.

Has anyone successfully invoked a udb stored procedure using db2 api stage.

Bigpopa, Any inputs for me... Pointers would be appreciated

Thanks
by Inquisitive
Tue Jan 27, 2004 4:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handling database rejects for db2 api stage
Replies: 10
Views: 6754

Hi Ray, Thanks for pointing out that the suggestion in help doc was for server job. Kindly provide me pointers on how to incorporate this on px version 7.0 I would be wanting to do insert / updates and which to capture database related errors like unique constraint violated, not null error etc. I wo...
by Inquisitive
Mon Jan 26, 2004 11:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handling database rejects for db2 api stage
Replies: 10
Views: 6754

Handling database rejects for db2 api stage

Hi, I need to incorporate handling of database rejects. DB2 stage doesnot seem to be supporting the creation of reject link. The pdf help docs say that it is possible as given below,but I am not clear where to put the transformer stage. Has anyone successfully tried it before Any help wud be appreci...
by Inquisitive
Mon Jan 26, 2004 5:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Forming a Dynamic Query in UDB
Replies: 1
Views: 995

Forming a Dynamic Query in UDB

The output of a UDB Stage is a date (CREATE_D). I need to use this date to select data from a different database. A possible approach ? : Store the CREATE_D in a sequential file. Write a basic routine to read this value and invoke a job which takes the CREATE_D as a parameter. Select A,B,C from DB2P...
by Inquisitive
Sat Jan 24, 2004 5:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Wrong number of parameters. SQLSTATE=07001
Replies: 2
Views: 5704

Wrong number of parameters. SQLSTATE=07001

I get the following error message when I do a comparision on two date fields [IBM][CLI Driver] CLI0100E Wrong number of parameters. SQLSTATE=07001 The user defined query in the UDB Stage is: SELECT A,B,C,CREAT_D FROM DB2PROD.ALPHA WHERE CREATE_D > ? ; My job runs if I replace the '>' with '='. It ab...
by Inquisitive
Tue Jan 13, 2004 3:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is there a function to convert a string into a number ?
Replies: 6
Views: 2786

Is there a function to convert a string into a number ?

I need to convert a string into a number. This is needed for performing a mod operation.