Search found 42189 matches
- Tue May 31, 2005 1:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Schedule same job to run multiple times during the day
- Replies: 6
- Views: 2603
- Tue May 31, 2005 7:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Parallel update to DB2
- Replies: 8
- Views: 1927
- Tue May 31, 2005 6:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multiple compile - DS 7.1r2 AIX
- Replies: 4
- Views: 1486
- Tue May 31, 2005 6:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ds_ipcgetnext - timeout waiting for mutex
- Replies: 6
- Views: 1779
- Tue May 31, 2005 6:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to allocate Type 30 descriptor, table is full
- Replies: 10
- Views: 9314
- Tue May 31, 2005 6:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: # Problem In Table Name
- Replies: 5
- Views: 1157
As noted, it would be nice to know what database and stage you are asking about. Oracle (and others for all I know) have the ability to handle pound and dollar signs in table names by using the following substitutes: # = __035__ $ = __036__ Note that there are two underscores on either side of the n...
- Tue May 31, 2005 6:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem while loading date into a table
- Replies: 4
- Views: 1535
- Mon May 30, 2005 8:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to generate sequence no
- Replies: 4
- Views: 1379
i want starting value with 1 to n(no of rows in the sorce file).when ever i run this job the no should get 1 to n. which is best way to do it? Not sure why you'd want it to always start over at 1 each time, but if you do there's an easy way to do that: the @INROWNUM System Variable. This tracks the...
- Mon May 30, 2005 5:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: file merge
- Replies: 12
- Views: 3256
Depends, somewhat, on what happens next with the new file. Going back to one of the original suggestions - use the copy command: copy file1+file2 file3 The file noted as 'file3' becomes the product of the first two files concatenated together. Do this 'before job' to a fixed filename for processing ...
- Mon May 30, 2005 4:22 pm
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: Primer for Web Services
- Replies: 4
- Views: 3131
- Mon May 30, 2005 4:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: "Use Account name " option is not working
- Replies: 5
- Views: 1148
- Mon May 30, 2005 9:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abort after 999.999 warning
- Replies: 7
- Views: 1848
- Mon May 30, 2005 8:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abort after 999.999 warning
- Replies: 7
- Views: 1848
- Mon May 30, 2005 8:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Exporting DS project via DSJOB
- Replies: 12
- Views: 5103
- Mon May 30, 2005 7:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: "Use Account name " option is not working
- Replies: 5
- Views: 1148
To expand a bit on the previous post, I agree it is best to leave it blank. A blank Account Name means the current account - i.e. the Project the job is currently running in. If you leave it blank then it will still work as expected when you promote the job from your development to test to productio...