Search found 53125 matches
- Wed May 03, 2006 9:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Compatibility with Solaris 5.10
- Replies: 3
- Views: 1313
In Sun Solaris: version 2.10 = version 5.10 ?? Yes SunOS was renamed Solaris. SunOS 5.10 is Solaris 2.10 In DataStage: version 7.5.1.1 <> version 7.5.1 ?? 7.5.1.1 is 7.5.1 with fixes. In DataStage: version 7.5.1.1 <> version 7.5.1A-OEM ?? OEM (other equipment manufacturer) means that it's supplied ...
- Wed May 03, 2006 9:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Shared containers in parallel -- multiple instances?
- Replies: 7
- Views: 1353
- Wed May 03, 2006 9:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: need suggestions for bulding datastage job
- Replies: 8
- Views: 2156
1. Any jobs presupposed by lookups. This includes lookups to be used in existence and change detection for Type 2 SCD. 2. Extract data from source to text files (rather than staging tables) - in your case they are already text files. 3. Pre-processing of source data (for example removal of header/tr...
- Wed May 03, 2006 8:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: identify temp files created by DS
- Replies: 7
- Views: 2942
The directory pointed to by UVTEMP may contain any of the following. - temporary files when compiling sica constraints ('compconXXXX') as part of DataStage SQL security - temporary files used for sorting (partitions files that are then merged) 'sort'XXX') - temporary files for EXECUTE...CAPTURING ('...
- Wed May 03, 2006 8:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Attempt to convert String value
- Replies: 8
- Views: 3001
Code: Select all
Oconv(Iconv("26-APR-06", "DDMY"), "D-YMD[4,2,2]") : " 00:00:00"- Wed May 03, 2006 8:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Archiving of data
- Replies: 3
- Views: 892
You can select only current data from source, using an appropriate WHERE clause, if the records have some date/time column you can use as the basis of this selection. That feeds the job that populates the data mart. A separate job can be used to purge the data mart tables of records more than a year...
- Wed May 03, 2006 8:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash file Resize
- Replies: 6
- Views: 2322
- Wed May 03, 2006 8:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequential file warning message
- Replies: 5
- Views: 1593
- Wed May 03, 2006 8:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: CAN we run Serverjob in Parallel Environment ?
- Replies: 4
- Views: 1290
- Wed May 03, 2006 8:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Converting integer to date
- Replies: 3
- Views: 1045
- Wed May 03, 2006 8:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job Sequencing Issues in Parallel
- Replies: 1
- Views: 702
- Wed May 03, 2006 8:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: lower case data to upper case
- Replies: 4
- Views: 3266
- Wed May 03, 2006 8:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: CAN we run Serverjob in Parallel Environment ?
- Replies: 4
- Views: 1290
You can run them in the PX environment subject to certain restrictions documented at the end of Chapter 2 of the Parallel Job Developer's Guide - however you will get reduced, rather than enhanced, performance because the strongly-typed environment of PX must convert to the typeless environment of s...
- Wed May 03, 2006 8:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel job - Transaction grouping
- Replies: 1
- Views: 742
- Wed May 03, 2006 8:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Decimal to integer
- Replies: 15
- Views: 4464