Search found 816 matches

by us1aslam1us
Mon Aug 27, 2007 1:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Run SQL Job GUID after DataStage Job
Replies: 4
Views: 2892

Sorry, I mean a SQL job script created for publishing reports.
by us1aslam1us
Mon Aug 27, 2007 10:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Run SQL Job GUID after DataStage Job
Replies: 4
Views: 2892

How to Run SQL Job GUID after DataStage Job

Hi Dxians, Can someone suggest me how to run a SQL server job GUID after the Successfull completion of the DataStage Job. I think i can use the Execute command stage to implement this but my confusion is: * Whether we can run SQL Server Job GUID? * What will be the optimized solution for this? Thank...
by us1aslam1us
Thu Aug 23, 2007 2:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Valiadete date field
Replies: 13
Views: 4359

why don't you try the IsValid() routine Ray had suggested in his post.
by us1aslam1us
Tue Aug 21, 2007 3:20 pm
Forum: Site/Forum
Topic: Video Tech Tip Series - FEEDBACK
Replies: 49
Views: 152662

Hi VCInDSX,

First, this is not the right place to ask your question? Now back to your question, you can access that video and some others if you click on the member benefits in the navigation section. Use the DSXchange Learning center link to access them.

sAM
by us1aslam1us
Tue Aug 21, 2007 10:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Selecting One Row
Replies: 3
Views: 1218

Just little change in Ken's Sql:

Code: Select all

Select * from Table
Where FiscalDate = (Select max(FiscalDate) from Table where FiscalDate < CurrentDate)
I think you can use the filter stage too for obtaining this.
by us1aslam1us
Thu Aug 16, 2007 2:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: generate a surrogate key suing database sequence
Replies: 3
Views: 1267

Welcome Aboard,

Priya, A simple google search can guide you to the result.

sAM
by us1aslam1us
Thu Aug 16, 2007 2:27 pm
Forum: General
Topic: How to strip off any letter from numeric field?
Replies: 10
Views: 4331

what exactly are you trying to acieve? Have you checked the Rnd() function?
by us1aslam1us
Thu Aug 16, 2007 2:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sybase Stage error
Replies: 12
Views: 4321

Is that your complete query or you have something attached to it? Also what is configuration file details?
by us1aslam1us
Thu Aug 16, 2007 11:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sybase Stage error
Replies: 12
Views: 4321

Are they any warning/error messages in the log? Also have you checked your imported metadata, it sometime gives wierd results due to metadata mismatch. As Arnd suggested add two or three records to the current table and check.
by us1aslam1us
Tue Aug 14, 2007 5:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: which stage to use
Replies: 6
Views: 3515

Follow this link and see whether that can move you in a proper direction:

viewtopic.php?t=99149&postdays=0&postor ... ge&start=0

sAM
by us1aslam1us
Tue Aug 07, 2007 2:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join Problem
Replies: 7
Views: 3497

Here are some things you can check: 1. Check whether you are selecting the "Inner join" option correctly. 2. Any duplicates in the source or reference. 3. Any null values in the joining key. 4. Trim and sort the data before performing join on the key column. 5. Are you doing any partioning...
by us1aslam1us
Thu Aug 02, 2007 4:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle OCI Stage Performance
Replies: 6
Views: 2143

Thanks Ray, I guess that is happening here. Any suggestions that can help me in decreasing this response time. Will talk to DBA tomorrow for his word on this.
by us1aslam1us
Thu Aug 02, 2007 4:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle OCI Stage Performance
Replies: 6
Views: 2143

No Ray, I am not confused with that.

Will there be an issue in the response time when joining tables with the views?