Search found 53125 matches
- Sun Oct 05, 2008 6:10 am
- Forum: IBM QualityStage
- Topic: Domain Masks
- Replies: 1
- Views: 1040
Domain masks relate to preprocessor rule sets and indicate the domain-specific rule set to which a particular token should be sent for processing. The only legal values are: A address N name R area O other For example, A in KRPREP indicates that the token will be analyzed by the KRADDR rule set. Ref...
- Sun Oct 05, 2008 6:03 am
- Forum: IBM QualityStage
- Topic: POST actions in Rule Sets
- Replies: 1
- Views: 1058
POST actions are the post-execution actions are those actions which should be executed after the pattern matching process is finished for the input record. Post-execution actions can include computing Soundex codes, NYSIIS codes, reverse Soundex codes, reverse NYSIIS codes, copying, concatenating, a...
- Sat Oct 04, 2008 9:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Adding a month in a Date column
- Replies: 7
- Views: 1352
- Sat Oct 04, 2008 8:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Black Magic
- Replies: 18
- Views: 4508
- Sat Oct 04, 2008 4:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Execute Command Output
- Replies: 2
- Views: 2826
- Sat Oct 04, 2008 4:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Adding a month in a Date column
- Replies: 7
- Views: 1352
You need to add five months then add two days, perhaps in two stage variables in the Transformer stage. This requirement can not be done as a single generic function because month lengths are unequal. Is there anything special about "five months and two days" (just curious) or is this a specific exa...
- Sat Oct 04, 2008 4:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dropping component and No Default Conversion
- Replies: 9
- Views: 5790
- Sat Oct 04, 2008 6:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: same job run simultaneously with different parameters
- Replies: 14
- Views: 3491
- Sat Oct 04, 2008 6:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle write hangs infinitely
- Replies: 20
- Views: 7858
- Sat Oct 04, 2008 4:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: same job run simultaneously with different parameters
- Replies: 14
- Views: 3491
It can only be done if the job is capable of running multiple instances (this is a compilation option set in job properties). If the job is not capable of running multiple instances then the second attempt to start it will fail with a "job not in correct state" error, meaning that it is already runn...
- Sat Oct 04, 2008 4:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Varchar to Date format
- Replies: 42
- Views: 10909
- Sat Oct 04, 2008 4:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance issue with ODBC stage
- Replies: 3
- Views: 1732
Had you had a premium membership you could have read the entirety of my previous reply. I proposed some ideas in that post. How long does this query take to return all rows (note: NOT to return the first row) using some other client, such as TOAD? Why do you think DataStage would be any different? Y...
- Sat Oct 04, 2008 3:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance issue with ODBC stage
- Replies: 3
- Views: 1732
If you write custom queries you're pretty much on your own. Why aren't you using generated query? A SELECT statement can never generate UNIQUE constraint violations. I suspect you're not managing your keys very well either. How many jobs call KeyMgtGetNextValue with an argument of 1? An excellent wa...
- Sat Oct 04, 2008 3:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Varchar to Date format
- Replies: 42
- Views: 10909
Get your head around this idea. A date is a date is a date. Inside Oracle (or any other database, pretty much) it is stored as a binary value. Different tools have different requirements and standards as to how the date should be represented for human consumption. Usually these are configurable (for...
- Sat Oct 04, 2008 1:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Varchar to Date format
- Replies: 42
- Views: 10909