Search found 42189 matches
- Tue Feb 22, 2005 8:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routine Code
- Replies: 17
- Views: 8251
- Tue Feb 22, 2005 4:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routine Code
- Replies: 17
- Views: 8251
Re: Routine Code
DS_MJ wrote:If Club = 'c' THEN COUNTRY_CDE = '2' else '0'
Your syntax is invalid... else what is zero?
Plus you need to set the value of Ans as that is what is returned when you call the routine. Are you doing that somewhere?
- Tue Feb 22, 2005 3:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dscmdexport command
- Replies: 14
- Views: 3223
This was before your version was out there... this is the one by Manoli Krinos, M Ruland and TJ Griesenbrok. All I did was hook WinZip into it. I don't see it doing anything 'special'. It logs the locked jobs error and skips them rather than trying to unlock everything. Kim, is your version on your ...
- Tue Feb 22, 2005 3:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dscmdexport command
- Replies: 14
- Views: 3223
- Tue Feb 22, 2005 7:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DB2 API
- Replies: 3
- Views: 1169
Basically, the answer is to not perform the update when there is no matching record. Oracle doesn't consider that an event worth noting, which is why you can 'get away' with it, however DB2 does. You need to use the oh-so-common technique of hashing up the current business keys on file and then only...
- Mon Feb 21, 2005 11:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Avoiding the stripping of single quote character
- Replies: 9
- Views: 4085
It's a good idea (and should actually work!) provided your query can always be hacked into four parts like that. In keeping with the DataStage Way, you should really mention all of the fields being selected, not just short-cut it with an asterisk like that. The question about the bug and a possible ...
- Mon Feb 21, 2005 10:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to Access DataStage Job Activity Property
- Replies: 10
- Views: 2725
- Mon Feb 21, 2005 7:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Importing jobs
- Replies: 9
- Views: 2797
- Mon Feb 21, 2005 8:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to Access DataStage Job Activity Property
- Replies: 10
- Views: 2725
- Mon Feb 21, 2005 7:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Delete and Insert Oracle OCI-Stage
- Replies: 16
- Views: 4183
- Mon Feb 21, 2005 7:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to Access DataStage Job Activity Property
- Replies: 10
- Views: 2725
- Mon Feb 21, 2005 7:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Avoiding the stripping of single quote character
- Replies: 9
- Views: 4085
You didn't read the whole post. They are passing the entire query as a parameter, not just the piece you've shown and they used to illustrate the problem. Your solution is fine (and exactly what we do) if that was all that was being sent. Sometimes there is no solution as DataStage will strip quotes...
- Sat Feb 19, 2005 10:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error in viewing hash data
- Replies: 8
- Views: 1847
- Sat Feb 19, 2005 4:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error in viewing hash data
- Replies: 8
- Views: 1847
Sending data to a hashed file does not, of itself, create the hashed file. Do you have the "Create" check box checked in the Hashed File stage? Um... sure it does. You don't need to have that option checked for the job to create the hash. Of course, if you don't choose that option, then you get all...
- Sat Feb 19, 2005 9:00 am
- Forum:
- Topic: Mixing versions
- Replies: 2
- Views: 1715
Mixing versions
Question for the group as I have no MetaStage experience as of yet. My client made sure they ordered the 'latest copy' of MetaStage after sitting on the license for two years. Now, the problem is the other components we have are all at 7.0.1. Since I don't know how DataStage and MetaStage co-exist, ...