Search found 141 matches

by scorpion
Tue Mar 09, 2010 3:00 am
Forum: Enhancement Wish List
Topic: Automated Code review/check
Replies: 11
Views: 65590

Automated Code review/check

Hi All, I just wanted to know that: Is there any utility or tool avilable to make the code review and cross check the naming standars or other checks in job ,which allows in automated way. For ex: if I have 1000 jobs running in prod/dev and now as part of the COE i decided to check whether all those...
by scorpion
Thu Sep 24, 2009 12:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TCP/IP Protocal error
Replies: 2
Views: 2583

TCP/IP Protocal error

Hi Every one, My jobs are getting aborted due to the following fatal error messages that are displayed in director. buffer(0),1: Fatal Error: Cannot find protocol entry for tcp protocol! buffer(1),1: getprotobyname for 'tcp' failed with error 0 (Error 0) buffer(1),1: Failure during execution of oper...
by scorpion
Wed Sep 10, 2008 3:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion of XML file to CSV file
Replies: 7
Views: 4410

Hi Sun,

Could u Just explain the group how u implemented this?

thanks,
sampath
by scorpion
Wed Aug 27, 2008 4:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert from .xls to .csv
Replies: 4
Views: 4244

Thanks for the reply Naveen,

But I am looking to get this done through datastage px.

Any ideas..
by scorpion
Wed Aug 27, 2008 3:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert from .xls to .csv
Replies: 4
Views: 4244

convert from .xls to .csv

Hello all,

May be this is a silly one,but I am just wondering how to convert an .xls file to .csv format using DSPXversion.

Thanks in advance
by scorpion
Tue Jul 01, 2008 9:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date from Lulian day
Replies: 2
Views: 2739

Hi ArndW,

Is there any function available in 7.5.1. version to similar 'DateToJulianDay' is available in DS8.0?
by scorpion
Wed Jun 04, 2008 9:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: stopping the sequence job
Replies: 2
Views: 2557

stopping the sequence job

Hi All, I have a sequence job which calls 3 parallel jobs one after another. In the very first job i have a filter criteria(constraint in the transformer stage).If the records are not found for that filter,i need to send a stop request to sequence.Do not generate/run any further. How to implement th...
by scorpion
Mon Apr 21, 2008 8:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal values Getting rounded
Replies: 10
Views: 6297

how did u resolved?

Hi aceflyer,

Have u got the solution for this,if u remeber just tell me how did u achieve this?since i am having same issue..
by scorpion
Thu Jan 31, 2008 9:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Julian to DD/MM/YYYY format
Replies: 6
Views: 4846

can any one give me some idea to acheive this ?
by scorpion
Thu Jan 31, 2008 8:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Julian to DD/MM/YYYY format
Replies: 6
Views: 4846

yes those are:

Dec 10 2007
Jan 10 2006
Feb 12 2008

My source is Sybase tables.

I need them in my out put as:

10/12/2007
10/01/2006
12/02/2008
by scorpion
Thu Jan 31, 2008 8:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Julian to DD/MM/YYYY format
Replies: 6
Views: 4846

I have values in my julian date format like:

39424,
38725
39488

thanks
by scorpion
Thu Jan 31, 2008 8:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Julian to DD/MM/YYYY format
Replies: 6
Views: 4846

Julian to DD/MM/YYYY format

Hi ,

Can some one help me to convert an julian date to DD/MM/YYYY format?


Thanks,
by scorpion
Mon Jan 28, 2008 10:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: remove zero before decimal point
Replies: 1
Views: 3179

All,

I resolved this by using Trim function.

i.e Trim(DecimalToString(column,"suppress_zero"), "0", "L")

Now it working fine....

Thanks
by scorpion
Mon Jan 28, 2008 9:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: remove zero before decimal point
Replies: 1
Views: 3179

remove zero before decimal point

Hi, I am conevrting one of my input column from decimal to string. Using DecimalToString function,and getting the values like: 0 .3456 1.889907 0 .78654 etc,etc.. but the requirement is like ,whenever the values are like '0.',then should not display the 0(zero)in value. for ex: in my above sample da...
by scorpion
Mon Jan 14, 2008 4:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data issue
Replies: 1
Views: 2063

data issue

hi, I have sybase views are as my source database and i am loading in the file in my jobs. The value for one of the column in sybase view is coming up like exponentials. i.e. "1.0000000000010001e-006" but i need this value to be populated as "0.00",instead of exponentials. can an...