Search found 53125 matches
- Tue Feb 13, 2007 3:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem reading the file
- Replies: 11
- Views: 2192
Yes, you're calling a server function from a parallel Transformer stage. This is not permitted. Yes, you're calculating something every row that doesn't need to be calculated, because it's already in a system variable. Yes, if you must calculate something yourself, you could simply initialize a stag...
- Tue Feb 13, 2007 3:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Teradata error
- Replies: 7
- Views: 1259
- Tue Feb 13, 2007 3:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: UV Stage Lookup
- Replies: 3
- Views: 1628
- Tue Feb 13, 2007 3:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: The jobs are not called from the batch
- Replies: 8
- Views: 2495
For a few cents per day you CAN view premium content. It's how this site partially funds its bandwidth charges. You can declare a dimensioned array using a DIMENSION statement. You then, of course, need to keep track of which element is being used for each job, so perhaps an array with two dimensio...
- Tue Feb 13, 2007 3:00 pm
- Forum: General
- Topic: When do the Project and Job property defaults take effect?
- Replies: 3
- Views: 1366
It shouldn't be that hard. It's made that hard by the database vendors' insistence on different formats for Timestamp. What's wrong with following the ISO 8601 standard, I wonder? At least why can't they all recognize this one standard, in addition to their own idiosyncrasies? However, as DSguruji s...
- Tue Feb 13, 2007 2:55 pm
- Forum: General
- Topic: SQLite support
- Replies: 1
- Views: 1345
- Tue Feb 13, 2007 2:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem reading the file
- Replies: 11
- Views: 2192
- Tue Feb 13, 2007 2:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Teradata error
- Replies: 7
- Views: 1259
- Tue Feb 13, 2007 2:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Generate numeric duplicate number column
- Replies: 6
- Views: 1281
- Tue Feb 13, 2007 2:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DS Jobs Migration from one platfrom to Another
- Replies: 3
- Views: 1042
- Tue Feb 13, 2007 2:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: differences in job execution between 7.0 and 7.5
- Replies: 2
- Views: 808
- Tue Feb 13, 2007 2:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Can I use Change capture for this ?
- Replies: 8
- Views: 1879
While being aware of the Drop... properties that Uma suggests, which all default to False, why don't you experiment? There is a match for Key column where value is one of 5,6,7,8. The Compare stage is not positional - it requires the Key column to match and then performs a comparison on all change c...
- Tue Feb 13, 2007 2:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 SQL referencing a list
- Replies: 16
- Views: 4846
- Tue Feb 13, 2007 2:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fetch value for APT_CONFIG_FILE value in Unix environment?
- Replies: 12
- Views: 3617
Using the Administrator client, any user can determine the location of a project. This is reported in the status bar when a project is selected. On the server, location of a project is recorded in the hashed file UV.ACCOUNT and in the system table UV_SCHEMA. You can access both of these from the Dat...
- Tue Feb 13, 2007 2:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: replace comma with next line character at even position
- Replies: 11
- Views: 2264