Search found 53125 matches
- Wed Feb 02, 2005 2:44 pm
- Forum:
- Topic: MetaData Descriptions
- Replies: 1
- Views: 1635
Welcome aboard! :D Don't have the problem here; running DataStage and QualityStage but not (yet) MetaStage. I wonder if that makes a difference? Also, we're on an AIX server, not a Windows server. Sorry I can't be more help than that. Are you on SP2, and are you aware that there are known issues ass...
- Tue Feb 01, 2005 11:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: decimal/numeric data type error in redbrick bulk loader
- Replies: 1
- Views: 784
- Tue Feb 01, 2005 7:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: datastage jobs
- Replies: 15
- Views: 5279
- Tue Feb 01, 2005 7:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to merge multiple sequencial files together effectively
- Replies: 6
- Views: 1937
You can write the routine, the essenceof which is Loop While ReadSeq Line1 From File1 ReadSeq Line2 From File2 ReadSeq Line3 From File3 ReadSeq Line4 From File4 * Adjust the next statement to handle intervening delimiter character NewLine = Line1 : Line2 : Line3 : Line4 WriteSeq NewLine To File5 Rep...
- Tue Feb 01, 2005 4:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Structure of DS Tables -- DS_JOBS
- Replies: 16
- Views: 10028
- Tue Feb 01, 2005 4:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to handle null value?
- Replies: 10
- Views: 5950
No. Columns containing spaces will be read as spaces. Can you grab the SQL from the DataStage job and execute in a different DB2 client, to determine what DB2 thinks of the SQL? Maybe use EXPLAIN or any other available profiling tools. The best place to grab the SELECT statement is from the job log....
- Tue Feb 01, 2005 4:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Not(Lookuplink.NotFound)
- Replies: 4
- Views: 927
- Tue Feb 01, 2005 4:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: datastage jobs
- Replies: 15
- Views: 5279
Even I have not been able to figure out the answer to Q13. Maybe there's a case for providing partial answers, and alerting interviewers (via a premium service?) of some standard questions that can be asked, the standard partial answer that is published here, and some follow-up question to test the ...
- Tue Feb 01, 2005 4:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance issues with Hash files.
- Replies: 5
- Views: 1265
- Tue Feb 01, 2005 4:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error While Connecting to DataStage
- Replies: 2
- Views: 1180
- Tue Feb 01, 2005 4:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Structure of DS Tables -- DS_JOBS
- Replies: 16
- Views: 10028
Yes, RT_CONFIG740 is so badly damaged - it was probably being written to when the disk full condition occurred - that even CLEAR.FILE won't work. This suggests that it's header block has become corrupted. Export the job (which doesn't use RT_CONFIG740) and import it (which will generate a new set of...
- Tue Feb 01, 2005 4:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: character to numeric translation
- Replies: 6
- Views: 1845
It appears that DataStage is not handling BigInt, and treating the value as Integer (signed 32-bit integer). Check whether this is the case by asking your support provider; the real question is "is BigInt" a supported data type. It wasn't in early versions of DataStage, I haven't checked for some ti...
- Mon Jan 31, 2005 11:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Looping
- Replies: 7
- Views: 1625
First off, 30 does fall into the "small and manageable" category. I'd be happy to have a Transformer stage with 30 outputs, given that only one of them is triggered for any input row. WriteNFiles would be called in an output column derivation expression. Argument Line is the line to be written to th...
- Mon Jan 31, 2005 11:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: decision support systems
- Replies: 2
- Views: 1114
Great answer, and surprisingly brief. There's so much more that could have been said, but Ken has captured the essence of it. I'd just add one more thing - a decision support system is more than just the collection of data; it's also the corporate knowledge of that data and of how it is used, and it...
- Mon Jan 31, 2005 11:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Structure of DS Tables -- DS_JOBS
- Replies: 16
- Views: 10028
Reindexing will not help if one of the hashed files has become corrupted. Indeed, the reindexing will fail to complete successfully in this case. That said, RT_CONFIGnnn is one of the least likely (smallest) hashed files in the repostory to become corrupted. It's only updated at compile time. More t...