Search found 47 matches

by manoj_23sakthi
Tue Feb 03, 2015 7:37 am
Forum: General
Topic: Create schema files from Metadata Repositry
Replies: 0
Views: 1630

Create schema files from Metadata Repositry

Hi All , We have nearly 1000 copy books . we import all copy books manually . Could you please provide suggestion to automate the below process. 1. Flattening 2. Schema generating from flattened table definition as below. Sample Schema file : record {final_delim=end, record_delim='\n', delim=',', qu...
by manoj_23sakthi
Mon May 19, 2014 1:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Grouping in transformer
Replies: 8
Views: 3875

distinct (unique in group )
by manoj_23sakthi
Mon May 19, 2014 12:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Grouping in transformer
Replies: 8
Views: 3875

Hi,
Even if it is distinct or duplicate ,i have to retain if a key contains same value in a group in link 1,Else retain the group in link 2
by manoj_23sakthi
Mon May 19, 2014 11:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Grouping in transformer
Replies: 8
Views: 3875

Yes
even if i have more than one distinct value i have to send in link 1
by manoj_23sakthi
Mon May 19, 2014 9:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Grouping in transformer
Replies: 8
Views: 3875

Grouping in transformer

Hi, could you please help me to solve this . In particular group if any value changes I have to pass the particular group in a link 2 . If value doesn't change pass it in link1 Input : ------- Key | Value A|01 A|01 A|01 B|01 B|01 B|02 C|01 D|02 D|03 Output: ------- Link 1 : A|01 A|01 A|01 C|01 Link ...
by manoj_23sakthi
Mon Jul 15, 2013 5:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Perform join with OR condition
Replies: 4
Views: 2978

Hi,
In T2 it won't have more than one value as default.
yes it like default value if it not match.
by manoj_23sakthi
Tue Jul 02, 2013 1:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Perform join with OR condition
Replies: 4
Views: 2978

Perform join with OR condition

Is it possible to perfor join with or condition in datastage?

Eg :

T1:
a,b
1,2
2,2

T2:

a,c
1,d
0,e

i need o/p as:

if T1.a=T2.a or T2.a=0 then c
O/p
a,b,c
1,2,d
2,2,e
by manoj_23sakthi
Tue Dec 11, 2012 11:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Records lost when reading a hashed file after upgrading DS
Replies: 5
Views: 3489

Re: Records lost when reading a hashed file after upgrading

Hi,

If we need to check the 7.5 and 8.7 hased file. let we write in sequential file for both 7.5 and 8.7 hash file .we can compare both records.

Regards,
Manoj
by manoj_23sakthi
Tue Feb 21, 2012 3:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: commit transaction
Replies: 20
Views: 7933

Re: commit transaction

could u please give the correct information about the stage?
by manoj_23sakthi
Tue Jan 03, 2012 4:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Urgent *In Sequential file ^@ junk characters are coming**
Replies: 9
Views: 5206

HI,
Use trim A function with below junk character it will remove all occurances

Thanks & regards,
manoj kumar
by manoj_23sakthi
Thu Dec 22, 2011 5:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem retrieving data from db2
Replies: 9
Views: 6119

Hi , Could please conform which stage an which back end environment you are using Stages like (DB2 API, DB2 Enterprise) Back end like (unix,aix ,mainframe) why because in main frame environment we tried with DB2 enterprise stage we too face the same problem an we find that in mainframe environment w...
by manoj_23sakthi
Wed Dec 21, 2011 3:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Clear a big table then insert rows
Replies: 15
Views: 7507

Hi,
Could you please try this in script and call this script in sequencer job
Script must contain this inputs :
Use looping concept
-----------------------
select count(*) from Table >D1
D1 >1
then
(
Delete from (select * from table fetch first 100000 rows only )

commit;

)
by manoj_23sakthi
Wed Dec 21, 2011 1:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job is running very slow
Replies: 9
Views: 7033

Hi, Could You please give the stats of this extract query in both Datastage and Toad ? Please index columns for Joins I am not sure about this table and it key column so i blindly giving this query.. WITH VAL AS ( KEYCOLUMNS,rn ) (SELECT KEYCOLUMNS ,row_number() over (partition by incident_id order ...
by manoj_23sakthi
Wed Dec 21, 2011 1:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job is running very slow
Replies: 9
Views: 7033

Hi, Could You please give the stats of this extract query in both Datastage and Toad ? Please index columns for Joins I am not sure about this table and it key column so i blindly giving this query.. WITH VAL AS ( KEYCOLUMNS,rn ) (SELECT KEYCOLUMNS ,row_number() over (partition by incident_id order ...