Search found 14 matches

by sridinesh2009
Mon Nov 02, 2015 9:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Connector - Issue in updating the table
Replies: 1
Views: 3384

DB2 Connector - Issue in updating the table

Experts, We are migrating jobs from v7.5 to v9.1. Job Design in v7.5 --------------------- update Dataset ---> Transformer ----> DB2 PX Stage Job Design in v9.1 --------------------- update Dataset ---> Transformer ----> DB2 connector Stage (we updraged the DB2 stage to Connector in v9.1) Update Sta...
by sridinesh2009
Thu May 08, 2014 9:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance Statistics shows 0 rows
Replies: 11
Views: 6365

If it is a multi instance job. you will not see the performance statistics.
by sridinesh2009
Mon May 27, 2013 8:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need Help on job design.
Replies: 3
Views: 1824

Need Help on job design.

Experts, Please help me to design a parallel job for the below scenario. Source: ------------------------------------------- H|file1.txt|20130526 D|123|456|789|012 D|345|678|901|234 . . T|0987 H|file2.txt|20130526 D|000|56W|789|Q12 D|000|67E|9E1|W34 . . T|1234 ---------------------------------------...
by sridinesh2009
Thu Feb 17, 2011 11:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Validate timestamp with milliseconds in Transformer
Replies: 4
Views: 12904

use three stage variable.
sv1: validate date
sv2: validate time
sv3: validate micro seconds.
by sridinesh2009
Thu Feb 17, 2011 11:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup stage--Duplicate
Replies: 5
Views: 10230

Re: Lookup stage--Duplicate

in lookup stage-> constraints-> select the column in multiple rows returned drop down list. this will solve ur problem.
by sridinesh2009
Thu Oct 21, 2010 11:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: message handler
Replies: 4
Views: 3258

This forum is not for giving complements :lol:
by sridinesh2009
Thu Oct 21, 2010 5:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter stage date condition
Replies: 3
Views: 3978

If your source is database...
better you can write a query for fetching records of that range.. from database
by sridinesh2009
Fri Jul 09, 2010 4:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert negative values into positive
Replies: 10
Views: 9287

chulett wrote:How exactly did you use it? That is what you want after all, the absolute value. ...
you can use fabs function...it converts negative to positive
by sridinesh2009
Wed Dec 16, 2009 12:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: installation
Replies: 7
Views: 3797

already i have all those details provided by my company....
but am getting some problems while trying to attach a new project....
so pls help....
by sridinesh2009
Tue Dec 15, 2009 7:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to improve aggregator performance?
Replies: 5
Views: 3238

in aggregator stage use this option... ur performance may increase

METHOD=Hash
by sridinesh2009
Tue Dec 15, 2009 7:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replacing '&' with '&amp;'
Replies: 3
Views: 2679

Convert function can be used...
convert('&','&',DsLink)
by sridinesh2009
Tue Dec 15, 2009 7:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: installation
Replies: 7
Views: 3797

installation

can any one provide me the below details for installing DS7.5...Thanks in advance.... Datastage server: Serial Number: CPU Count: Expiration Date: Enterprise Edition Code: Server Code: MVS Edition Code: RTI Agent: AS Integration: IMS Source: DataStage Client: Serial Number: User Limit: Expiration Da...
by sridinesh2009
Tue Dec 08, 2009 1:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: second day transaction date of customer
Replies: 3
Views: 1627

second day transaction date of customer

Find the second day transaction amount for a Accnt_id. Ex: Epected records are marked in red. Acct_Hist Accnt_id, Trans_Dt, Seq_Num 1001 23-10-09 1 1001 24-10-09 1 1001 25-10-09 1 1002 26-10-09 1 1002 27-10-09 1 1002 27-10-09 2 1002 28-10-09 1 Output: Accnt_id, Trans_Dt ,Seq_Num 1001 24-10-09 1 1002...