Search found 57 matches

by ramesh_inform
Tue Jul 01, 2008 10:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: modify
Replies: 10
Views: 5001

modify

smallint to string conversion in modify stage

Will the modify stage implicitly converts smallint to string ?or do we need to manually do it?

i dont find any smallint to string conversion function in parallel job developer's guide
by ramesh_inform
Fri Apr 25, 2008 5:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence number Generation
Replies: 2
Views: 1560

use surrogate key generator and parametrize the key value
pass the key value as parameter
run a script that takes the value
by ramesh_inform
Fri Apr 25, 2008 5:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: trying to get a Varchar column and assign to decimal column
Replies: 5
Views: 2314

StringToDecimal(%string%,[%rtype%])

try this in transfromer
hope it works
by ramesh_inform
Fri Apr 25, 2008 5:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: trying to get a Varchar column and assign to decimal column
Replies: 5
Views: 2314

StringToDecimal(%string%,[%rtype%])

try this in transfromer
hope it works
by ramesh_inform
Fri Apr 25, 2008 4:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: trying to get a Varchar column and assign to decimal column
Replies: 5
Views: 2314

StringToDecimal(%string%,[%rtype%])

try this in transfromer
hope it works
by ramesh_inform
Fri Apr 25, 2008 4:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To read EBCDIC format data present in flat files
Replies: 2
Views: 1253

we can read them using sequential file stage as well as complex flatfile stage in sequential file stage in format tab , ---->typedefaults -------->characterset as EBCDIC and you can set the byte order as well. according to your input file format ,you can choose number of options
by ramesh_inform
Fri Apr 25, 2008 4:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookup problem
Replies: 3
Views: 1145

i didnt understand your question
still trying to understand........


In lookup stage conditions,
job aborts if
1.if you specify the option "conditions not met" as fail
if your specified condition is not met


2."lookup condition" as fail
if your lookup on link fails
by ramesh_inform
Fri Apr 25, 2008 12:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: maximum value of a group
Replies: 6
Views: 1621

thanks keshav

can you suggest any method using system variables in a transformer?
by ramesh_inform
Thu Apr 24, 2008 3:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: maximum value of a group
Replies: 6
Views: 1621

thanks ray

kumar:
can you please elaborate on this?how can we do that in transformer?
by ramesh_inform
Sat Apr 19, 2008 8:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: maximum value of a group
Replies: 6
Views: 1621

maximum value of a group

Is there any way to find a maximum value of a group without using aggregator?
by ramesh_inform
Thu Apr 10, 2008 1:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error while using DB2 stage
Replies: 1
Views: 986

error while using DB2 stage

the error is :

"RNANDIP" does not have the privilege to perform operation "SELECT"
on object "MR3402.INB_BRKG_CUST". SQLSTATE=42501

my job design looks like this

seq file--->copy--->DB2 stage


any idea??
by ramesh_inform
Wed Apr 09, 2008 3:01 am
Forum: Site/Forum
Topic: error while using sort stage
Replies: 3
Views: 3459

error while using sort stage

my design looks like this DB2-- 71000records -------------> JOIN-------->DB2 ---SORT---->- DB2-- 11million records the error is Sort_11,3: Fatal Error: Tsort merger aborting: Scratch space full [sort/merger.C:874] what does this error mean.. Help me................ :(
by ramesh_inform
Tue Apr 08, 2008 12:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: why lookup reference link requires entire partition method?
Replies: 10
Views: 3627

why lookup reference link requires entire partition method?

why lookup reference link requires entire partition method and the master link ,hash partitioning method?
by ramesh_inform
Mon Apr 07, 2008 11:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 error
Replies: 4
Views: 1224

thanks john smith