Search found 42189 matches

by chulett
Thu Dec 28, 2006 9:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Simulating restartability
Replies: 13
Views: 3167

Huh... while I knew what Ray meant, I had no idea about the 'pregnancy' link nor the fact that is some kind of pudding. :?

They also fail to mention that it is Homer Simpon's favorite beer. :lol:
by chulett
Thu Dec 28, 2006 9:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dos to unix on Linux environment
Replies: 18
Views: 5914

sonia jacob wrote:
chulett wrote:And who would you be?

I am sorry. Its the same me.

Ah... we seem to have a case of multiple personalities. :wink:
by chulett
Thu Dec 28, 2006 9:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stopping a running job ? (Without Director)
Replies: 11
Views: 2879

Specifically, I meant the 'it' he killed was his current connection. :shock:
by chulett
Thu Dec 28, 2006 9:16 am
Forum: General
Topic: Data Stage 7.5.1 problem on install RedHat 3.0 Urgent help!
Replies: 5
Views: 2444

No clue. Suggest you call Support for urgent help with things of this nature.
by chulett
Thu Dec 28, 2006 9:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stopping a running job ? (Without Director)
Replies: 11
Views: 2879

No, it just means you killed yourself. :wink:
by chulett
Thu Dec 28, 2006 9:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reading flat file problem
Replies: 17
Views: 4184

Is that the problem? :? How about if you explain what you found and if John's guess was on the money...
by chulett
Thu Dec 28, 2006 9:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Look Up Without Keys
Replies: 12
Views: 6097

No, I meant which database stage are you using for the lookup. And I wouldn't burn alot of brain cells wringing my hands and asking why, let's just get it working now, k? :wink:

Read my previous post again as it has undergone a little editing.
by chulett
Thu Dec 28, 2006 9:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Look Up Without Keys
Replies: 12
Views: 6097

You could always give it a fake key, a hard-coded value that you ignore. Add an extra column to the stage, mark it as a key and then ignore it (except to select back into it) in your user-defined sql. Something like... SELECT 'X', SQXJOPRG.NEXTVAL FROM DUAL Stick anything in the Key Expression of th...
by chulett
Thu Dec 28, 2006 8:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Look Up Without Keys
Replies: 12
Views: 6097

What stage are you using for the reference lookup? I'll be the first to admit I haven't done the keyless lookup thing recently, and I don't ever recall dealing with a message like that before. Perhaps that's something new with 7.5.x...
by chulett
Thu Dec 28, 2006 8:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RunDate & Time as "Target Table Name"
Replies: 4
Views: 1208

And the target table should contain the name of rundate: (i.e.) if suppose we run the job then it should contain the date & time as: 18-12-2006 / 21:00:13. You keep saying target table - do you really mean table as in your output target is a database table? Or do you mean file as people seem to...
by chulett
Wed Dec 27, 2006 4:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with the Sequencer
Replies: 15
Views: 4732

I'd also call the routine something more specific, something that explains what you are doing. This is far from a generic routine to pass a value out in the User Status area, so it shouldn't have a generic name. IMHO.
by chulett
Wed Dec 27, 2006 4:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with the Sequencer
Replies: 15
Views: 4732

well my code in the routine is like this Function SetUserStatus(V1, V2, V3) if V1='N' then if V2=V3 then Ans = '0'; else Ans = '1'; end if V1='Y' then Ans = '0'; end RETURN(Ans) I'm sorry, but where in this routine do you actually call the SetUserStatus function? You need to do more than just name ...
by chulett
Wed Dec 27, 2006 3:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dos to unix on Linux environment
Replies: 18
Views: 5914

And who would you be?
by chulett
Wed Dec 27, 2006 3:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with the Sequencer
Replies: 15
Views: 4732

Well, we ain't able to give you any help without more details. How did you setup these two notifications? What are the trigger values you've used? Details, man!
by chulett
Wed Dec 27, 2006 3:04 pm
Forum: General
Topic: odbc
Replies: 41
Views: 15395

How about a clue as to what database you are connecting to with this? SQL Server?

I'd also suggest you post the .odbc.ini entry that was created for this so we can see if it was configured correctly or not.