Search found 53125 matches
- Mon Apr 09, 2007 3:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage vs COBOL
- Replies: 12
- Views: 5590
No advantage at all in moving to DataStage, if you have, and will continue to have, the skilled resources to maintain the COBOL applications. Can that be guaranteed? It's more likely, in ten years time, that there will be a big pool of DataStage developers around than a big pool of COBOL programmers...
- Mon Apr 09, 2007 3:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need to know how to clean up datasets (whose header is gone)
- Replies: 3
- Views: 987
- Mon Apr 09, 2007 3:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle date formats
- Replies: 8
- Views: 2820
- Mon Apr 09, 2007 3:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequence number in Oracle DB
- Replies: 5
- Views: 1456
- Mon Apr 09, 2007 3:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Converting a nullable Source to a non-nullable result
- Replies: 4
- Views: 3456
- Mon Apr 09, 2007 2:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: multiple record structure flat file
- Replies: 16
- Views: 7659
Mainframe jobs and parallel jobs use a completely disjoint set of stages. There is no comparison. Unless you're running USS, you do not have UNIX commands available for checking files. Record count within DataStage can be easily achieved by aggregating a single column whose value has been set to the...
- Mon Apr 09, 2007 2:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: GETTING BETTER PERFORMANCE FOR ORACLE LOAD
- Replies: 5
- Views: 1478
- Mon Apr 09, 2007 2:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: schema
- Replies: 14
- Views: 3631
- Mon Apr 09, 2007 2:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need infromation regarding some Fatal errors
- Replies: 9
- Views: 7725
- Mon Apr 09, 2007 2:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: load method giving fatal error
- Replies: 4
- Views: 875
The location of your scratch disk is unlikely to help anyone other than your co-workers on the same server. Location of scratch disk is specified by the configuration file selected when the job is run - it can differ day to day. Also, you need to check all the scratch disks for the node from which t...
- Mon Apr 09, 2007 2:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: logic for updating date
- Replies: 5
- Views: 1292
- Mon Apr 09, 2007 2:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: XML inputfile
- Replies: 5
- Views: 1168
Please elaborate on what you mean by "capture". Do you mean "pre-check" in some sense? That would suggest itself as the approach to take. What is the characteristic that makes it bad - nothing in all five data fields? Or nothing in any one of them? I'd be thinking along the lines of scripting a comm...
- Mon Apr 09, 2007 2:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: concatenate two fields in Transformer
- Replies: 9
- Views: 12979
Derivation Substitution
Select one of more of these derivations, then right click and choose Derivation Substitution from the menu. This allows you to edit some of all of the selected derivations. For example, if you choose the "entire expression" option and enter NullToValue($1), each expression in the selected set is rep...
- Mon Apr 09, 2007 2:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Weird Error
- Replies: 5
- Views: 1988
- Mon Apr 09, 2007 2:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using multiple Hash file in one job
- Replies: 5
- Views: 1241
The practical limits on the number of hashed files in a job is governed by three factors. The amount of complexity - and therefore ease of maintainability - in the job design. The amount of disk space available for storage of the hashed files. The setting of T30FILE being large enough to have all th...