Search found 53125 matches
- Wed Jan 03, 2007 4:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Surrogate Key
- Replies: 12
- Views: 3635
- Wed Jan 03, 2007 4:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Config file on SMP
- Replies: 8
- Views: 2437
- Wed Jan 03, 2007 3:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Surrogate Key
- Replies: 12
- Views: 3635
It's almost exactly the same for parallel jobs. A prior job (which may as well be a server job, since it's only going to process one row) captures the next available key and stores it somewhere (a file, its user status area, whatever). The job sequences picks up that value from where it's stored and...
- Wed Jan 03, 2007 3:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Config file on SMP
- Replies: 8
- Views: 2437
- Wed Jan 03, 2007 3:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: HowTo extract data from binary file?
- Replies: 15
- Views: 4933
It's NOT EBCDIC. It's perfectly readable and the code points correspond to ASCII. "I have some information about the record" is simply not good enough. You must have ALL of the information about the record. Once you have this you can read it with a CFF stage or with a Sequential File stage. Create t...
- Wed Jan 03, 2007 3:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fatal Error Fork Failed Not Enough Space
- Replies: 2
- Views: 2373
- Wed Jan 03, 2007 2:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Running Multiple Instances-Partition By Date
- Replies: 7
- Views: 2633
If your incremental load contains creation dates from all years, then your approach (assuming it works for full load) should work OK for incremental load. I'm dubious about comparing something called "...date" against a job parameter called "#YEAR#" - maybe I'm more finicky about meaningful names th...
- Wed Jan 03, 2007 12:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: pxjobs
- Replies: 4
- Views: 1567
Welcome aboard. :D Your question is too vague. It would require someone to type in the Version Control manual. But you have this manual, on your DataStage clients CD. Read through it. If you have Version Control installed, it has its own help, and you could read that, too. Then, if you have any spec...
- Wed Jan 03, 2007 12:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Using Exception Table and Primary Key constraint
- Replies: 2
- Views: 1072
- Wed Jan 03, 2007 12:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential file Import problem
- Replies: 11
- Views: 4035
- Wed Jan 03, 2007 12:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: regarding uservariable activity
- Replies: 21
- Views: 4710
- Tue Jan 02, 2007 7:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error Processing
- Replies: 11
- Views: 2250
- Tue Jan 02, 2007 5:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Filtering Look Up Table
- Replies: 6
- Views: 1502
- Tue Jan 02, 2007 5:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: input file dataset doesnot exist
- Replies: 5
- Views: 2635
- Tue Jan 02, 2007 5:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Joining Dimensions in a data warehouse - is it possible?
- Replies: 3
- Views: 1274
Some authorities refer to this link table as a "factless fact table" - its purpose is to register the many-to-many relationship and nothing else. Subsequently you may add some kind of measure to this table, but it doesn't need one. But, as narasimha pointed out, the link table has to be kept up to d...