Search found 42189 matches
- Fri Apr 02, 2004 8:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Changing format
- Replies: 2
- Views: 903
- Fri Apr 02, 2004 8:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Do Persistent Variables exist in DataStage 6?
- Replies: 7
- Views: 2245
- Fri Apr 02, 2004 8:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Batch Job for deleting a hash file
- Replies: 11
- Views: 3055
You really should open a new topic, not just jump on the end of one that's sorta related. Then we'd know your DataStage version, operating system, etc. Plus, people looking for help on the same subject will have an easier time finding it, too! That being said, you need to do this via your Operating ...
- Fri Apr 02, 2004 8:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reject handling sybase
- Replies: 6
- Views: 1558
Josy - That was basically the question I was answering and, unfortunately, the answer is still no. Your target stage is the one generating and logging the warnings. This will happen with or without a Reject link. Not to be facetious, but the only thing you can do is everything in your power to ensur...
- Fri Apr 02, 2004 8:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Mutex error
- Replies: 1
- Views: 868
- Thu Apr 01, 2004 1:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Do Persistent Variables exist in DataStage 6?
- Replies: 7
- Views: 2245
Sure. As long as you are staying within a single Transfomer - Stage Variables should fill the bill. Check your online help. Across Transformers in a Job you need to write custom routines that leverage COMMON storage. Again, read up on them in your documentation as there are some pretty big caveats t...
- Thu Apr 01, 2004 11:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reject handling sybase
- Replies: 6
- Views: 1558
- Thu Apr 01, 2004 10:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reject handling sybase
- Replies: 6
- Views: 1558
Re: Reject handling sybase
Is there any way to avoid all these warnings?? I was expected to get only one warning indicating that N rows have been rejected. No. Your Target stage is generating the error messages and it will do so regardless of the presence of a Reject Row. All the Reject Row does is allow you to capture the r...
- Thu Apr 01, 2004 10:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: This one is for RAY!!!
- Replies: 5
- Views: 2337
- Thu Apr 01, 2004 7:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Calc between dates
- Replies: 3
- Views: 1339
To expand on this just a little, use Iconv to convert a date into 'internal' format. Once you have two dates in internal format, simple subtraction would give you the diffence between them in days... then you take it from there. Of course, this depends on what you mean by 'months'. If a month is a g...
- Thu Apr 01, 2004 7:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Generate the Unique Sequence ID
- Replies: 8
- Views: 2529
- Wed Mar 31, 2004 2:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Generate the Unique Sequence ID
- Replies: 8
- Views: 2529
- Wed Mar 31, 2004 2:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Lookup & update of HashFile from same transformer
- Replies: 13
- Views: 3896
I have tried it and it works fine with different hash-files(as in ur picture)... but i was looking to do it using one hashfile(same one)... It is one physical hash file. You just need to reference it using two different Hash stages, both pointing to the same hash file. As you've found, you cannot u...
- Wed Mar 31, 2004 2:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Lookup & update of HashFile from same transformer
- Replies: 13
- Views: 3896
- Wed Mar 31, 2004 1:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Lookup & update of HashFile from same transformer
- Replies: 13
- Views: 3896
I tried doing it and it gives "cyclic or linear dependencies" error on the transformer. This error means you've created a 'loop' with your job stream. What you are trying to do is pretty basic stuff and should work fine when properly laid out. If you can't get past this error, please post an "pictu...