Search found 143 matches

by anu123
Mon Feb 25, 2013 12:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance Improve - CFF Stage
Replies: 4
Views: 3542

Hi Ray,

I am facing the same issue .

Can we expect better performance if i create the same format file using Sequential File stage?

Sequential File stage is better than CFF stage? Or CFF stage is the best?

Please suggest any other alternatives we have...Thanks
by anu123
Fri Feb 08, 2013 11:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fixed width ASCII file - Chinese Chars
Replies: 6
Views: 3016

Hi Eric,

I am trying to write to the file (Target) , suggest me ..thanks
by anu123
Fri Feb 08, 2013 10:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fixed width ASCII file - Chinese Chars
Replies: 6
Views: 3016

All specifications should be in CHARACTERS. So the number of bytes per character is not an issue. Do your data contain any double-width Chinese characters (that is, characters that take up two display positions, such as " double happy ")? If so that might be affecting your file format. Hi...
by anu123
Thu Feb 07, 2013 10:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fixed width ASCII file - Chinese Chars
Replies: 6
Views: 3016

Fixed width ASCII file - Chinese Chars

Hello, I am creating the target file as fixed width (ASCII) with Sequential file stage.I have one field where i get Chinese chars , in any record when i have Chinese chars in that filed then it is moving the value of next filed to right , so record format is going wrong. I am using UTF-8 in the job ...
by anu123
Tue Nov 27, 2012 3:30 pm
Forum: General
Topic: Multi Instance jobs - clear logs
Replies: 3
Views: 1550

Thank you Craig.
That is what I have been doing (re compiling ) but would like to know if we have any alternatives to keep most recent instance and purge rest.

Thanks.
by anu123
Tue Nov 27, 2012 1:00 pm
Forum: General
Topic: Multi Instance jobs - clear logs
Replies: 3
Views: 1550

Multi Instance jobs - clear logs

We have many multi instance jobs and each time we run each job will use unique invocation id and we do not have a mechanism to clean up all these instances. With all these instances, we are able to open director.

Is there any way to clean up all older instances?

Thanks in advance.
by anu123
Mon Nov 19, 2012 9:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get every Nth row
Replies: 4
Views: 1391

Thanks Ray. I am trying to build a checkpoint restart job and my DB2 connection is timing out. So I thought of sending every 10,000th row to DB2 table so that DB connection does not time out. So, is there any way to identify every 1000th row in every partition in a transformer.

-Anu.
by anu123
Fri Nov 16, 2012 2:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get every Nth row
Replies: 4
Views: 1391

How to get every Nth row

Is there a way to get every Nth row? I mean I need to tap every 100th record in every partition.

Thanks in advance.

Thanks,
Anu.
by anu123
Sun Jan 15, 2012 4:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complex Flat File Stage - Source File Extensions ?
Replies: 5
Views: 1951

Yes, i am receiving files as sourcefile.bin and sourcefile.ebc
by anu123
Sun Jan 15, 2012 10:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complex Flat File Stage - Source File Extensions ?
Replies: 5
Views: 1951

Thanks for your reply

Is it possible to read .ebc or .bin files with CFF Stage ?
by anu123
Sat Jan 14, 2012 11:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complex Flat File Stage - Source File Extensions ?
Replies: 5
Views: 1951

Complex Flat File Stage - Source File Extensions ?

Hi

I will be receiving EBCDIC file in BINARY format and multiple record types (Header,Rec1,Rec2,Rec3,Rec4 and Trailer).

So i have question what are all file extensions (Example : .dat, txt ...) the Complex Flat File Stage will accept to read.

Please help me ...
by anu123
Thu Dec 16, 2010 3:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringToDecimal - how to avoid to Rounding
Replies: 2
Views: 1480

ray.wurlod wrote:Specify a larger scale value than 3.
Thanks Ray.

I have specified Decimal(31,10). Even though it is getting rounded.
by anu123
Thu Dec 16, 2010 2:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringToDecimal - how to avoid to Rounding
Replies: 2
Views: 1480

StringToDecimal - how to avoid to Rounding

I have source field geocode and value as below.. source - Geocode = 40.145000|-84.24860 I need to parse above value into Latitude & Longitude Latitude = 40.145 Longitude = -84.2486 I am using below transformations Latitude = StringToDecimal(Field(geocode,"|",1)) Longitude = StringToDec...
by anu123
Wed Sep 15, 2010 11:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ISO Date Format Conversion
Replies: 5
Views: 5171

subramanya

Did you find a solution? We have a requirement to convert UTC datatime into EST and load into a DB2 table.

It would great if you can share the solution.

Thanks in advance.
by anu123
Fri Apr 02, 2010 3:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Adjusting date for UTC offset
Replies: 6
Views: 3016

ray.wurlod wrote:Probably a function like TimestampFromSecondsSince() using 3600 * hours as the offset. ...
Ray-

How to pass the number of hours to offset since it will change with day light saving.