Search found 42 matches

by gowrishankar_h
Tue Aug 13, 2013 5:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Possible truncation of variable length ustring
Replies: 4
Views: 3837

Yes but still i am getting the warning..i replaced the modify stage with transformer stage now it work fine :? ...
by gowrishankar_h
Tue Aug 13, 2013 5:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: will partition despite the preserve-partitioning flag
Replies: 7
Views: 5937

Thanks..When i use explicit sort stage before join it works...But i want to know why its behaving warning when sorting with link?
by gowrishankar_h
Tue Aug 13, 2013 1:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Possible truncation of variable length ustring
Replies: 4
Views: 3837

Target datatype means both the join input or join stage output?


Note:when i use Transformer instead of modify stage iam not getting this warning...but i hope using modify stage in this scenirio is good pracitce.
by gowrishankar_h
Tue Aug 13, 2013 1:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Possible truncation of variable length ustring
Replies: 4
Views: 3837

Possible truncation of variable length ustring

Hi, I want to convert varchar(11) column to char(11).So i used modify stage to convert the datatype.I simply changed the datatype in output metadata and set the specification as NOWARN but still iam getting waring in output as below. On input data set 1: When binding input interface field "WCC_...
by gowrishankar_h
Tue Aug 13, 2013 12:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: will partition despite the preserve-partitioning flag
Replies: 7
Views: 5937

Yes Ray,

We are joining 2 dataset in join stage which was set as preserve partition.
We cant change in dataset since it is used in many other job with that partition.
by gowrishankar_h
Mon Aug 12, 2013 8:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: will partition despite the preserve-partitioning flag
Replies: 7
Views: 5937

I changed the the preserve partition into clear but still iam getting this warning..We will get this waring because we use link on sort instead of using explict sort stage before join?..
by gowrishankar_h
Mon Aug 12, 2013 5:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: will partition despite the preserve-partitioning flag
Replies: 7
Views: 5937

will partition despite the preserve-partitioning flag

Hi Guys, I have a senario to join 2 dataset using join stage.I put hash partition and sort on link to join stage since 2 dataset preserve with different partition. its executing fine but iam getting follwoing warning.Can you please guide to takeaway this warning in log?. When checking operator: Oper...
by gowrishankar_h
Wed Aug 07, 2013 5:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference between Trim() and TrimLeadingTrailing()
Replies: 4
Views: 8044

Difference between Trim() and TrimLeadingTrailing()

Hi All,

One basic question what the difference between function Trim() and Trimleadingtrailing()..I hope both do the same job.

Thanks,
Gowri
by gowrishankar_h
Thu Aug 01, 2013 7:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join stage partition
Replies: 5
Views: 2607

Thanks priyadarshikunal and Arndrw
by gowrishankar_h
Thu Aug 01, 2013 4:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join stage partition
Replies: 5
Views: 2607

Re: Join stage partition

Thanks AndrW, One basic question..So you mean to say only sort on the same key colum alone wont work for join.even partition also should be on the same key column for both the input. In join both input will be compared like Left link input node 0 to right link input node 0 and it wont be like left i...
by gowrishankar_h
Thu Aug 01, 2013 2:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join stage partition
Replies: 5
Views: 2607

Join stage partition

Hi All, For join stage i have 2 input links.Say example as below. Input 1: input -2 A B C D T U P D --------- -------- 1 2 4 5 t u 8 5 6 7 h 5 8 i 7 7 3 5 6 t 6 8 5 t t 7 5 d 5 y t u Input -1 is hash partitioned with column D and sorted with column D. Input -2 is hash partitioned with column T and s...
by gowrishankar_h
Thu May 30, 2013 12:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML stage - challenge
Replies: 4
Views: 3104

Re: XML stage - challenge

XMLoutput stage and inputstage are embedded in version 8.5.so you can apply the same logic in XMLstage of version 8.5 using composer.Verify the XML stage redrook.

Regards,
Gowri