Search found 149 matches

by hitmanthesilentassasin
Thu Feb 21, 2008 7:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Avoid Cartesian Products
Replies: 7
Views: 1951

But that will join me the first row of table 1 with the first row of table 2 and second row of table 2 with second row of table 2. Look at the below example for more details: Table1 -------------------------- Col1 || Col2 || Col3 1 || A || 0608 1 || B || 0708 1 || C || 0808 Table 2 -----------------...
by hitmanthesilentassasin
Thu Feb 21, 2008 5:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Avoid Cartesian Products
Replies: 7
Views: 1951

Avoid Cartesian Products

Hi, I have a requirement where i have to map 1:1 relationship between 2 tables. below is the example of the data Table1 -------------------------- Col1 || Col2 || Col3 1 || A || 0608 1 || B || 0708 1 || C || 0808 Table 2 -------------------------- Col1 || Col2 || Col3 1 || A || 0615 1 || B || 0715 1...
by hitmanthesilentassasin
Wed Dec 19, 2007 7:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IN clause in transformer
Replies: 11
Views: 13758

IN clause in transformer

Hi,

Could any one tell me how to define the multiple conditions in transformer similar to the IN clause in a database?

Which other stage apart from transformer will allow me to filter data using job parameters? I very well know that it can't be done using filter stage.

Thanks,
by hitmanthesilentassasin
Mon Dec 17, 2007 4:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Inline sort or external sort
Replies: 7
Views: 3930

Would that have any of the sort method have any performance issue?
by hitmanthesilentassasin
Mon Dec 17, 2007 12:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Inline sort or external sort
Replies: 7
Views: 3930

Inline sort or external sort

Hi, I have few below mentioned questions. could any one help me find the answers please? 1. What is the difference between inline sort and external sort? 2. If my data is sorted and then some lookups/aggregations are performed then will my data needs to be sorted once more or will it remain sorted i...
by hitmanthesilentassasin
Mon Dec 10, 2007 10:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: multiple conditions in filter stage
Replies: 9
Views: 7206

multiple conditions in filter stage

Hi,


I am trying to define conditions like the one's below.

Col1="XXXX" and #Var1#="YYY"

where var1 has got the value YYY, for which i am getting the error

Expected YYY in the schema.

can you help me define this conditions?

Thanks
by hitmanthesilentassasin
Mon Nov 26, 2007 11:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: custom stage with aggregator and schema file???
Replies: 0
Views: 662

custom stage with aggregator and schema file???

Hi,

Would it be possible to build a custom stage around aggregator so as to take the inputs from the schema file instead of the pre-defined meta data????? I mean can i extend the stage to incorporate this feature????

Thanks,
by hitmanthesilentassasin
Mon Sep 03, 2007 3:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is the command to compile the job?
Replies: 10
Views: 3041

I am not really sure about this solution, because incase, if you dont have access to the remote machine this will fail. can we not build a script to compile the job?
by hitmanthesilentassasin
Mon Sep 03, 2007 1:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is the command to compile the job?
Replies: 10
Views: 3041

what could possibly be an alternative solution for this???
by hitmanthesilentassasin
Sun Sep 02, 2007 3:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is the command to compile the job?
Replies: 10
Views: 3041

Will the same command work on unix/Linux machines? Currently i dont have access to the ds. I know its too basic to be asked, since i dont have the access to the server so I am a bit crippled.

THanks,
Hitman
by hitmanthesilentassasin
Sat Sep 01, 2007 1:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is the command to compile the job?
Replies: 10
Views: 3041

What is the command to compile the job?

Hi,

Is it possible to compile the job from the command line? If Yes, then what is the command?

Thanks,
Hitman
by hitmanthesilentassasin
Fri Aug 17, 2007 6:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pass parameter value as column name
Replies: 1
Views: 1338

Pass parameter value as column name

Hi,

Is it possible to pass a parameter instead of a column name so that the column value will be passed.

In transformer i need to map the columns dynamically. the column names will be passed as the job parameter and they could change when needed.

what could be alternative for this?

Thanks,
Hitman