Search found 339 matches

by vinothkumar
Mon Oct 11, 2010 2:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hashlookup
Replies: 10
Views: 5758

Duble click on your transformer. Drag the column that comes from input and drop it in the lookup column where it needs to get looked upon.
by vinothkumar
Thu Oct 07, 2010 9:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: find datastage jobs in project using field name
Replies: 9
Views: 9812

Yes Criag. That SQL was taken from this forum only. :lol:
We can create a simple server job with universe stage to execute this SQL.
by vinothkumar
Thu Oct 07, 2010 9:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: find datastage jobs in project using field name
Replies: 9
Views: 9812

I think you can tweak the below query running in Universe tables for your need. SELECT DS_JOBS.NAME AS JOB_NAME, DS_JOBS.CATEGORY , DS_JOBOBJECTS.NAME AS OBJECT_NAME , DS_JOBOBJECTS.OLETYPE , EVAL DS_JOBOBJECTS."if index(upcase(@RECORD),'YOUR_FIELD_NAME',1) > 0 then 'FOUND' else ''" AS REC...
by vinothkumar
Wed Oct 06, 2010 12:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel routine error
Replies: 14
Views: 5101

I am also getting same error. Let me know if there are any updates in this
by vinothkumar
Wed Sep 29, 2010 8:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error in updates
Replies: 4
Views: 1567

I remember we did like this. Transformer can be connected to Link collector. Please try. If it gives error post the error message. :)
by vinothkumar
Wed Sep 29, 2010 7:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error in updates
Replies: 4
Views: 1567

Using transformer and link collector. In target table, select upsert mode.
For more details, please search in this forum.
by vinothkumar
Tue Sep 28, 2010 1:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Equivalent function for Server Oconv in Parallel job
Replies: 9
Views: 5034

Can you try this
Convert(Convert('0123456789','','XYZ123.45ABC'),'','XYZ123.45ABC')
by vinothkumar
Tue Sep 28, 2010 1:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Equivalent function for Server Oconv in Parallel job
Replies: 9
Views: 5034

How did you try ? Can you please paste your exact statement
by vinothkumar
Thu Sep 23, 2010 10:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: hash partioning problem in remove duplicate stage
Replies: 3
Views: 4962

You should not include timestamp for hash partitioning for Scenario1
by vinothkumar
Thu Sep 23, 2010 10:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stage Statistics
Replies: 20
Views: 7057

1. Use DSGetJobInfo to get the list of active stages in your job
2. Use DSGetStageInfo to get the list of links for a stage.
3. Use DSGetLinkInfo to get the row counts on each link you need.

For more details on do a search on those functions in this forum.
by vinothkumar
Thu Sep 23, 2010 8:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stage Statistics
Replies: 20
Views: 7057

You can create a simple server routine to get those values and mail it
by vinothkumar
Fri Sep 17, 2010 2:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: VOC entry for Dataset to delete a row
Replies: 1
Views: 916

VOC entry for Dataset to delete a row

Hi,
I am aware that by creating a VOC pointer to a hashed file, we can delete a particular row from Adiministrator command prompt. I tried the same for a dataset. But it is throwing me a error. What are the otherways that I can follow to delete a particular row from dataset
by vinothkumar
Thu Sep 16, 2010 12:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error during compiling
Replies: 16
Views: 5329

Please do a search in this forum and see whether it helps.