Search found 529 matches

by nagarjuna
Sat Jan 07, 2012 1:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running multi-instance job for two file
Replies: 15
Views: 7280

all the records in the 3 files are combined ,read in parallel, processed by downstream stage
by nagarjuna
Sat Jan 07, 2012 1:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: COnfiguration file
Replies: 8
Views: 2800

What's the point of asking a question & editing it :roll:
by nagarjuna
Sat Jan 07, 2012 12:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bringing source file name over with the column data
Replies: 5
Views: 2143

You can include filename property ( which gets enables when you use file pattern ) & make sure that you are setting that env variable as suggested by sura
by nagarjuna
Sat Jan 07, 2012 12:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partition Read in ORACLE connector stage
Replies: 3
Views: 4319

jcook wrote:Can you explain why you would want to do partitioned reads from a non-partitioned table?
I guess to read the data in parallel & make it fast
by nagarjuna
Sat Jan 07, 2012 12:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running multi-instance job for two file
Replies: 15
Views: 7280

The files will be processed one by one in case of file pattern method. But,he wants to process all the files in parallel. I believe using a file pattern & reading more than 1 file process the data in parallel . If there are 5 files all those are read in parallel & pass to the down stream st...
by nagarjuna
Sat Jan 07, 2012 12:45 pm
Forum: Enhancement Wish List
Topic: Disabling of the stages
Replies: 1
Views: 18310

Disabling of the stages

I have worked in both datastage & abinitio . In my opinion , Abinitio has some powerful features which are missing in datastage . In abinitio , We have a functionality of disabling & conditional execution of the components ( Stages ) . This feature is helpful while performing some testing &a...
by nagarjuna
Sat Jan 07, 2012 12:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Question on Partitioning before join stage
Replies: 8
Views: 5117

You need to make sure that partitioning of data takes before the sorting of data ...
by nagarjuna
Thu Jan 05, 2012 11:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compilation error on transformer stage
Replies: 8
Views: 6186

You need to make sure that C++ compiler is installed on the server & you are specifying the values of those env variable correctly .There are zillions of posts related to this issue ..Make a search & you would get to know the solution .
by nagarjuna
Thu Jan 05, 2012 8:00 am
Forum: General
Topic: Compare Variable value to Value set of Parameter set
Replies: 2
Views: 1681

It's not clear ..Please explain in detail ..What do you mean by value set ? Is it value file in parameter set ??
by nagarjuna
Thu Jan 05, 2012 7:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORACLE performance
Replies: 7
Views: 5325

I think Running 52 instances of same job parallely is a too much load on the server ...I think it's not a bad idea to have 10 connector stages & union 5 tables in each connector stage ..Also there used to be a limitation of number of instances of job running in parallel in 8.0.1 ..Not so sure if...
by nagarjuna
Wed Jan 04, 2012 10:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Round to next increment
Replies: 2
Views: 2148

I think you can try with ceil & mod functions .
by nagarjuna
Wed Jan 04, 2012 11:31 am
Forum: General
Topic: Logging the output of orchadmin command
Replies: 10
Views: 5446

Failing means what ? What exactly is the error message you are getting in case of no redirection into log & error files . Ideally 1>logfile 2>errorfile should redirect standard o/p into logfile & standard error into errorfile .
by nagarjuna
Wed Jan 04, 2012 11:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to get min date in transformer
Replies: 2
Views: 2716

Use aggregator stage & use the option preserve datatype to get the o/p datatype in date or you can also use stage variables in a transformer stage to get the min value..
by nagarjuna
Wed Jan 04, 2012 11:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORACLE performance
Replies: 7
Views: 5325

Option 1 : Use single oracle enterprise stage & use the single UNION query to get all the data from 52 tables Option 2: Use 52 oracle entegerprise stages & use a funnel to union the data . If the you are having a restriction of number of stages , Use union of 5 tables & it will end up in...
by nagarjuna
Wed Jan 04, 2012 10:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: COnfiguration file
Replies: 8
Views: 2800

You can control it by including APT_CONFIG_FILE in your job parameter .