Search found 91 matches

by kab123
Wed Apr 13, 2005 4:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NULLS
Replies: 9
Views: 1380

Sai,

And to my surprise...not all nulls in all fields do this...only few fields..
Do I need to configure NLS or something....?

Thankx
by kab123
Wed Apr 13, 2005 4:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NULLS
Replies: 9
Views: 1380

Do you mean Default NULL padding...I leave it blank... Here is how it is happening... File1 is read and written to File2 -- File 1 has some nulls..written as nulls in File2.. so far fine Again, in next job, File 2 is read and written to File 3--- here the Nulls in File 2 are wriiten as "?"...
by kab123
Wed Apr 13, 2005 3:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NULLS
Replies: 9
Views: 1380

I dont see any warnings or errors in my log too...
I dont even realize what kind of problems it may lead like lookup failures etc...any ideas, Pls let me know...
by kab123
Wed Apr 13, 2005 1:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NULLS
Replies: 9
Views: 1380

NULLS

Hi, In my source csv file, I am getting some nulls without quotes ...DataStage is writing it to a seq file as a "?" instead nulls..Why is this happening..? I am using a after-job subroutine shell script to scrub "?' to NULLS..but I would like to know the reason and try to resolve it i...
by kab123
Fri Apr 01, 2005 3:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Mianframe
Replies: 4
Views: 1552

Thanks Arnd,

Its a good idea to use FTP stage...
does it holds good for compressed files too...?
by kab123
Fri Apr 01, 2005 9:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Mianframe
Replies: 4
Views: 1552

Mianframe

Hi,

Is there any stage in DataStage PX that we can use to pull a COBOL fmt file from main frame to UNIX...?
or is there any stage in PX, that can read COBOL file..?I think we dont have any in DS server

Thanks
by kab123
Fri Mar 25, 2005 1:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NLS mapping error
Replies: 10
Views: 4313

This is the actual log error... I dont see any "?" in the record. but I am getting Null which is shown as "" in the log..It is unable to handle the nulls..do I need to set something at Default NULL String in the target seq file..? nls_map_buffer_out() - NLS mapping error, row 168...
by kab123
Fri Mar 25, 2005 12:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can I read an Excel file as a source?
Replies: 2
Views: 1226

This topic is covered earlier..
you have options either to use ODBC or save the excel file as csv or any text format and use Sequential file Stage..
Search thru the forum and you will get the answers...
by kab123
Thu Mar 24, 2005 10:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NLS mapping error
Replies: 10
Views: 4313

Ray, JobName:.link.stagename:"nls_map_buffer_out() - NLS mapping error, row 12345 row = 'the whole record'.. The above given is the full message I could see..and this is seen in log and not when I view the data.. and I could see the same number of records loaded.. so i dont have any missing dat...
by kab123
Tue Mar 22, 2005 2:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NLS mapping error
Replies: 10
Views: 4313

NLS mapping error

Hi All,

Can I get any help how to suppress this warning error.
"nls_map_buffer_out() - NLS mapping error, row 12345 row =......"
I dont see this error for all jobs.. The jobs runs ok, but I dont want to see these warnings too..

Thanks
by kab123
Fri Mar 18, 2005 9:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS job error
Replies: 1
Views: 561

DS job error

Hi

Can anybody tell me what this error is about..?
I could see it as a fatal error..
ds_seqput: error in 'write()' - Error 0..
The job fails due to this..It ran well before, I never got this error, I haven't changed this job, but this time it fails due to this...

Thanks
by kab123
Mon Feb 21, 2005 9:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject rows
Replies: 11
Views: 4852

You can Use a number of DS functions like DSGetJobInfo, DSStageInfo, DSlinkInfo etc.. .
by kab123
Mon Feb 07, 2005 10:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compare
Replies: 6
Views: 1461

Thanks Sai..
by kab123
Mon Feb 07, 2005 10:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compare
Replies: 6
Views: 1461

"If merge blows out, you can use 'type file1 > input.txt' and 'type file2 >> input.txt' and then send the input.txt via a sort routine. The result can then be checked for 'before-after records' to compare." Can you give me a littlebit detail on how the above option can be achieved..? Thanks
by kab123
Mon Feb 07, 2005 10:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compare
Replies: 6
Views: 1461

The file is having abt 4 million records... and about 10 to 15 attributes..
Is there any way to compare such a big file in DataStage..?