Search found 4992 matches
- Wed Apr 12, 2006 1:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to execute function.
- Replies: 10
- Views: 2062
- Wed Apr 12, 2006 1:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage Client Slow response
- Replies: 17
- Views: 9994
Running jobs slow down the response time on the node that houses the job repository. The increase in jobs may be an indication that more work is being done on the server, and thus response time decreases. If no one is executing jobs, then the response time opening a Designer session should be reason...
- Wed Apr 12, 2006 1:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to execute function.
- Replies: 10
- Views: 2062
No, write a DS function to do the work on a passed string. Something like this should work:
Code: Select all
StrLen=LEN(Arg1)
Ans = ""
For i=1 to StrLen
Ans := SEQ(Arg1[i,1])
Next i- Wed Apr 12, 2006 11:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Time problem
- Replies: 9
- Views: 1592
- Wed Apr 12, 2006 11:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to Perform Insert and Update
- Replies: 11
- Views: 3899
Let me get this straight: 1. job #1 truncates the table and puts data into it 2. job #2 is supposed to insert or update existing data After running job #1 you have data, but after running job #2 the table is emptied first and then only rows from job #2 are inserted? Please verify the table is truly ...
- Wed Apr 12, 2006 11:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to Perform Insert and Update
- Replies: 11
- Views: 3899
- Wed Apr 12, 2006 11:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: incorrect values in Stage variables
- Replies: 9
- Views: 2187
- Wed Apr 12, 2006 11:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to Perform Insert and Update
- Replies: 11
- Views: 3899
- Wed Apr 12, 2006 8:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to do a lookup
- Replies: 4
- Views: 1103
No matter what, you need a cross-reference between position in the csv file and the code. Since position 1 is Spanish, 2 is English, 3 is Hindi, 4 is Kurdish, etc, you should create a table for maintenance purposes. In this table, I suggest you have the position number, text name, and language code....
- Wed Apr 12, 2006 8:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Moving Resized Hashed files
- Replies: 8
- Views: 2217
- Wed Apr 12, 2006 7:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Loading 2.5 Billion Records in a Fact Table
- Replies: 6
- Views: 1692
- Tue Apr 11, 2006 3:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to pass UNIX script(Procedure) output to job parameter?
- Replies: 12
- Views: 6828
- Tue Apr 11, 2006 3:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Warnings using Merge Stage
- Replies: 12
- Views: 2513
- Tue Apr 11, 2006 3:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: strange problem with tar command
- Replies: 11
- Views: 1662
- Tue Apr 11, 2006 2:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: LONGNAMES
- Replies: 7
- Views: 1632
I've not seen this issue, I guess you'll have to wait for Ray Wurlod or Kim Duke to answer, they're the experts on the internals. There's nothing special with the filenames. If it's just this one name, it could be that there's a Windoze lock on the filename, or potentially if it's an internal hashed...