Search found 42189 matches
- Fri May 18, 2007 6:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: KeyMgtGetNextValueConcurrent
- Replies: 9
- Views: 3347
We're obviously stumbling over the meaning of the word 'recreate'. It means to delete and then create again. This implies the new file would be empty which is why Ray made his comment and which would definitely effect every other sequence that was (formerly) held by that static hashed file. I suspec...
- Fri May 18, 2007 6:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Current Timestamp in to DB2
- Replies: 10
- Views: 2514
- Thu May 17, 2007 9:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Can we use the output of one reference input in the other?
- Replies: 5
- Views: 1190
- Thu May 17, 2007 9:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to open job
- Replies: 9
- Views: 3022
Did you not have any luck searching? It's all out there, having been discussed in detail many times before this. Why make someone type it all up again? ps. For it to 'take effect' you need to be cleaning up either your own processes or doing it as dsadm. But then if you'd searched and done some self...
- Thu May 17, 2007 8:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to open job
- Replies: 9
- Views: 3022
- Thu May 17, 2007 7:14 pm
- Forum: General
- Topic: Is anyone using DataDirect XML products with DataStage?
- Replies: 10
- Views: 2613
- Thu May 17, 2007 6:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Repository Interface error
- Replies: 9
- Views: 5433
- Thu May 17, 2007 6:09 pm
- Forum: General
- Topic: Is anyone using DataDirect XML products with DataStage?
- Replies: 10
- Views: 2613
- Thu May 17, 2007 5:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Repository Interface error
- Replies: 9
- Views: 5433
- Thu May 17, 2007 5:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Can we use the output of one reference input in the other?
- Replies: 5
- Views: 1190
- Thu May 17, 2007 5:06 pm
- Forum: General
- Topic: Is anyone using DataDirect XML products with DataStage?
- Replies: 10
- Views: 2613
- Thu May 17, 2007 3:36 pm
- Forum: General
- Topic: Problem while working with dsjob command.
- Replies: 1
- Views: 1130
You need to 'source' dsenv first:
Then things will work more better.
Code: Select all
cd $DSHOME
. ./dsenvThen things will work more better.
- Thu May 17, 2007 12:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Can we use the output of one reference input in the other?
- Replies: 5
- Views: 1190
- Thu May 17, 2007 12:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Manipulate Job Parameter
- Replies: 3
- Views: 1059
I never use a single parameter to encompass a complete filename, always two - specifically because they are not easily manipulated inside jobs. They are, however, easily combined. You'd have to do that outside of the job. For example, a Sequence job could use substrings like you noted (or the Field ...
- Thu May 17, 2007 10:28 am
- Forum: General
- Topic: unix command to see these incomplete records
- Replies: 4
- Views: 1423