Search found 53125 matches
- Tue Apr 22, 2014 2:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: adding zero into input field's data
- Replies: 6
- Views: 1443
- Tue Apr 22, 2014 2:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unique record counter-Hash partitioning before transformer
- Replies: 8
- Views: 3155
- Mon Apr 21, 2014 2:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to find the last link of an etl job?
- Replies: 10
- Views: 4180
- Mon Apr 21, 2014 2:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Creating Multiple Format Flat File
- Replies: 9
- Views: 7230
- Mon Apr 21, 2014 2:18 pm
- Forum: General
- Topic: Installation clarification
- Replies: 3
- Views: 896
- Fri Apr 18, 2014 6:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Creating Multiple Format Flat File
- Replies: 9
- Views: 7230
- Fri Apr 18, 2014 6:08 pm
- Forum: General
- Topic: exporting job designs with executables
- Replies: 14
- Views: 5421
- Wed Apr 16, 2014 2:17 am
- Forum: General
- Topic: Datastage Universe environment clarification
- Replies: 1
- Views: 1048
There is only incomplete metadata provided for these tables, since the record structure varies for different record types. None of this is documented directly, though you can find some information about the structure in header files in the DSINCLUDE sub-directory. DO NOT open these hashed files with...
- Wed Apr 16, 2014 2:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Target as Lookup
- Replies: 2
- Views: 1494
That is a perfectly good practice. The output of a passive stage (such as a hashed file stage) is not opened until its input is closed. The contents of Table A are loaded into the hashed file before anything else happens. If you want to be able to look up against changes too, you need to implement a...
- Tue Apr 15, 2014 10:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Server Job Concepts
- Replies: 1
- Views: 1579
- Tue Apr 15, 2014 10:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Troubles reading UTF8 files with DataStage.
- Replies: 2
- Views: 3937
I suspect your database metadata are defined in terms of bytes rather than characters. Did you import the table definition into DataStage and, if so, what were the imported data types? Try using VarChar(20) to cover all possibilities (some UTF-8 encodings can use a variable number of bytes per chara...
- Tue Apr 15, 2014 6:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Windows: tsort file is not registered
- Replies: 5
- Views: 2603
Orphaned scratchdisk files are most typically left by aborted jobs. This is one of the reasons I create job designs that do not abort. When a player process aborts, its controlling section leader (or even the conductor process) may attempt to clean up temporary/scratch files. I believe that this is ...
- Tue Apr 15, 2014 2:38 pm
- Forum: General
- Topic: Illegal flavor keyword, IDEAL flavor DataStage assumed
- Replies: 2
- Views: 1891
From memory the main ones are those where the Pick variant is radically different, namely CREATE.FILE, DELETE.FILE and COPY. One of us would have to check the UniVerse User's Guide to be sure. Changing flavor involves copying entries from the appropriate NEWACC subfile into VOC - you can create an a...
- Tue Apr 15, 2014 2:29 pm
- Forum:
- Topic: How to define functions in Business Glossary?
- Replies: 2
- Views: 3000
- Tue Apr 15, 2014 2:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage Scenario?
- Replies: 3
- Views: 1407