Search found 3045 matches
- Tue Nov 29, 2005 4:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Portability between Unix OS
- Replies: 7
- Views: 2151
- Tue Nov 29, 2005 2:41 am
- Forum: Site/Forum
- Topic: Allow guest users?
- Replies: 3
- Views: 2531
If the site develops more content, let's say downloads, white papers, example code etc. then make the forum exposed and accessible to search engines and make other features available to free members and premium services to different levels of paid members. The forum threads cover just about every Da...
- Mon Nov 28, 2005 7:36 pm
- Forum: Site/Forum
- Topic: Allow guest users?
- Replies: 3
- Views: 2531
Allow guest users?
Should the forum be available to guest users? Allow people to view threads without having to login (or signup). This would give the site greater search engine saturation, currently the only pages from the site on the google search index are the non-login pages such as profiles, news pages and testim...
- Mon Nov 28, 2005 5:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem combining 2 inputs
- Replies: 1
- Views: 515
- Mon Nov 28, 2005 4:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DB2 UDB API Connection
- Replies: 7
- Views: 2287
- Sun Nov 27, 2005 5:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: filter records
- Replies: 8
- Views: 1517
Whenever you get a text file you should always go back to the source and ask if they have a data dictionary that defines the file. For example some files are extracted from a database, so you can use the table metadata for a more accurate file definition. Some are complex flat files produced by a ma...
- Sun Nov 27, 2005 4:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: 'fix_zero' for decimal values
- Replies: 5
- Views: 6301
fix_zero causes a decimal field containing all zeros to be treated as a valid zero. Omitting fix_zero causes the application to generate an error if it encounters a deimal containing all zeros. suppress_zero specifies that the returned ustring value will have no leading or trailing zeros. Examples....
- Sat Nov 26, 2005 12:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Checking Source Data
- Replies: 2
- Views: 813
- Sat Nov 26, 2005 12:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to do change capture in server jobs?
- Replies: 3
- Views: 795
- Thu Nov 24, 2005 8:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Summing up Financial Year to Date data 1 April to Mar 31
- Replies: 9
- Views: 3453
The complex SQL approach is not as robust or maintainable as having a lookup table such as a time dim. You have a duplication of code rather then code sharing, one spelling mistake by a novice programmer and the job will still work and produce results but all the aggregation will be wrong. Eg. typin...
- Thu Nov 24, 2005 5:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How can we handle unstructured data?
- Replies: 7
- Views: 3471
IBM see Information Integration accessing federated and unstructured data and the Ascential suite processing those parts of it that it can handle. Adding BLOB support to DataStage is part of this. There are some highly specialised tools out there for identifying text in pictures or converting legacy...
- Thu Nov 24, 2005 4:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to Join the multiple Database sources
- Replies: 5
- Views: 1318
The IILive2005 had a session on using the full IBM Information Integration suite (not just the Ascential products). With Information Integrator you can create a join across heterogeneous data sources and then process this data with DataStage. You can also use Information Integrator replication to tr...
- Thu Nov 24, 2005 4:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Validating all fields of a row & send errors to ErrFile/
- Replies: 7
- Views: 1862
And you can put a char(10) at the start of each test message to make it appear on a seperate row. You can output both an error header file and an error item file, the header has some columns that identify the job name and process information (process identification and date) and something that ident...
- Thu Nov 24, 2005 4:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: surrogate key stage's start value
- Replies: 2
- Views: 762
- Wed Nov 23, 2005 11:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem related with job sequence
- Replies: 6
- Views: 1545
If you are using a recent enough version of DataStage have a look at the documentation on the Set Job Variables stage. This lets you create variables at the start of your sequence job and use them in all downstream stages. It supports using job parameters, routines and external scripts to set and ma...