Search found 53125 matches
- Thu May 04, 2006 2:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Copy Stage
- Replies: 8
- Views: 6711
You can set it to False if you like. What this ultimately means is that the optimizer can decide - if you are doing a direct copy with no changes particularly - not to include the Copy stage at all. After all, if it's a placeholder (a "do nothing" stage), then it's most efficiently replaced with a N...
- Thu May 04, 2006 2:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dsexport / dscmdexport never seem to finish..
- Replies: 6
- Views: 1564
- Thu May 04, 2006 2:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Diff between Filter and Switch Stages
- Replies: 6
- Views: 1626
- Thu May 04, 2006 2:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error while running A job
- Replies: 6
- Views: 2314
- Thu May 04, 2006 2:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Converting integer to date
- Replies: 3
- Views: 1045
- Thu May 04, 2006 2:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Running PX on windows
- Replies: 9
- Views: 3126
- Thu May 04, 2006 2:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Implicit User ID and Password for ODBC stage.
- Replies: 1
- Views: 703
- Thu May 04, 2006 2:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Signification of the value of stageStatus
- Replies: 1
- Views: 1146
- Thu May 04, 2006 12:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Shared containers in parallel -- multiple instances?
- Replies: 7
- Views: 1353
- Thu May 04, 2006 12:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: performance improving while fetching data from oracle stage
- Replies: 4
- Views: 1359
First off, get rid of the metadata mismatch. Import the Oracle table definition and load that (just the columns that you need) into your DataStage job. Even that will improve the speed a little. For the rest, the problem is what you are doing with the rows once they arrive. Chances are that the prob...
- Thu May 04, 2006 12:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Time stamp
- Replies: 5
- Views: 2508
The answer to the original question is "extract the year and month from the timestamp". If your source is standards-compliant, and the timestamp conforms to ISO 8601, then the first seven characters of the timestamp contain the year and month. Because server jobs have no internal data types, it woul...
- Thu May 04, 2006 12:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Writing subroutine
- Replies: 7
- Views: 2487
Just had to be sure. If you use Version Control for promotion all you have to is put the script (or a link to it) in any directory you have identified to Version Control as a "versioned folder" and Version Control will look after the migration of the script for you. You can "write the script in DS" ...
- Thu May 04, 2006 12:23 am
- Forum: IBM QualityStage
- Topic: Using ODBC Connections in QS
- Replies: 3
- Views: 1819
You need the UNIX-based ODBC driver for your database; this is probably the one that shipped with DataStage. Configure DSNs by editing a file called .odbc.ini (this is probably in the Engine directory for DataStage). If you're going to use that ODBC driver with DataStage too, you also need to config...
- Wed May 03, 2006 10:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Writing subroutine
- Replies: 7
- Views: 2487
- Wed May 03, 2006 10:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: need suggestions for bulding datastage job
- Replies: 8
- Views: 2156