Search found 47 matches

by manoj_23sakthi
Fri Feb 11, 2011 1:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CONVERT 'MM-DD-YYYY' to YYYY-MM-DD
Replies: 7
Views: 4116

Hi
You may extract the source file by using sequential file??
If you using the sequential file we have Format Tab in sequential file
date/ Format string we can occur this .... or else better go by using transformer Below mentioned replies
by manoj_23sakthi
Tue Feb 01, 2011 3:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 UDB API stage error
Replies: 2
Views: 1907

Hi I am not able to run the job . while viewing i am able to view . i got this error APT_CombinedOperatorController,0: Fatal Error: Fatal: [IBM][CLI Driver] CLI0124E Invalid argument value. SQLSTATE=HY009 DSTAGE-DB2CLI-0005`:`Unable to connect to DB2 server 'NOTLIKELYDSCAPIOP_$MF_GADT_DEV_DBNOTLIKEL...
by manoj_23sakthi
Mon Jan 10, 2011 4:17 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Datastage Parameter value change inside the transformer
Replies: 5
Views: 21491

Hi,
By Using Filter,Transformer stages you can achive this

Regards,
Manoj
by manoj_23sakthi
Mon Jan 10, 2011 4:16 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Datastage Parameter value change inside the transformer
Replies: 5
Views: 21491

Hi,
By Using Filter,Transformer stages you can achive this

Regards,
Manoj
by manoj_23sakthi
Mon Jan 03, 2011 1:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: surrogate key issue
Replies: 4
Views: 2338

Re: surrogate key issue

Hi Kumar,
I think in setting you may did some mistakes reset and try this
Thanks,
Manoj
by manoj_23sakthi
Wed Dec 29, 2010 3:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Alpha Num and Alnum on empty string
Replies: 4
Views: 2166

Re: Alpha Num and Alnum on empty string

it gives false (0).
I think you are discuss about null string .
by manoj_23sakthi
Wed Dec 29, 2010 1:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: surrogate key issue
Replies: 4
Views: 2338

Re: surrogate key issue

Hi,
Instead of using this Surrogate key use row generator and give
Intial value = 1
Final value = 10000
Increment value =1
It will Satisfy your Requirement


Regards,
Manoj
by manoj_23sakthi
Wed Dec 29, 2010 12:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replace Special Characters in a String
Replies: 6
Views: 9322

Re: Replace Special Characters in a String

Hi
In Server some functions are there like mca, ....
In Parallel you have to write routine
write server routine and call to this parallel job it will helps
Thanks,
Manoj
by manoj_23sakthi
Mon Dec 20, 2010 3:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: setNull() output in Char(1) data type
Replies: 5
Views: 4428

Re: setNull() output in Char(1) data type

Hi,
you can obtain this using this
If ( monitoring_flag <> 'Y' or monitoring_flag <> 'N')
Then SetNull()
else monitoring_flag
by manoj_23sakthi
Mon Dec 20, 2010 3:33 am
Forum: General
Topic: loading data in different targets
Replies: 5
Views: 3024

Re: loading data in different targets

Hi,
This can be obtain
<File100records> + <Column Generator>
(Create a new column with datatype char and give Input as 1st value A,2st value B,3st value C,)

<Use transformer or filter or switch > and split A,B,C
you can obtain 3 Datasets us you Required
Regards,
Manoj
by manoj_23sakthi
Mon Dec 20, 2010 3:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Suggest better design
Replies: 6
Views: 4418

Re: Suggest better design

Hi,
I think we had meet this senerio instead of conveting into rows into colums and transforming .
<F1> and <F2>
<F2> use Transformer and split them into diff catageory
for eg 10 cat
Join all 10 cat with <F1>
u can get the Result

Regards,
Manoj
by manoj_23sakthi
Mon Dec 20, 2010 3:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to use DB2 function in stage
Replies: 6
Views: 3007

Re: how to use DB2 function in stage

Hi,

no DB2 functions are SQL and the Transformer uses C-Code (or Basic if it is a Basic--Transformer).

U can use stored procedure or u hve to write routine to obtain this

Regards
Manoj
by manoj_23sakthi
Thu Dec 16, 2010 9:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: percentage of number values in character field
Replies: 6
Views: 2220

Re: percentage of number values in character field

Althaf6553 wrote:We are in process of finding percentage of number values in character field

Is there is any way to the same ?
If you are Using DB2 You can convert into nums and U can do calculation