Search found 206 matches

by rwierdsm
Wed Jun 07, 2006 9:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: truncation while inserting or updating in OCI stage
Replies: 6
Views: 1109

DSguru2B wrote:Or Just ask the DBA to increase the length if its legitimate data. :twisted:
Yup, there is always the danger that your are 'hiding' bad data by taking my approach. Deadlines often limit investigation time into why data isn't what you expected, but the 'why' question should be asked!

Rob
by rwierdsm
Wed Jun 07, 2006 9:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple SNO's and Flagging them
Replies: 5
Views: 1138

Re: Hi

Hi, I am New so Pls. give me more Info in Using Stage Variables,How to store SNO and compare with the new one Thanks a lot 3 Stage variables: ThisRowValue => S.NO CompareToLastValue => If ThisRowValue = LastRowValue then 1 else 0 LastRowValue => ThisRowValue Since the stage variables get evaluated ...
by rwierdsm
Wed Jun 07, 2006 8:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: truncation while inserting or updating in OCI stage
Replies: 6
Views: 1109

Re: truncation while inserting or updating in OCI stage

Hi kollurianu, I'm not working on Oracle at the moment, but I do recall that the OCI (Oracle) will try to convert, then if it's still not happy, it will reject. This did seem to happen on strings that were too big for the target column. Oracle didn't seem to be happy with it's own truncate. I would ...
by rwierdsm
Tue Jun 06, 2006 7:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to view the records
Replies: 11
Views: 2208

Are you able to look at the file in a text editor that will allow you to look at the EOR characters? If so, determine whether the record ends with just x0A (UNIX) or x0D0A (DOS). If it is the latter, your FTP has not transferred the file in the proper format. Sorry if I'm belabouring this point, but...
by rwierdsm
Tue Jun 06, 2006 7:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to view the records
Replies: 11
Views: 2208

Are you trying to read using a sequential file stage or a complex flat file stage?

Rob W
by rwierdsm
Tue Jun 06, 2006 6:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to view the records
Replies: 11
Views: 2208

Rafidwh,

Do you have the file declared as a DOS file?

Look at the Line Termination section of the Stage tab. Ensure that the Unix Style (LF) radio button is checked.

Rob Wierdsma
by rwierdsm
Mon Jun 05, 2006 6:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Database as lookup
Replies: 5
Views: 1428

chulett wrote:And the men who hold high places must be the ones to start
To mould a new reality closer to the heart...
You can be the captain, and I will draw the chart,
Sailing into destiny, closer to the heart.

:-) Cool.
by rwierdsm
Mon Jun 05, 2006 6:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Database as lookup
Replies: 5
Views: 1428

Re: Database as lookup

Ravi, Are you using data pulled in the first DB read as values to 'lookup' in the second DB stage? If so, you would define the values you want to lookup as keys in your second DB query, they would become part of the where clause. If you are trying to do something else, please provide some more detai...
by rwierdsm
Mon Jun 05, 2006 6:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Timestmap difference
Replies: 1
Views: 733

Re: Timestmap difference

Hi keshav,

Try the following links:

viewtopic.php?t=100238&highlight=timestamp+difference

viewtopic.php?t=89358&highlight=timestamp+difference

They should shed some light on techniques used by better men than us!

Rob Wierdsma
by rwierdsm
Mon Jun 05, 2006 5:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to find out howmany records were processed and rejected
Replies: 35
Views: 8340

Hi sudhakar, Here's a couple of threads that will help you. http://www.dsxchange.com/viewtopic.php?t=100831&highlight=record+counts http://www.dsxchange.com/viewtopic.php?t=96468&highlight=record+counts http://www.dsxchange.com/viewtopic.php?t=91135&highlight=record+counts Rob Wierdsma
by rwierdsm
Fri Jun 02, 2006 10:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Contains Terminators
Replies: 12
Views: 4174

Re: Contains Terminators

In that case if the data is really not big or if performance is not a big criteria you might wanna use server jobs for that. or as DSGURU2B suggested, try prep'ing the data even before sequential file stage reads it. Hi Kris, I have been trying to solve this issue going down both paths, EE and Serv...
by rwierdsm
Fri Jun 02, 2006 9:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Contains Terminators
Replies: 12
Views: 4174

Thanks, Guru!
by rwierdsm
Fri Jun 02, 2006 8:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Contains Terminators
Replies: 12
Views: 4174

Actually the more general case of UNIX and DOS EOR indicators (i.e. both x0A and x0D0A - and perhaps others?!?!?)

Rob
by rwierdsm
Fri Jun 02, 2006 7:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Contains Terminators
Replies: 12
Views: 4174

Re: Contains Terminators

If you find a simpler way please let us know. IHTH Kris, Unfortunately, my task does not allow me to remove the embedded carriage returns, I need to maintain the format of the large text fields I am receiving. As a result, any eventual solution is not likely to aid you in your situation. I've been ...
by rwierdsm
Thu Jun 01, 2006 1:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Contains Terminators
Replies: 12
Views: 4174

Contains Terminators

Folks,

I'm trying to find where in a parallel sequential file stage I can specify 'Contains Terminators' as I would in a server job.

Is there such a beast?

Rob Wierdsma