Search found 93 matches

by ashwin141
Tue May 23, 2006 8:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject Output Link - how to amend
Replies: 9
Views: 2550

Try chaging the link type or check the reject option. Your problem is still not clear.

Regards
Ashwin
by ashwin141
Wed May 17, 2006 6:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: delimiter of 2 characters in file
Replies: 7
Views: 1597

delimiter of 2 characters in file

Thanks alot, never tried that :)

Well what Tiago suggested, is a good way of doing the change in file and then processing it.

Ashwin
by ashwin141
Wed May 17, 2006 5:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Suggestion: Separate input and output path vairables
Replies: 8
Views: 1869

Suggestion: Separate input and output path vairables

No Phil

We didn't use any Project environmental variables.

Ashwin
by ashwin141
Wed May 17, 2006 5:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter Stage
Replies: 7
Views: 1651

Filter Stage

I am not sure :(
May be you can try using CurrentDate(). If it works let us know.

Ashwin
by ashwin141
Wed May 17, 2006 5:24 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: specific function to add months in a date
Replies: 26
Views: 19325

specific function to add months in a date

Hi Amar

Try playing with MonthFromDate and MonthDayFromDate and DateFromDaysSince. I guess it will help you. Otherwise please explain more so that we can help you.

Regards
Ashwin
by ashwin141
Wed May 17, 2006 5:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: delimiter of 2 characters in file
Replies: 7
Views: 1597

Re: delimiter of 2 characters in file

Hi, I have a file that contains delimiters of 2 characters (e.g. ||). How can I read this file because DS Designer accept only a delimiter of 1 character? Kind Regards, Erik Hi Eric You mean you have records like a||b||c||123||d|| Did you try specifying || as delimiter? Other way out is that you ch...
by ashwin141
Wed May 17, 2006 4:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Suggestion: Separate input and output path vairables
Replies: 8
Views: 1869

Suggestion: Separate input and output path vairables

Hi Phil We did this in a bit different way. We were supposed to three different directories for Development (dev) , UAT (int) and Production (prod). The manner in which we did it is, we kept the entire directory structure and file naming convention same on all the three servers. While parametrising ...
by ashwin141
Wed May 17, 2006 4:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date to Integer in parallel edition
Replies: 6
Views: 2208

Date to Integer Conversion

Hi, Its working..... What I did is I converetd the dates to DateTostring in the stage variables And then I used them at the derivation(Transformer Stage) as, If AsInteger(Date1) = AsInteger(Date2) Then X Else Y. Cheers, Spendem Hi Spendem But I guess there is no need to conver it to String and then...
by ashwin141
Wed May 17, 2006 4:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connecting to Oracle stage-Error
Replies: 3
Views: 1790

Connecting to Oracle stage-Error

Hi Bala Have you checked the following things ? ORACLE_SID Is APT_ORCHHOME/bin present in ORACLE_HOME/bin in your path? I am not sure if in Oracle also you need to specify the schema name as in DB2. You can check for this. Though it seems silly. And can you let us know in what form you are specifyin...
by ashwin141
Wed May 17, 2006 4:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter Stage
Replies: 7
Views: 1651

Filter Stage

Hi Om

What exactly is the problem you are facing? Is it that you are unable to findout how to get the current date in the where clause or something else?

Regards
Ashwin
by ashwin141
Mon May 15, 2006 10:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transaction Control between normal and aggregated data
Replies: 3
Views: 1376

Transaction Control between normal and aggregated data

Hi

Is there any additional constraint for the failure of summarized data or is it the same as molecular data? If it's the same then you can easily implement it in your ETL design by using a transformer and some constraints or stage variables.

Regards
Ashwin
by ashwin141
Mon May 15, 2006 9:21 am
Forum: Site/Forum
Topic: DS MVS Forum
Replies: 1
Views: 2784

DS MVS Forum

Hi All

I am just having a suggestion : - Is it possible to have a seperate forum for DS MVS. I think it will help those who are working on DS MVS DS 390/


Regards
Ashwin
by ashwin141
Mon May 15, 2006 8:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: performance
Replies: 7
Views: 2810

performance

Hi Sundar To answer your specific question. Whenever you are using a lookup just ensure that the data which you are looking up and the data in primary file should in same partition. To ensure this your reference file should have either Entire partitioning or it should have the same partition method ...
by ashwin141
Mon May 15, 2006 7:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: performance
Replies: 7
Views: 2810

performance

Hi Sundar

Selecting partitions depends a lot on your requirements and job design.

I would suggest that you go through the User guide to understand in detail how partition works and which on you should use in a particular case.

I hope that helps you.

Regards
Ashwin
by ashwin141
Mon May 15, 2006 7:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion from VarBinary to Varchar in DataStage
Replies: 0
Views: 2922

Conversion from VarBinary to Varchar in DataStage

Hi

Try using StringToRaw as the underlying datatype for VarBinary is Raw. I hope it will help. Though I haven't tried it.

Regards
Ashwin