Search found 53125 matches
- Mon Jun 11, 2007 5:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash file question
- Replies: 9
- Views: 1819
- Mon Jun 11, 2007 5:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to add one year to a given date
- Replies: 13
- Views: 3303
- Mon Jun 11, 2007 5:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Extracting required string from routine's return value
- Replies: 4
- Views: 1206
- Mon Jun 11, 2007 4:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: About transaction size and array size
- Replies: 2
- Views: 840
I personally have answered this question more than once here, and I know that others have also. Search the forum to find these answers.
- Mon Jun 11, 2007 4:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Rundate
- Replies: 3
- Views: 863
- Mon Jun 11, 2007 4:54 am
- Forum: General
- Topic: How much space a DS job would take on disk?
- Replies: 2
- Views: 865
The job design itself won't take more than about 50KB when first designed. The log file will grow indefinitely unless you specify purging, and provided that you resize it to 64-bit addressing before it reaches 2GB. How much scratch space you need depends on how much memory you have and, where possib...
- Sun Jun 10, 2007 9:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Removing Leading and Trailing Unprintable/Special Characters
- Replies: 6
- Views: 2785
If you know what the character is, you can use the Trim() function. Otherwise you can create a routine that scans the string, returning a string from which only the printable characters are returned. Without NLS, these are characters in the range 32 through 127 and 129 through 255, except on Windows...
- Sun Jun 10, 2007 9:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: numeric value to trimed
- Replies: 7
- Views: 1362
- Sun Jun 10, 2007 9:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dsjob run
- Replies: 1
- Views: 784
Do you have the DataStage Engine bin directory in your command search path (the PATH environment variable)? The error message suggests that you do not. You can test this theory by using the fully qualified pathname of the command, for example /usr/Ascential/DataStage/Engine/bin/dsjob -options projec...
- Sun Jun 10, 2007 5:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: numeric value to trimed
- Replies: 7
- Views: 1362
What is the data type? The Data Browser always displays Decimal and Numeric data with leading zeroes, so it may be that the source data do not even have leading zeroes; what you are describing may simply be an artifact of using View Data. And nothing you do except changing the data type to string wi...
- Sun Jun 10, 2007 5:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: problem with converting to 64 bit hash file
- Replies: 5
- Views: 1401
You have run out of space on the file system where the hashed file lives. RESIZE makes a copy of the hashed file, so you need another file system that has at least this much space - plus the overhead of the larger (64-bit) internal pointers. RESIZE has a USING option that you can use to specify a fi...
- Sun Jun 10, 2007 5:02 pm
- Forum:
- Topic: How do you define "data lineage"
- Replies: 12
- Views: 6459
To me, data lineage is any form of analysis that allows an end-user's "where did this come from and (if required) what calculations were performed in the process?" question to be answered. Maybe this one, that I just thought of: Data lineage is to source-to-target mapping document as physical design...
- Sun Jun 10, 2007 5:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Delete
- Replies: 17
- Views: 4636
- Sun Jun 10, 2007 5:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to add one year to a given date
- Replies: 13
- Views: 3303
Re: How to add one year to a given date
vijaydev wrote:Pls. tell me any function is there to add one year to a given date
Yes there is.
I gave you a link whence you can download a whole suite of them.
If you want more help than that, such as designing your ETL, that counts as consulting, and will cost you.
- Sat Jun 09, 2007 9:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Configure DataStage windows version for Oracle
- Replies: 3
- Views: 1794