Search found 42189 matches

by chulett
Fri Oct 05, 2007 11:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: @NULL in PX
Replies: 2
Views: 1147

SetNull()
by chulett
Fri Oct 05, 2007 9:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Do I need, can I have SID=Oracle SID in Oracle odbc defintio
Replies: 3
Views: 1260

I haven't had any issues using the same 'tnsname' in both the thick and thin Oracle ODBC drivers:

Code: Select all

SID=XXXXXX          (Wired)
ServerName=XXXXXX   (Non-wired)

Changes/additions to this are immediately available.
by chulett
Fri Oct 05, 2007 9:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String to Date conversion
Replies: 1
Views: 989

Use the StringToDate function with the appropriate mask. Search the forum for specific examples.
by chulett
Fri Oct 05, 2007 7:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence Number
Replies: 14
Views: 2797

I thought a job User Status area was strictly Server job's only? Can it be used in a EE job to pass a sequence number? As far as I know, you can if you do it in a BASIC transformer - with all the restrictions and caveats that that would bring along with it. Or simply plug a Server job into your job...
by chulett
Fri Oct 05, 2007 6:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence Number
Replies: 14
Views: 2797

chulett wrote:If it is truly the 'Initial Value' to use in the Surrogate Key Generator, then should you not increment your current max value by 1 before you poke it in there?
ray.wurlod wrote:No, because I specified "the next available key", rather than the current max key value. implying that there would be a +1 in the SELECT statement.

Code: Select all

SELECT MAX(SKey) + 1 FROM tablename;

:lol: So, in other words - yes.
by chulett
Fri Oct 05, 2007 6:54 am
Forum: General
Topic: Jobs statistics displaying 0 zeros all of a sudden...
Replies: 3
Views: 1271

I'm guessing that on a Windows server that would be a Service you would need to check and see if it was running. However, not having any personal experience with DataStage on Windows, I'll defer to people who actually know what they are talking about. :wink:
by chulett
Fri Oct 05, 2007 6:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Validate option in job activity stage
Replies: 3
Views: 1016

It is the same 'Validate' that is available in your normal Run dialogue box. In much earlier versions, it was a required step as it was the only way to create your hashed files. I can't remember the last time I validated a job now that that is no longer an issue. Never really found where the docs ac...
by chulett
Thu Oct 04, 2007 5:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence Number
Replies: 14
Views: 2797

If it is truly the 'Initial Value' to use in the Surrogate Key Generator, then should you not increment your current max value by 1 before you poke it in there?
by chulett
Thu Oct 04, 2007 3:14 pm
Forum: General
Topic: Job Sequence trigger usage based on data value 0 or !=0
Replies: 15
Views: 4405

Time to mark this as Resolved, it seems.
by chulett
Thu Oct 04, 2007 2:14 pm
Forum: General
Topic: Job Sequence trigger usage based on data value 0 or !=0
Replies: 15
Views: 4405

Field marks in the output need to be removed. Your Custom Conditional expression should be:

Execute_Command_7.$CommandOutput<1>=1

-or-

EReplace(Execute_Command_7.$CommandOutput,@FM,"")=1
by chulett
Thu Oct 04, 2007 1:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: return skey based on condition!!
Replies: 2
Views: 2336

Topic has been discussed quite a bit here, search for Range Lookup to find them.
by chulett
Thu Oct 04, 2007 1:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Row count in aggregator stage or ??
Replies: 2
Views: 1532

We knew you would figure it out. :wink:
by chulett
Thu Oct 04, 2007 12:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Scheduling batch jobs
Replies: 6
Views: 1974

Shrey - if you are going quote everything every time you reply, at least remove the check next to 'Disable BBCode in this post' so it shows up correctly. :?
by chulett
Thu Oct 04, 2007 9:46 am
Forum: General
Topic: Omit password flag not working
Replies: 1
Views: 941

Suggest you click the Help button on the connection screen and read all about the Omit option there.
by chulett
Thu Oct 04, 2007 8:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Failed to install multi-client manager
Replies: 2
Views: 1533

What O/S is your laptop running? Hint - 'Windows' is not a specific enough answer. :wink: