Search found 15603 matches
- Wed Jan 04, 2006 12:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: RTI
- Replies: 1
- Views: 583
- Wed Jan 04, 2006 12:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: could not start Datastage telnet service on local computer
- Replies: 19
- Views: 5475
- Wed Jan 04, 2006 11:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: could not start Datastage telnet service on local computer
- Replies: 19
- Views: 5475
- Wed Jan 04, 2006 11:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential File.
- Replies: 4
- Views: 1561
- Wed Jan 04, 2006 11:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Lotas Notes
- Replies: 5
- Views: 1723
You can download IBM NotesSql here
- Wed Jan 04, 2006 11:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Lotas Notes
- Replies: 5
- Views: 1723
- Wed Jan 04, 2006 11:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Setting Job Parameter in Before Job Subroutine
- Replies: 9
- Views: 2801
You can use the user return variable, this method has been discussed a number of times, I just found this thread on the subject
- Wed Jan 04, 2006 11:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: could not start Datastage telnet service on local computer
- Replies: 19
- Views: 5475
Sunshine, what OS are you running on your PC? Do you have any other packages installed which might conflict with DataStage Telnet's port - such as a third-party TELNET server (not a client, that is not an issue)? If your PC is at the low end of the performance scale then you might also have had a ti...
- Wed Jan 04, 2006 9:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Is it possible to have two Instances of 7.5.1 on one box
- Replies: 17
- Views: 3955
- Wed Jan 04, 2006 8:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Is it possible to have two Instances of 7.5.1 on one box
- Replies: 17
- Views: 3955
Each instance will have it's own path to the home directory; the /.dshome entry will only be valid for one of your instances, the other one(s) need to be attached to directly. Similarly you will have to append a port number when connecting to a second instance from any one of the 4 client programs, ...
- Wed Jan 04, 2006 8:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential File.
- Replies: 4
- Views: 1561
Hello Meena, the error message is telling you that the physical file layot of the sequential file does not match the column metadata that you have it. It noticed the error in the column called UNIQUE_NAME and is warning you that there is still data in the file record even though, according to your m...
- Wed Jan 04, 2006 8:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Any function to remove the leading zeros
- Replies: 17
- Views: 6786
No, I will not explain the function you pasted. At least not in the way you asked. It has a SPACE() function, a TRIM() function, and LEN() function and an EREPLACE() function and a string concatenation function. All five of these functions are simple and well-documented. If you wanted to understand ...
- Wed Jan 04, 2006 8:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: split file based on condition
- Replies: 5
- Views: 1376
- Wed Jan 04, 2006 8:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Any function to remove the leading zeros
- Replies: 17
- Views: 6786
Ravij, The EREPLACE function will replace all occurrences of the string; so in your case if you do use EREPLACE you will turn "0000200" into "2". In a DataStage transformation all columns are referred to in derivations in the form {LinkName}.{ColumnName}; since I don't know what your exact names are...
- Wed Jan 04, 2006 6:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Any function to remove the leading zeros
- Replies: 17
- Views: 6786