Search found 53125 matches
- Fri Sep 26, 2008 4:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with Routine Calls
- Replies: 15
- Views: 4271
- Fri Sep 26, 2008 4:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash file in Datastage
- Replies: 5
- Views: 6819
- Fri Sep 26, 2008 4:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Query regarding access of internal DataStage repository
- Replies: 4
- Views: 2521
I don't suppose you bothered to Search?
- Fri Sep 26, 2008 2:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Exception Handling
- Replies: 3
- Views: 1516
You can test the mapping with an Oconv() function. Create a routine that applies the Iconv() function to its argument with "NLSmapname" as the second parameter to Oconv() then test whether the conversion was successful using the Status() function. Obviously you need to replace "mapname" in the above...
- Fri Sep 26, 2008 2:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: mgration from 5.22 to 7.5.2
- Replies: 19
- Views: 8247
- Fri Sep 26, 2008 2:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: get routine elapsed time
- Replies: 3
- Views: 1430
- Fri Sep 26, 2008 2:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Varchar to Date format
- Replies: 42
- Views: 10909
- Fri Sep 26, 2008 2:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: RT_LOG149
- Replies: 6
- Views: 1468
No idea. There's nothing in DataStage per se that would destroy a job log table. Could be vandalism, could be an operating system flaw with file units getting confused, just to mention a couple off the top of my head. The code that drops a job log table could be a malicious routine; the only part of...
- Fri Sep 26, 2008 2:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash file in Datastage
- Replies: 5
- Views: 6819
There's no such thing. By the way, the correct term is "hashed" file. A hashed file is a database table. Asking for a sample of a hashed file is like asking for a sample of an Oracle or DB2 table. It's just not going to happen. There are both dynamic and static hashed files in each project directory...
- Fri Sep 26, 2008 1:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Varchar to Date format
- Replies: 42
- Views: 10909
- Fri Sep 26, 2008 1:06 am
- Forum: Data Quality Best Practices
- Topic: Frequency cutoff in QS
- Replies: 5
- Views: 10235
It's an aid to productivity - you can eliminate low frequency occurrences because you're typically more interested in the higher frequencies, for example to decide whether to apply a rule override. As to WHY you're defining anything, that would require mind reading and I'm not feeling up to doing th...
- Fri Sep 26, 2008 1:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: calling of store procedures
- Replies: 4
- Views: 1749
Did you happen to Search for an answer before posting? I'm sure this has been answered in the past.
- Fri Sep 26, 2008 1:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: get routine elapsed time
- Replies: 3
- Views: 1430
- Thu Sep 25, 2008 9:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Row counts
- Replies: 7
- Views: 1578
See what you get for not describing the entire scenario? Break your data into two streams based on the value of FLAG. Run each stream through an Aggregator to perform the counts, and bring the streams back together in a Funnel stage. Downstream of that allocate T0FLAG or T1FLAG (in a transformer sta...
- Thu Sep 25, 2008 9:55 pm
- Forum: General
- Topic: Force comparing strings when they contain numbers
- Replies: 1
- Views: 1500