Search found 53125 matches
- Wed Jun 27, 2007 10:11 am
- Forum: General
- Topic: Nonpipe(Or no virtuual file)
- Replies: 3
- Views: 1474
- Wed Jun 27, 2007 5:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: 2 files has to append without using funnel stage
- Replies: 4
- Views: 1369
WHY "without using funnel stage" ?
Simply create two files, and post-process in an after-job subroutine ExecDOS to type the one to append to the other.
Simply create two files, and post-process in an after-job subroutine ExecDOS to type the one to append to the other.
Code: Select all
TYPE file2 >> file1 && ERASE file2- Wed Jun 27, 2007 5:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: implement a scenario in DS
- Replies: 1
- Views: 735
- Wed Jun 27, 2007 5:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job log not available.
- Replies: 12
- Views: 3395
You did not have exclusive access to the project when you executed DS.REINDEX Therefore the indexes were dropped, but not re-created. Do it again when you can guarantee that you have exclusive access and the indexes are successfully rebuilt. Execute the LIST.READU command and make sure there is no e...
- Wed Jun 27, 2007 5:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Teradata aborts half way through
- Replies: 5
- Views: 2558
- Wed Jun 27, 2007 5:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem Reading Fixed width File
- Replies: 7
- Views: 2516
- Wed Jun 27, 2007 5:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job to trucate tables
- Replies: 14
- Views: 4507
- Wed Jun 27, 2007 5:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: to create 64 bit hashed file
- Replies: 2
- Views: 1132
The better command is where pathname is a directory on a file system with plenty of free space (at least 2GB). This gives you two I/O channels instead of one, and eliminates filling the file system where the hashed file actually resides.
Code: Select all
RESIZE <<hashedfile>> * * * 64BIT USING pathname - Wed Jun 27, 2007 4:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Complex logic
- Replies: 5
- Views: 1244
- Wed Jun 27, 2007 4:55 am
- Forum: IBM QualityStage
- Topic: Working with CJK characters
- Replies: 1
- Views: 1026
Search the forum and the manuals for the term NLS (National Language Support). Essentially the Ascential products place a character map between the data "out there" and themselves. These maps translate from the "native" encoding - for example BIG5 or GB2312 for Chinese - and the idiosyncratic UV-UTF...
- Tue Jun 26, 2007 6:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Weired error on Transformer
- Replies: 10
- Views: 4370
- Tue Jun 26, 2007 6:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Basic Query
- Replies: 1
- Views: 795
Check out Chuck Smith's web site - he has what you seek for hashed files, and it's easily adaptable for other OLETYPEs.
- Tue Jun 26, 2007 4:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: execute command stage
- Replies: 10
- Views: 2665
- Tue Jun 26, 2007 4:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: KBADifferent does not work Fractional part of Dec is 10 dig
- Replies: 22
- Views: 5870
- Tue Jun 26, 2007 4:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Empty DSN: list returned from host <server_name>
- Replies: 4
- Views: 1997