Search found 42189 matches

by chulett
Tue Jun 25, 2013 5:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Concatenation in transformer ?
Replies: 9
Views: 3571

As noted, you need to use DecimalToString on the incoming decimal first then concatenate and lastly use StringToDecimal to convert the end result back to a decimal.
by chulett
Tue Jun 25, 2013 5:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert then Update
Replies: 3
Views: 1053

The insert must fail for the update to trigger and it will only fail if you have a unique constraint over the column(s) involved.
by chulett
Tue Jun 25, 2013 2:28 pm
Forum: General
Topic: UNIX Commad line - no wait required upon invoking the job
Replies: 11
Views: 3397

Well, that's certainly not the documented behaviour nor what I recall from personal experience in the past. Perhaps contacting your official support provider is in order?

Out of curiousity, what exactly is in your $DSJOB_LOGON_CLAUSE variable?
by chulett
Tue Jun 25, 2013 1:52 pm
Forum: Site/Forum
Topic: Fatal error: "Find all posts by ray.wurlod"
Replies: 1
Views: 4687

Neither. We all see it and it's not something on a fix list... it's why there's a big green banner at the top of the search page that states: This search database is huge! Remember: Searching for a single word or even a few common words will probably cause the search to run out of memory and abort. ...
by chulett
Tue Jun 25, 2013 1:46 pm
Forum: General
Topic: Install FP1 on IIS 8.5
Replies: 2
Views: 758

8)
by chulett
Tue Jun 25, 2013 1:27 pm
Forum: General
Topic: UNIX Commad line - no wait required upon invoking the job
Replies: 11
Views: 3397

Both -jobstatus and -wait make it wait for completion so it can report the appropriate status back to you. If you don't want it to wait, do not include either option.
by chulett
Tue Jun 25, 2013 9:20 am
Forum: General
Topic: Error in connecting datastage server using designer client
Replies: 11
Views: 4329

This happens to you or everyone?
by chulett
Tue Jun 25, 2013 7:15 am
Forum: General
Topic: Error while running sequencer
Replies: 5
Views: 2359

That or "Timed out while waiting for an event". ... Wow, that search gives me exactly 6 hits. All of which more or less say "why don't you try searching for "'timed out while waiting for an event'"? That's why this is such a helpful site. :? Search fail... it returned 67 ma...
by chulett
Tue Jun 25, 2013 7:06 am
Forum: General
Topic: Wait For File: Is it a bug or a feature ?
Replies: 3
Views: 1045

:!: Split to your own topic, linked back to original thread.
by chulett
Mon Jun 24, 2013 11:14 pm
Forum: General
Topic: Sequence job
Replies: 7
Views: 1710

Or DSSendMailTester as well, also check their source code which can be copied and adjusted to your need.
by chulett
Mon Jun 24, 2013 11:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ICONV Date / Time format mask
Replies: 9
Views: 8185

What's your goal here?
by chulett
Mon Jun 24, 2013 9:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data initialization
Replies: 10
Views: 2402

... or you can just give what James posted a try.
by chulett
Mon Jun 24, 2013 9:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Concatenation in transformer ?
Replies: 9
Views: 3571

If you want to pursue the first method, show us the syntax you used and we'll go from there.
by chulett
Mon Jun 24, 2013 9:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ICONV Date / Time format mask
Replies: 9
Views: 8185

You have to split the date from the time and convert them separately.
by chulett
Mon Jun 24, 2013 4:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset & Flat file - for incremental logic
Replies: 3
Views: 1032

Not arriving at a solution doesn't mean you start over in a new thread. Keep pushing in your original thread until you get your solution.