Search found 194 matches

by dsscholar
Wed Sep 21, 2011 12:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Peek stage and OCI stage
Replies: 7
Views: 3996

Peek stage and OCI stage

Hi all, 1) Source ---> transformer -----> peek stage. If records coming out of transformer is 1000, all the 1000 records will be seen in the job log(output option = job log) or if i set in peek stage as 10 records per partition, only first 40 records will be visible in case if it runs in 4 nodes? 2)...
by dsscholar
Wed Sep 21, 2011 9:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Auto partitioning
Replies: 10
Views: 4512

Thanks chulett. I will try to find it out.
by dsscholar
Tue Sep 20, 2011 2:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: auto partitioning vs specific partitioning
Replies: 2
Views: 1030

Sorry for posting it again. I thought i will get some answer as the query will appear in the top of the stack.

Apologies
by dsscholar
Tue Sep 20, 2011 1:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data format conversion
Replies: 6
Views: 2430

As mentioned, i tried with StringToDate(UStringToString(lnk_scAuditKey.timestamp),'%dd %mon %yyyy'). Input format is 30 jul 2011 11:30. I tried with StringToTimestamp also. in the format of '%dd %mmm %yyyy %hh : %mm : %ss'. But that also not working. Error : Data string '30 Jun 2011 ' does not match...
by dsscholar
Tue Sep 20, 2011 12:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: single lookup or multiple lookup
Replies: 16
Views: 5299

Thanks jwiles.

Hi all,

Where can i enable or disable operator combination option?
by dsscholar
Mon Sep 19, 2011 11:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: auto partitioning vs specific partitioning
Replies: 2
Views: 1030

auto partitioning vs specific partitioning

Hi all, I just have a job with source ---> filter ---> copy ---> transformer ---> target. I have given auto here in one run for all the stages. Another run, i have given as round - robin at the first partition setting and "same" in the rest. I understand if i set specific partition methods...
by dsscholar
Mon Sep 19, 2011 9:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: single lookup or multiple lookup
Replies: 16
Views: 5299

source & references are different dbms.
by dsscholar
Mon Sep 19, 2011 8:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data format conversion
Replies: 6
Views: 2430

data format conversion

Hi all, I have a varchar column coming the source(ds) which needs to be converted to date (target oracle's default date format). Format eg : 11 jun 2011 11 : 30 This needs to be converted to oracle's standard date format. I tried in transformer using stringtodate(inputcolumn,'%yyyy-%mm-%dd'). I give...
by dsscholar
Mon Sep 19, 2011 8:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Auto partitioning
Replies: 10
Views: 4512

Hi guys,

Please help me regarding this query if u get to know.

Thanks in advance.
by dsscholar
Mon Sep 19, 2011 8:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: single lookup or multiple lookup
Replies: 16
Views: 5299

I understand your point. Apologises for that. I dint say its urgent. I just asked help me in this query. I wont use names anymore. But sometimes questions goes unnoticed as so many posts are there in the queue. So i just send a reminder in common. Regarding the query I will check it out. Please tell...
by dsscholar
Mon Sep 19, 2011 1:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: single lookup or multiple lookup
Replies: 16
Views: 5299

I accept your point. But if you had answered the query along with this means, it would have been better.


Thanks in advance
by dsscholar
Mon Sep 19, 2011 4:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: single lookup or multiple lookup
Replies: 16
Views: 5299

Re: single lookup or multiple lookup

Hi ray,chulett,jwiles

Please help regarding this query.

Thanks in advance
by dsscholar
Mon Sep 19, 2011 1:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: single lookup or multiple lookup
Replies: 16
Views: 5299

single lookup or multiple lookup

Hi all, i have a job in which i use six lookups with each oracle enterprise stage to do the join. But the record count is very less in each stage. So one lookup stage itself will do fine. but any performance problem if i use 6 lookups where 1 is sufficient. I know for big reference data in all 6 tab...
by dsscholar
Sat Sep 17, 2011 7:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Auto partitioning
Replies: 10
Views: 4512

Hi all,

Any suggestions regarding this query..

Thanks
by dsscholar
Thu Sep 15, 2011 11:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: incremental extract
Replies: 7
Views: 2560

Re: incremental extract

Thanks chulett. Anyway in which i can avoid the second run of the sequencer by putting a condition in the start of the sequencer itself. I am asking with the capability of the sequencer stages and built in parameters. Do we have any built in variable which will store the last run date of a particula...