Search found 42189 matches

by chulett
Wed Aug 22, 2007 7:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem inporting PIC +9(02)V9(06) field from Mainframe
Replies: 5
Views: 1251

Shouldn't it be an 'S' rather than a '+'? :?
by chulett
Wed Aug 22, 2007 7:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error in LoadLibrary
Replies: 4
Views: 1330

Andy Sorrell posted about the document, didn't realize that was over 1.5 years ago at this point. Next to last post in this thread is where he mentions it. No guarantees he's still in a sharing mood. :wink:
by chulett
Wed Aug 22, 2007 7:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob -report cmd not working from Execute cmd stage
Replies: 7
Views: 2610

D'oh... that's true. Only need to check specifically for things not included there, such as the ulimit during a job session.
by chulett
Wed Aug 22, 2007 7:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File name length or table name length limit
Replies: 4
Views: 4125

ray.wurlod wrote:From memory Oracle's is also 31 characters

30, actually. For the record.
by chulett
Wed Aug 22, 2007 8:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob -report cmd not working from Execute cmd stage
Replies: 7
Views: 2610

Well... obviously it's not set for the job. And what you can do from the command line isn't all that relevant. Try running 'set' during a job session and see what's captured.
by chulett
Wed Aug 22, 2007 7:53 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: RTI introduction
Replies: 8
Views: 5268

Re: RTI introduction

pravin1581 wrote:I am new to DataStage SOA,i have been assigned with a responsibility of comparing SOA with PX, but as the software is not available i am not able to acces any online help.

Interesting... I'm curious how anyone could expect you to be able to accomplish anything like this. :?
by chulett
Wed Aug 22, 2007 7:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob -report cmd not working from Execute cmd stage
Replies: 7
Views: 2610

You have the appropriate PATH statement in the running user's .profile? Not sure, I don't rely on anything being preset, I script things like that and ensure it sets whatever it needs. :?
by chulett
Wed Aug 22, 2007 6:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: specifying parameter SET via dsjob?
Replies: 7
Views: 4858

Abhijeet1980 wrote:What if the no of parameters are more ...Say about 20 - 25 odd.

And you can't let any of them default? :?

As Kim notes, you can script this. Or use something like Ken Bland's Job Control Utilities.
by chulett
Tue Aug 21, 2007 7:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to call a stored procedure in Stored procedure stage
Replies: 4
Views: 1072

That's basically correct but you'll need to bind all of your columns into the call. It would also help if you posted the actual syntax error.

:idea: You could always tick the 'Generate procedure call' option and the stage will do it for you.
by chulett
Tue Aug 21, 2007 7:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Absence of the "Command Stage" in DataStage Server
Replies: 6
Views: 3117

Thank you Uncle Ernie. :wink:

Why are they still distributing it if it is 'obsolete'?
by chulett
Tue Aug 21, 2007 7:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conditional Abort in the job on failure of the condition
Replies: 8
Views: 3337

Re: Conditional Abort in the job on failure of the condition

gaurav_shukla wrote:the thing is when that specific conditon fails then job does not create sequential file and it directly aborts.

What 'specific condition'? What abort? Not a whole heck of a lot to go on. :?
by chulett
Mon Aug 20, 2007 11:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What are the real differences between DB2 stages
Replies: 5
Views: 1313

Re: What are the real differences between DB2 stages

bcarlson wrote:So, in a effort to understand where they are coming from, can someone help me understand why they would be suggesting these options

Why not ask them directly the 'why' of the 'what' they are suggesting? Surely they must be able to back these up.
by chulett
Mon Aug 20, 2007 8:32 pm
Forum:
Topic: The Metaverse
Replies: 5
Views: 1960

'Metaverse' was coined by Neal Stepheson in his novel 'Snow Crash' way back in '92. Things like 'Second Life' are trying to emulate that vision today.

Umm... wow. :shock:
by chulett
Mon Aug 20, 2007 5:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue while trying to use ODBC stage...
Replies: 3
Views: 1211

Re: Issue while trying to use ODBC stage...

ds_is_fun wrote:If Oracle is on a difft server then you need to config your Oracle wire protocol for ODBC stage.

Or install an Oracle client on your DataStage server and use OCI.