Every example could be real time.
One of my favourites receives an error code, decodes it, enriches that with the job name, start time, user ID and various other things, and writes the lot into a standard error table.
Search found 53125 matches
- Sat Dec 22, 2007 1:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Shared container
- Replies: 7
- Views: 2716
- Sat Dec 22, 2007 1:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: problem in lookup logic
- Replies: 4
- Views: 1418
It's clear that I don't understand your logic - my guess was off the mark. Please write out a specification in English of what is supposed to happen - don't mention DataStage, hashed files or anything else in the specification. For now I will ignore the question about the hashed file. Have you ever ...
- Sat Dec 22, 2007 1:20 am
- Forum: IBM QualityStage
- Topic: investigate stage
- Replies: 23
- Views: 10775
- Fri Dec 21, 2007 5:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML CRLF error
- Replies: 6
- Views: 2619
Maybe it's objecting to CRLF because you're on a UNIX platform and CRLF is not the line terminator. Most XML parsers would still recognize and be able to ignore CRLF, but the one you get with the XML stages has manifested other weird behaviours in the past, so who knows? Can you try pre-processing t...
- Fri Dec 21, 2007 5:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Previous instance status
- Replies: 5
- Views: 1220
- Fri Dec 21, 2007 5:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Triming more than 1 spaces on a particular column
- Replies: 12
- Views: 2430
Code: Select all
Trim(NullToEmpty(InLink.FirstName) : " " : NullToEmpty(InLink.MiddleName) : " " : NullToEmpty(InLink.LastName))- Fri Dec 21, 2007 5:11 pm
- Forum: IBM QualityStage
- Topic: investigate stage
- Replies: 23
- Views: 10775
- Fri Dec 21, 2007 1:33 pm
- Forum: IBM QualityStage
- Topic: investigate stage
- Replies: 23
- Views: 10775
- Fri Dec 21, 2007 1:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Getting a "No space left on device" error
- Replies: 15
- Views: 6179
- Fri Dec 21, 2007 1:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Look up to sequncial file
- Replies: 8
- Views: 2542
- Fri Dec 21, 2007 1:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Load data into SQL server
- Replies: 7
- Views: 3960
- Fri Dec 21, 2007 1:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Heap Allocation failed
- Replies: 4
- Views: 1438
- Fri Dec 21, 2007 1:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: registry failure
- Replies: 5
- Views: 1388
- Fri Dec 21, 2007 1:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: WildCard in Constraints
- Replies: 10
- Views: 4375
DateStage (UniVerse) uses a pattern matching regime that is neither SQL wildcards nor regular expressions. It includes the ability to match character type (alphabetic, numeric, "don't care"). Either "0X" or "..." in a match pattern matches "any characters". Therefore another solution is Input.Code M...
- Fri Dec 21, 2007 1:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSSendMail syntax question
- Replies: 2
- Views: 1232