Search found 61 matches

by vbeeram
Tue Nov 09, 2004 1:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling Nulls in PX sequential Files
Replies: 2
Views: 1913

Null vals in the source

Try in this way: ------------------------ Declare Date fiields as Varchar type, Then go to columns tab click on the serial no tab of column,there u have three categories 1)Field lavel2)String Type 3)Nullable under Nullable -----set Null Field value=Null under String type----set Default=0 (some value...
by vbeeram
Wed Nov 03, 2004 4:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Input buffer overrun at field " DATE1" at offset 3
Replies: 3
Views: 19344

Declare that column in source stage as varchar then use StringtoDate() Function in Transformer Stage,then u get O/P as date value.


Regards
Thiru
by vbeeram
Wed Oct 27, 2004 7:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Assigning sequential numbers with some conditions
Replies: 4
Views: 1885

Re: Assigning sequential numbers with some conditions

Hello Friends.... Regarding Sivas's question.....I mean that if the ITEM_TYPE is either C 0r D then the sequence starts from 1400...similarly with ITEM_TYPE is either 2 or 3 then the sequence starts from 2500.... I tried using the routine KeyMgmtNextconcurrentValue()...it initialized correctly but i...
by vbeeram
Tue Oct 26, 2004 4:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Assigning sequential numbers with some conditions
Replies: 4
Views: 1885

Assigning sequential numbers with some conditions

A configuration table SHOWING THE LIMITS WAS given ... ITEM_TYPE - Start - End A - 1000 - 1299- B - 1300 - 1399- C - 1400- 1799- D - 1400- 1799- E - 1800- 1999- F - 1800- 1999- G - 1800- 1999- H - 1800- 1999-- 1 - 2000- 1999- 2 - 2500- 1999- 3 - 2500- 1999- BASED ON THE ( ITEM_TYPE ), A SEQUENTIAL N...
by vbeeram
Thu Oct 21, 2004 1:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LKP Stages In Jobs
Replies: 5
Views: 2694

There is no limit of Lookups in a job we used more than that u specifed number.


Regards
Beeram
by vbeeram
Thu Oct 21, 2004 1:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Different nodes for different projects
Replies: 5
Views: 2364

If you go for a sinlgle node for each project then how u'll achieve parallelism.



Beeram
by vbeeram
Thu Oct 21, 2004 12:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage
Replies: 5
Views: 3316

Modify Stage

To only add new columns Column Generator is suitable.
But to add new column with derivation Transformer stage is suitable.
Using modifgy stage we can drop or Keep columns,Type_Conversions and Null Handlings.

Ex:to handle nulls:
col1=Handle_Null(col1,0)


Regards
Beeram
by vbeeram
Thu Oct 07, 2004 6:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get integer output from Aggregater ?
Replies: 4
Views: 2380

How to get integer output from Aggregater ?

I am doing sum on Quanity column(Using Aggregater Stage),output must be integer type,so how to get integer value after Aggregation?
Any ideas....

Regards
Beeram
by vbeeram
Fri Oct 01, 2004 8:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removal of Column Header in Sequential File Stage
Replies: 2
Views: 1654

Hi Vijay,

thanks for ur reply,

Can you give clear details again,bcaz as you said i followed but i didnt get solution.

Regards
Beeram
by vbeeram
Thu Sep 30, 2004 10:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removal of Column Header in Sequential File Stage
Replies: 2
Views: 1654

Removal of Column Header in Sequential File Stage

using Parallel Jobs,
How to remove Column Header in Sequential File Stage ?

Any ideas------

Regards
Beeram
by vbeeram
Thu Sep 23, 2004 5:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Server to PX conversion
Replies: 4
Views: 2339

Hi,
we can do while encrypting the server job in a Shared Container then we can call that into PX.


Regards
beeram
by vbeeram
Thu Sep 16, 2004 4:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join stage warning
Replies: 4
Views: 3623

Define that column as key column then try.


Regards
Beeram
by vbeeram
Thu Sep 16, 2004 2:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sort Stage
Replies: 4
Views: 2348

sort mode

Hi,

If the input records already sorted by this column set SORT MODE=Don't sort, if records are not sorted already on this column use SORT MODE=Sort


Regards
Beeram
by vbeeram
Mon Sep 13, 2004 2:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Resolving of error in Join Stage
Replies: 2
Views: 2699

Cant you declare TRAN_ITEM_SEQ_I as Key field ?
Also tell which join ur using?


Regards
Beeram
by vbeeram
Mon Aug 30, 2004 8:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: writing to DB2 UDB Enterprise stage
Replies: 4
Views: 3282

Hi,

In Transformer Stage select Preserve partition type as Set and also change the execution mode then try.

Regards
Thirupathi Reddy