Search found 5168 matches

by kumar_s
Sun Aug 13, 2006 6:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Question about dual core CPUs and hyperthreading!!
Replies: 9
Views: 2400

Hyperthread is the logical partition of the process. It is does the task parallely while other is idle. It supports the pipeline parallalism. Like while MS word is used, the most of the CPU will be in waist state, and that can be used for other processes. Dual core is 2 processors in one. But the so...
by kumar_s
Sun Aug 13, 2006 6:04 am
Forum: General
Topic: Index Sequential File?
Replies: 8
Views: 4390

Just got to know, propriety database of Hyperion Enterprise application use flat file to store its data. And its is possible to fetch the chunk of data, like for particular period, or for particular account.
Not sure, if it sorts data before it loads in.
by kumar_s
Sun Aug 13, 2006 5:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to transfer nulls as nulls?
Replies: 21
Views: 7063

Prabu - I hope the column is nullable - yes.
Since the the error is at export, for test, try with a sequential file to a dataset.
by kumar_s
Sun Aug 13, 2006 5:46 am
Forum: Site/Forum
Topic: Kim Hits 3000
Replies: 10
Views: 4757

I was waiting for Kim to reach 3K, but you got this time Ray :wink:
3000 Quality posts. Greate work Kim Duke. :D
by kumar_s
Sat Aug 12, 2006 3:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to transfer nulls as nulls?
Replies: 21
Views: 7063

Prabu - What if you dont use any of these properties. Null should be transfered as Null. Are you getting the same issue as Cetin getting?

Cetin - Try to load in to sequential file and check if you are getting 0s.
by kumar_s
Sat Aug 12, 2006 2:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: v7.1 vs v7.6
Replies: 8
Views: 2660

Hope you are not rounding 7.5.1a :wink:
by kumar_s
Sat Aug 12, 2006 2:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Strin to Date convertion
Replies: 3
Views: 774

Hi Siva, Have you tried the previous suggestion? The string fromate of "%d%mm%yyyy" should work or you can concatinate 0 to the input field to have "dd" string formate. Like StringToDate("0":inputfield,"%dd%mm%yyyy"), this should convert into date format. As asked you in other post, who do you manag...
by kumar_s
Fri Aug 11, 2006 7:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Project Corruption
Replies: 8
Views: 2258

Look at the final ten or so lines of errors.txt (or of report.txt). I guess you replied for my query. report.txt doesnt give any error. grep -v " Backing up" report.txt --> doesnt give any info other than the header. And the files in errors.txt is also looking ok. May be I guess the real error will...
by kumar_s
Fri Aug 11, 2006 6:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: This is a Unix Shell Script Qusn
Replies: 9
Views: 2227

Iam sorry, may be Iam wrong. I could see that * thing only in SunOS I have here. I dont see that in AIX or HU-UX. Perhaps there might be any other Os level setting available. :roll:
by kumar_s
Fri Aug 11, 2006 6:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance degradation upgrading DataStage release
Replies: 5
Views: 1020

You can also find some DOS based freewares http://www.pc-tools.net/dos/dosutils/, which can help you.
by kumar_s
Fri Aug 11, 2006 6:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance degradation upgrading DataStage release
Replies: 5
Views: 1020

Why can you use the datastage to find out that. ie., using the ExecuteCommand activity or the Befor/After subroutine to execute the necessary OS commands.
by kumar_s
Fri Aug 11, 2006 6:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringtoDate() convertion in PX
Replies: 2
Views: 967

Have you tried StringToDate(InpuField,"%d%mm%yyyy") without any delimiter.
(But May I know how you to express all dates with single digit?)
by kumar_s
Fri Aug 11, 2006 6:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Duplicate entry key warning in Delta processing
Replies: 2
Views: 571

Make sure your both input are free from dulicates based on the key.
by kumar_s
Fri Aug 11, 2006 6:38 am
Forum: Site/Forum
Topic: Premium Content? (I know its been done to death, but...)
Replies: 9
Views: 4732

After the first year the price doubles. No, We havent reached even 500 members yet, and if you enroll now, it is $50 forever. Atleast for next few years. And lets assume for 500 members, 500*$50/12 (Each month) = $2084. Though it is a huge amount when it is converted to some of the local currency, ...
by kumar_s
Fri Aug 11, 2006 6:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: This is a Unix Shell Script Qusn
Replies: 9
Views: 2227

And this is only in SunOS.