Search found 5168 matches

by kumar_s
Fri Jun 09, 2006 8:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UPDATE COLS
Replies: 5
Views: 1113

Do you mean to say, based on the 3rd column of RPT_Tbl, you need to do a lookup on REF Tbl to get NAME and based on the name you need to do a lookup on Hash to get 2nd and 3rd column to populate the '-' in the RPT_Tbl?
If so this can be acheived by two lookups.
by kumar_s
Fri Jun 09, 2006 4:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Have to call a DB2 stored procedure
Replies: 9
Views: 5118

Using commnad line interface.

Code: Select all

db2 "call StoredProcedure(100, ?)" 

Where "?" can be used for IN type.
by kumar_s
Thu Jun 08, 2006 11:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exporting Jobs
Replies: 4
Views: 1034

Try to export in dsx format, by unchecking "Export as XML Document".
Also make sure "Use default Viewer" is selected under Viewer tab.
by kumar_s
Thu Jun 08, 2006 11:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Have to call a DB2 stored procedure
Replies: 9
Views: 5118

Just execute it after the loop.
You can do this from the job sequence, by using ExecuteCommandActivity to call the SP from OS level. Or use a JobControl which has the db2 api stage (in the before/after sql tab) to call SP.
by kumar_s
Thu Jun 08, 2006 11:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Connection to Server is too low
Replies: 2
Views: 775

There are very few option left from DS perspective. It is soley a networking issue. concentrate on the improvement of your bandwidth.
BTW, it is really a FAQ discussion?
by kumar_s
Thu Jun 08, 2006 11:04 pm
Forum: Site/Forum
Topic: Do we need a General Forum?
Replies: 13
Views: 6610

If the poll is closed, why still in home page.
by kumar_s
Thu Jun 08, 2006 11:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exporting Jobs
Replies: 4
Views: 1034

The type of the file, XML or dsx is up to you, how you select the option available in Manager client.
Even a empty job sould atleast give you header information. Was there any error comming out while exporting?
by kumar_s
Thu Jun 08, 2006 11:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator mis behave and slow down when we correct it
Replies: 12
Views: 4732

Perhaps the default datatype Double (38,10) might be chosed to get your result not presice as expected. And the implict conversion from double to Decimal might have caused the slow down of your job drastically in the second case. You can try Double(18,2) in the output of aggregator and use a modify ...
by kumar_s
Thu Jun 08, 2006 10:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Mystery of the missing "File" Toolbar!
Replies: 12
Views: 4890

Have you tried to get the information from the developer that how he manage to make is disapear. Atleast we can try reverse engineering. :wink:
by kumar_s
Thu Jun 08, 2006 10:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can i use a Count Distinct in an Aggregator Stage??
Replies: 2
Views: 890

You can acheive this by inserting any dummy field with a value 1. And sum it up in the Aggregator for each group to get the distince count for each group.
by kumar_s
Thu Jun 08, 2006 10:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobmoninit empty
Replies: 17
Views: 4366

Is it a new installation?
Was there anything happend suspiciouly to make it a empty file?
by kumar_s
Thu Jun 08, 2006 10:27 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Qualitystage,profilestage
Replies: 2
Views: 2636

And why do you need to repeat the post in multiple form.

Duplicate post.
by kumar_s
Thu Jun 08, 2006 10:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: qualitystage,profilestage
Replies: 4
Views: 1485

And BTW, these are not stages like join or transformer...., these are tools like DataStage, Metastage....
by kumar_s
Thu Jun 08, 2006 10:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning on sequential file
Replies: 17
Views: 8587

Its familiar warning of yours. Have you tried the suggested solution on the other post regarding schema file. the nullable field value is given as single character where as the total lenght of HIREDATE is 19. Is it in target or in source file. Are you mentioning any Nullable field value to these fie...
by kumar_s
Thu Jun 08, 2006 9:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routine Error
Replies: 2
Views: 1422

What is the stage you are trying to access? Is it routine activity?
It is particular to that stage?
Have to tried other general steps like, closing the job and reopening, trying in another client machine, trying REINDEX, trying restarting the server?