Search found 29 matches

by caltog
Mon Dec 04, 2006 4:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Maximum performance available in DS server for a lookup
Replies: 10
Views: 4212

On average I have more or less the same row/s but time to time the loading time can be impacted by the server capacity and ressource availability. Most of the time I copy first source data from db into flatfiles, this speed up the the data mapping with hashfiles. (and I do read only what I need, no ...
by caltog
Mon Dec 04, 2006 4:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Maximum performance available in DS server for a lookup
Replies: 10
Views: 4212

On average I have more or less the same row/s but time to time the loading time can be impacted by the server capacity and ressource availability. Most of the time I copy first source data from db into flatfiles, this speed up the the data mapping with hashfiles. (and I do read only what I need, no ...
by caltog
Wed Nov 29, 2006 6:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: I want to merge 2 inputfiles into one
Replies: 11
Views: 3612

Why you do not format both file with same metadata just before the funnel stage, with a transformer for example ?
by caltog
Fri Nov 24, 2006 4:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Universe or Basic command : Select query on Hashfile
Replies: 7
Views: 2617

Hi Ray, Hi ArnW,

I finally solve my problem by writing a routine following your information.

I am using OPENPATH, READ, SELECT, and I am able to read the column needed. (In fact I have two keys, and concatening them works perfectly.)

Thanks for your precious tips !!
by caltog
Thu Nov 23, 2006 7:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Universe or Basic command : Select query on Hashfile
Replies: 7
Views: 2617

Universe or Basic command : Select query on Hashfile

I would like to retrieve a column in a hashfile by specifying a key in the where clause, such as : SELECT * FROM H_MYFILE WHERE KEY_1 = Arg1 The hashfile is containing global parameters and is created in the Directory Path . If try try to execute LIST.DICT HF_MYFILE, I am getting an error "Tabl...
by caltog
Wed Nov 22, 2006 10:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Format Delimiter ascii 168 (¿)
Replies: 11
Views: 5696

Thanks to eveybody for your help and assistance but I will take another delimiter as I was not able to solve this in time.

I am still curious to find a solution, later when I will have more time.

Cheers,
Tony
by caltog
Thu Nov 16, 2006 9:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Format Delimiter ascii 168 (¿)
Replies: 11
Views: 5696

Hi Ray,

I works also with only 168... but the result is always the same.

How can I reject these "?" characters ? Can I perform a test on "?" in a Transformer.

Ok at best, the character should not be written...
by caltog
Thu Nov 16, 2006 1:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Format Delimiter ascii 168 (¿)
Replies: 11
Views: 5696

Hi thanks Ray ! Part of my problem is solved. I have specified the correct number of delimited columns on the Columns grid. I have imported the table definition and specified 168 as the delimiter, this is also working fine. But I still have the "?" in the beginning of each outputted field....
by caltog
Wed Nov 15, 2006 10:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Format Delimiter ascii 168 (¿)
Replies: 11
Views: 5696

The Fixed Columns option is unchecked. But if I also uncheck the option Suppress row truncation warnings I am getting the error : nls_read_delimited() - row 1, too many columns in record Otherwise, I was just looking for a delimiter character valid on the Host (udb), on Unix and Windows. I am slowly...
by caltog
Wed Nov 15, 2006 9:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in Sequence
Replies: 4
Views: 1861

Hi

I had a similar problem when I moved from from dev to prd environment. I had to recopy the hasfile located in the project diretory to solve this (Hashfile : SDKSequences)

Have a look on the other post of the forum. They are already several information abouth you question.
by caltog
Wed Jun 18, 2003 1:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inner and outer joins
Replies: 4
Views: 1394

Hi everybody,

thanks for your help and for your time :)
by caltog
Tue Jun 17, 2003 8:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inner and outer joins
Replies: 4
Views: 1394

Inner and outer joins

What are the different possibilities (if they are more than one) to perform an outer or an inner join between tables ?

(I know it's very easy question, but I've been trying so many things and I didn't get yet what i want...)
by caltog
Tue Jun 17, 2003 8:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read Email with Datastage
Replies: 5
Views: 3140

Hello eveybody,

I made some positive tests with the ClickPack and it is exactly what i needed...
thank you for help
by caltog
Thu May 22, 2003 7:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read Email with Datastage
Replies: 5
Views: 3140

Read Email with Datastage

I need to read an email within a datastage job. How can I do that ?
Any suggestions or experiences ? or is it really posssible...

many thanks

caltog