Search found 6797 matches

by DSguru2B
Mon Jan 15, 2007 11:08 am
Forum: Site/Forum
Topic: Great Sixer!!!
Replies: 12
Views: 5137

I am glad you were there then :wink:
by DSguru2B
Sun Jan 14, 2007 9:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to avoid overruns on Hash Files, FileSets, & DataSet
Replies: 12
Views: 4999

So overruns actually meant over-loads. If you are satisfied with the answers and have a clear direction of action, you can mark the thread as Resolved.
by DSguru2B
Sun Jan 14, 2007 12:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating ODBC Table based on existing sequential file format
Replies: 6
Views: 1304

The odbc stage has an option of creating table. It automatically creates the ddl. It should work with the metadata retained on the link. What problems are you running into ? Did you hit the button that says, create ddl? As far as i remember, there is a "generate ddl" button in odbc stage. Check it o...
by DSguru2B
Sat Jan 13, 2007 11:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage parrallel with intel or amd
Replies: 19
Views: 6214

It would. Thats what i said, "how much a processor can support", rather then what kind it is. A 4MB can support more than a 512KB.
by DSguru2B
Sat Jan 13, 2007 10:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage parrallel with intel or amd
Replies: 19
Views: 6214

I really doubt processor type matters. Its actually the processor speed that would make a difference. For applications like DataStage, it would really depend upon how much the processor can support rather than processor type.
My 2 centy.
by DSguru2B
Sat Jan 13, 2007 10:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to avoid overruns on Hash Files, FileSets, & DataSet
Replies: 12
Views: 4999

What do you mean by overruns. If you mean re-running the same job then it depends upon what option you specify. For example for hashed files if you specify "clear file" then it will do as it says, clear the file and then load it again.
by DSguru2B
Sat Jan 13, 2007 7:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: New EtlStats soon
Replies: 34
Views: 13529

I prefer Bruce Almighty :wink:
by DSguru2B
Sat Jan 13, 2007 2:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: New EtlStats soon
Replies: 34
Views: 13529

Welcome Aboard Kim :wink:
by DSguru2B
Sat Jan 13, 2007 2:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: which stage to use for Stored Procedure
Replies: 3
Views: 1280

Yes the Stored Procedure Stage. But wait, I dont think STP stage supports SqlServer. Use the ODBC stage.
by DSguru2B
Sat Jan 13, 2007 1:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: which stage to use for Stored Procedure
Replies: 3
Views: 1280

You have STP stage in your version. Use that stage. Send in your parameters as input and specify two columns as output. Read the documentation for more info.
by DSguru2B
Sat Jan 13, 2007 12:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: New EtlStats soon
Replies: 34
Views: 13529

Great work Ken. I bet this will avoid all that typing and explaining.
by DSguru2B
Fri Jan 12, 2007 10:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding DSUtility
Replies: 38
Views: 5659

I was indicating more towards the vast parsing capability of shell's and utilities like awk.
by DSguru2B
Fri Jan 12, 2007 7:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Slow Loading Performance - Oracle 10g
Replies: 21
Views: 6173

I designed something like this for one of my clients sitting on a server engine. It was from a flat file. I had multiple instances of the same job. Each time getting records from the same file but in sets. If i had 5 instances of a job, the first instance would select 1,6,11 and so on... records; th...
by DSguru2B
Fri Jan 12, 2007 7:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding DSUtility
Replies: 38
Views: 5659

Plus it may/will seize to work in version 8.0. Maybe you need a different approach. Only if you were sitting on a unix box. This would have been much easier.