Search found 353 matches

by chandra.shekhar@tcs.com
Mon Jan 16, 2012 6:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to handle this logic?
Replies: 21
Views: 8901

@Madhav Yes I need to concatenate in the correct order like here AACC only. And I tried your logic; sorting on Hash partitioning on Acct_no asc, Rec_no Desc but I cannot just filter the data based upon Apply filter condition to difference=1 because if you see my data then row#1 and row #4 should be ...
by chandra.shekhar@tcs.com
Mon Jan 16, 2012 4:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to handle this logic?
Replies: 21
Views: 8901

@Pandeesh I need to check with the previous value. @Prasson and Madhav I need to apply this logic Acct_no wise so I need to take the acct_no in the stage variable too. Also I need to concatenate the value of Descript column with the same the diff. between previous and current Rec_no is 1(This can go...
by chandra.shekhar@tcs.com
Mon Jan 16, 2012 1:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to handle this logic?
Replies: 21
Views: 8901

How to handle this logic?

Hi, Structure of my table is: Acct_no|Rec_no|Descript 100|10|AA 101|20|BB 100|9|CC 100|7|DD 101|19|EE 101|18|FF 102|30|GG The reqirement is for a particular Acct_no if the there are multiple Rec_no and if the difference between rec_no is 1 then I need to take the record with lowest rec_no. Also the ...
by chandra.shekhar@tcs.com
Thu Jan 12, 2012 4:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Check for a numeric
Replies: 13
Views: 4662

Or you can use this one too 8)

Code: Select all

 If trim(YourColumn) > 0 then 'Valid' else 'Invalid'.
by chandra.shekhar@tcs.com
Thu Jan 12, 2012 4:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unusual scenario in datastage
Replies: 16
Views: 6418

@Pandeesh
The following example will make you understand

Code: Select all

trim('  IBM   DataStage  ') = 'IBM DataStage'
by chandra.shekhar@tcs.com
Thu Jan 12, 2012 1:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unusual scenario in datastage
Replies: 16
Views: 6418

As Zulfi has mentioned, trim functions removes the leading and trailing spaces and reduces multiple spaces embedded withing the characters to single occurrence. There should not be any confusions now.
by chandra.shekhar@tcs.com
Wed Jan 11, 2012 11:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance
Replies: 7
Views: 4015

You can also use Oracle Connector stage as your target since it also works in parallel mode.
by chandra.shekhar@tcs.com
Thu Jan 05, 2012 10:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is difference between uvodbc.ini and .odbc.ini?
Replies: 5
Views: 3707

This type of data connectivity is always from ODBC. if you want direct connectvity then you have to use database native connectivity (Database Catalog). In odbc.ini file you wil find al types of data connectivity DSN with properties and in UVODBC.config file you will get DSN names only which you wan...
by chandra.shekhar@tcs.com
Wed Jan 04, 2012 7:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Connector - Read in Parallel
Replies: 10
Views: 10551

Keep your settings as follows: Partition read method :Rowid Range Increase your array size and row count 20000 and 40000. and check it. as per the server idle ratio, increase the count of array size and row count. do not enter any value in below two checks. 1>Table name for partition reads. 2>Partit...
by chandra.shekhar@tcs.com
Wed Jan 04, 2012 6:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage configuration file
Replies: 5
Views: 4362

You can start with below. No of nodes = Half the number of cores. Means that I can use following combination. 10 cpu =20 Nodes and 9 cpu =18 nodes. So can I use 20 +18=38 nodes for loading data ? or It can hampered the performance while using 38 nodes. How can I get the information that how many no...
by chandra.shekhar@tcs.com
Wed Jan 04, 2012 6:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Changing the colour of the link in server job
Replies: 11
Views: 4200

Yes, it is..
But the default colors looks better than the new one..
by chandra.shekhar@tcs.com
Wed Jan 04, 2012 5:48 am
Forum: General
Topic: Errors were detected during project creation,project unstabl
Replies: 3
Views: 2501

Hi Ray/chulett , Thanks for reply. I have resloved the issue after performing below steps. a) `cat /.dshome` b) . ./dsenv c) ./bin/UVdelete VOC DSR_TRACE_IS_ON Is it possible that the customer has 'somehow' enabled server-side tracing in the template project VOC. This would result in server-side tra...
by chandra.shekhar@tcs.com
Wed Jan 04, 2012 5:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage configuration file
Replies: 5
Views: 4362

Datastage configuration file

Dear All, Need some information about datastage configuration file. We have 2 DS+QS engine . Engine 1 containing 10 core(CPU) and engine 2 containing 9 core (CPU) with 40 gb ram on each server. While running job what configuration file we have create so that we can take the advantages of processing ...
by chandra.shekhar@tcs.com
Wed Jan 04, 2012 3:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Changing the colour of the link in server job
Replies: 11
Views: 4200

Yes we can change the color of the links (attached, unattached), job running status not only in server but in parallel jobs too.