Search found 42189 matches
- Sat Jan 07, 2006 9:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Profile Stage
- Replies: 2
- Views: 554
Profile Stage? No, that's a completely separate (and different) product. For processing files with the same structure, there are at least a couple of different options: 1) Concatenate them all together 'before job' and process them all at once. 2) If you have the 7.5.x version of DataStage, leverag...
- Fri Jan 06, 2006 5:21 pm
- Forum: Site/Forum
- Topic: Grid Computing - donate spare CPU cycles to research
- Replies: 17
- Views: 6772
- Fri Jan 06, 2006 5:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Best way to populate jobstart datetime to Oracle -DS Macro
- Replies: 5
- Views: 1387
- Fri Jan 06, 2006 3:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Best way to populate jobstart datetime to Oracle -DS Macro
- Replies: 5
- Views: 1387
The date and time the job started doesn't change, so use the Initial Value of the stage variable to capture it once instead of on each row. The blank derivation of the stage variable means it retains its value over the course of the job. Then you just simply reference this value for each row going i...
- Fri Jan 06, 2006 3:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Best way to populate jobstart datetime to Oracle -DS Macro
- Replies: 5
- Views: 1387
- Fri Jan 06, 2006 2:34 pm
- Forum: Site/Forum
- Topic: Grid Computing - donate spare CPU cycles to research
- Replies: 17
- Views: 6772
- Fri Jan 06, 2006 12:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Rare Error Messsage
- Replies: 20
- Views: 9221
- Fri Jan 06, 2006 7:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: UVOpen Unable to Open File Hash File Error
- Replies: 12
- Views: 3008
Re: UVOpen Unable to Open File Hash File Error
Before a job runs, is it that the ds system will check if the hash file resource is there in the given directory? Then only it runs the job. Since the hash files are created during the job run and that I have emptied the hash directory prior to run, could this cause the error? Depending on your exa...
- Fri Jan 06, 2006 7:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dsintbuf_getrow() - row has 71 columns when 6 expected
- Replies: 15
- Views: 9390
- Fri Jan 06, 2006 7:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Certifications
- Replies: 3
- Views: 1473
- Fri Jan 06, 2006 7:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Delete Query
- Replies: 2
- Views: 1247
Saying that 'performance is slow' with your delete query is pretty much meaningless without alot more information. You can have the 'fastest' delete query in the world that uses PK fields, but if there are many indexes on the table and/or RI to other tables, than deletes can still be slow... but wil...
- Fri Jan 06, 2006 7:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CLOB datatype error
- Replies: 11
- Views: 3118
Yes, as Arnd notes you'll need to use a datatype of LongVarChar (and a large size) in order to stand a chance of making this work. Make sure you keep the array size at 1 or at least raise it at your own risk. The other 'trick', if you know the data in the CLOB that you are selecting will fit in a Va...
- Fri Jan 06, 2006 7:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transpose a row Question in Parallel jobs
- Replies: 18
- Views: 7576
- Fri Jan 06, 2006 7:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: job abort
- Replies: 6
- Views: 2924
- Fri Jan 06, 2006 7:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How can I C stage and Java Stage?
- Replies: 4
- Views: 1145
DataStage server jobs work in a typeless environment using DataStage BASIC as a programming language. There is no direct mechanism for accessing C or Java. Actually, there is... for Java. It's a separate purchase, but you can buy the Java Pack which will allow you that 'direct mechanism for accessi...