Search found 773 matches

by balajisr
Fri Dec 19, 2008 5:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to select values from System Variable in Transforme
Replies: 13
Views: 4417

Close designer and relogin to the same project and verify.
by balajisr
Fri Dec 19, 2008 4:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to select values from System Variable in Transforme
Replies: 13
Views: 4417

Just copy the DSParams file.
by balajisr
Fri Dec 19, 2008 4:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Initialization of stage variable in Parallel Transformer
Replies: 3
Views: 3132

Will there be any issue while comparing the empty value of svPrev with svCurr for the very first value? No. Or will there be any garbage value (if not then what value is defaulted in svPrev?) assigned to svPrev? Stage variable default value will be the default value of the stage varaible datatype. ...
by balajisr
Fri Dec 19, 2008 3:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to select values from System Variable in Transforme
Replies: 13
Views: 4417

You need to add these system variables to DSParams file. Or Copy DSParams file from other DS Project and place it under your project directory.
by balajisr
Fri Dec 19, 2008 3:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Implicit conversion from source type
Replies: 9
Views: 4161

If you are confident that rest of length are spaces you can demote this warning into an info using message handler.

But still, i would rather prefer transforming the source to have length of 26 before lookup. In this case message handler is not required.
by balajisr
Fri Dec 19, 2008 2:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to select values from System Variable in Transforme
Replies: 13
Views: 4417

When you code @DATE in your derivation does your job compile?
by balajisr
Fri Dec 19, 2008 2:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Implicit conversion from source type
Replies: 9
Views: 4161

How can you expect a string whose length is 40 to compare correctly with string length of 26?

Why don't you increase the length of lookup column to 40?
by balajisr
Thu Dec 18, 2008 6:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Schema Reference
Replies: 1
Views: 699

Examine the generated OSH. OSH can be viewed through "Generated OSH" tab in your job properties window.

If you do not get this tab in your job properties window then enable it using administrator.
by balajisr
Thu Dec 18, 2008 4:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Set 0 value to input coloum using modify Stage
Replies: 6
Views: 2284

I would have used transformer.
by balajisr
Thu Dec 18, 2008 3:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Set 0 value to input coloum using modify Stage
Replies: 6
Views: 2284

I had asked you to use column generator and not row generator.
by balajisr
Thu Dec 18, 2008 2:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Number of records
Replies: 7
Views: 2264

It seems Ceil() exists only in help.

Try this.

Code: Select all

OConv(Col1+.5,"MD0")
by balajisr
Thu Dec 18, 2008 2:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Number of records
Replies: 7
Views: 2264

Use Function Ceil.
by balajisr
Thu Dec 18, 2008 1:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Set 0 value to input coloum using modify Stage
Replies: 6
Views: 2284

Use Column Generator stage to generate a new column with values of 0. In the downstream copy stage drop the old column and rename new column name to old column name.
by balajisr
Thu Dec 18, 2008 1:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Broken pipe & SIGSEGV error
Replies: 1
Views: 3960

Set $APT_DISABLE_COMBINATION to true to find the source of this error.
by balajisr
Thu Dec 18, 2008 12:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence number
Replies: 9
Views: 3578

veera24 wrote:
balajisr wrote:Thanks Craig for your useful alert. :)
As i don't have the membership i couldn't see chulett's comment. So could you pls. help me out to get to know. :( :(

Thanks in advance,
Veera
I am sorry.It is not fair to post premium content.

Why don't you buy premium membership. Certainly worth it.