Search found 46 matches

by Neil C
Sun Feb 08, 2004 7:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle update SQL problem
Replies: 7
Views: 8613

OKay... That generated UPDATE P.PF003T00 SET FIELD1 = ?, FIELD2 = ?, FIELD3 = ?, SOURCE_SYSTEM = ?, CUST_NBR = ? WHERE (FIELD1 = ? AND FIELD2 = ? AND FIELD3 = ?); without the quoted variable. So even though the FIELDx colums were defined as indexed, it wants to update them. No problems, I can live w...
by Neil C
Wed Feb 04, 2004 9:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle update SQL problem
Replies: 7
Views: 8613

Hi Ray, thanks for the hints. I tried quoting the ? as indicated, but this did not work. I have tried with and without specifying Key=Yes for the FIELD1 etc. I have tried reordering the column names in the record description so that SOURCE_SYSTEM, CUST_NBR are first, and FIELD1 etc are first (clutch...
by Neil C
Wed Feb 04, 2004 8:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle update SQL problem
Replies: 7
Views: 8613

Oracle update SQL problem

I am trying to execute an update statement in an ODBC stage, and get a message 'SQLExecute failed...'. The update statement is: UPDATE P.PF003T00 SET SOURCE_SYSTEM = ?, CUST_NBR = ? WHERE ( RTRIM(NVL(FIELD1,'~~~~')) = ? AND RTRIM(NVL(FIELD2,'~~~~')) = ? AND RTRIM(NVL(FIELD3,'~~~~')) = ?) The full me...
by Neil C
Tue Dec 23, 2003 4:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Drive-by postings (also known as "post and run")
Replies: 13
Views: 3301

Jim,
the full membership list CAN be sorted by the number of posts. The number 6 to 10 are as follows:

6. Teej 375
7. roy 222
8. ariear 173
9. JDionne 162
10. mhester 156

Cheers,
Neil.
by Neil C
Mon Dec 01, 2003 9:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file performance questions
Replies: 4
Views: 1460

thanks Craig and Kenneth. I will digest these posts and do some experimenting.
by Neil C
Mon Dec 01, 2003 7:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file performance questions
Replies: 4
Views: 1460

Hash file performance questions

Are there any ROTs with respect to hash file performance? For example, if I have a hash file with the following attributes: RL= 180 approx (includes a 100 char varchar name field) Records - 750,000 Dynamic, Min modulus = 1. DATA 30 file size 30MB approx OVER 30 file size 9MB approx. Assuming that th...
by Neil C
Wed Nov 19, 2003 6:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup - No of Rows returned
Replies: 14
Views: 7768

Unfortunately, this approach will break down if you have more than one non-null value. What would the best way be to handle data such as:

1234 NULL
1234 5678
1234 6789

The answer will probably be "It depends". Will a generated rowid be useful?
by Neil C
Wed Nov 19, 2003 4:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup - No of Rows returned
Replies: 14
Views: 7768

You don't need the rows with NULL in col2.... . Yes you do need the NULL values. What Rahul wants it to return a NULL value with a FOUND condition, if this is the only row availabe for the particular value of col1. If there are rows as specifed above, with NULL and also a value of 8888 in col2, the...
by Neil C
Thu Oct 30, 2003 3:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Are multiple versions of DS Client possable?
Replies: 21
Views: 11909

Well, I have given the ClientSwitcher a good shot, but have failed to come up with a working solution. I still get the RPC message. As TJ says, perhaps it will only work for v 5, 6 and 7 (for me). Vladimir's comment on the difference in RPC program names may have something to do with my problem. Whe...
by Neil C
Tue Oct 28, 2003 4:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Are multiple versions of DS Client possable?
Replies: 21
Views: 11909

thanks Tony. I did try this, and the C:\Program Files\DataStage... files happily go into their own directory. It is the C:\Ascential\DataStage... files that you don't have any control over.
by Neil C
Tue Oct 28, 2003 4:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Are multiple versions of DS Client possable?
Replies: 21
Views: 11909

Wow, this forum is quick! Thanks Ray. I did not want to have two PCs on my desk, but I have the need now. Cheers. (and some amunition to get us off 4.2...).
by Neil C
Tue Oct 28, 2003 4:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Are multiple versions of DS Client possable?
Replies: 21
Views: 11909

Are multiple versions of DS Client possable?

Is it possible to run multiple version of DataStage client on a Win2K machine? I have installed DataStage 6.0 over 4.2 and get the RCP not started message when trying to run 4.2. Version 6.0 runs fine (as you would expect). Failed to connect to host: neon, project: apmptst (The connection was refuse...
by Neil C
Mon Apr 14, 2003 3:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage export from command line
Replies: 15
Views: 10989

On v5 I think you will find it is named dsexport. This is what we use on v4.2.

Cheers, Neil
by Neil C
Wed Apr 09, 2003 3:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Automatic Project Exports
Replies: 5
Views: 2049

I found the answer in the archives. Thanks to whoever put the answer on someone elses thread. Works a treat.
by Neil C
Sun Apr 06, 2003 9:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS 4.2 to DB2 6.1 on OS/390
Replies: 0
Views: 447

DS 4.2 to DB2 6.1 on OS/390

I am running SQL using DS Server 4.2, Oracle Transparent Gateway, with a target system running DB2 v6.1 on OS/390. When joining several tables I have found many situations where DB2 is executing the SQL one table at a time, using a table space scan, and transferring ALL of the data back to the serve...