Search found 11 matches

by nveejas
Thu Aug 03, 2017 9:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Write Data in to Multiple Tabs in Excel File
Replies: 4
Views: 3247

Thanks for your inputs. Let me try if we can do with ODBC connector for Excel and provide my result.
by nveejas
Fri Jul 28, 2017 3:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Write Data in to Multiple Tabs in Excel File
Replies: 4
Views: 3247

How to Write Data in to Multiple Tabs in Excel File

Source is the database. Target is a single excel sheet. Have several queries, in that my first query result should be in excel sheet first tab and my second query result should be in excel sheet second tab and so on. design looks likes as below : database -- 1st query Trans---> seq.file (csv) databa...
by nveejas
Thu Apr 04, 2013 4:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delimiter Issue in extracting file
Replies: 9
Views: 5405

@ mobashshar

Thanks mobashshar for the information.

We have fixed this issue by changing the delimiter to pipe(|) from CDC. We have created a PMR with IBM and they provided a java program to change the delimiter to pipe while generating files from CDC. Now its working fine.

Thanks for all your help. !!
by nveejas
Tue Apr 02, 2013 12:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delimiter Issue in extracting file
Replies: 9
Views: 5405

@Ray

Ray,

The is generated from CDC when there is an update or insert in source DB2 table. By default the CDC will create files with comma(,) & double quotes(") as delimiter. Is there any way to change the delimiter in CDC?
by nveejas
Mon Apr 01, 2013 11:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delimiter Issue in extracting file
Replies: 9
Views: 5405

Delimiter Issue in extracting file

Hi All, We have a scenario as below: Source file: "1","AAA","BBB","CCC" "2", "AA",A"," BBB","CCC" In the above records the 1st record wil be processed succesfully if we set " and , as delimiter in the sequentia...
by nveejas
Thu Apr 26, 2012 12:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding partioning
Replies: 3
Views: 2086

Hi Jwiles,

Thanks a lot.. Now its working fine.
by nveejas
Thu Apr 26, 2012 12:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion error
Replies: 6
Views: 4548

Hi Eric,

you are right..
Issue is solved..
by nveejas
Wed Apr 25, 2012 8:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding partioning
Replies: 3
Views: 2086

Regarding partioning

I have a doubt in partitioning. In my job i'm using a sort -> remove duplicate->join. Here sort and RD is based on 3 keys (say key1, key2 and key 3) and join is based on 2 keys (key1 and key2).. so in this case should i need to re-partition(hash) in join stage based on these 2 keys? Thes two join ke...
by nveejas
Wed Apr 25, 2012 4:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion error
Replies: 6
Views: 4548

Hi Ray,

I can demote it but the value populated in targer is not correct. It is converted to 0000000.00 (total 9 zeros) and also as pandeesh said the lenght is exactly 12 charactes.
by nveejas
Tue Apr 24, 2012 10:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion error
Replies: 6
Views: 4548

Conversion error

My source is a fixed width file. In that i have a field with value as 000012345.00 in source. In the target it is decimal. so when i try to convert it to decimal with stringToDecimal function i'm getting the following warning and also in target the value is convrted as 000000.00, APT_CombinedOperato...
by nveejas
Fri Mar 16, 2012 12:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: conductor -uname
Replies: 5
Views: 2928

Re: conductor -uname

are you writing any records to a sequential file in your job?