Search found 89 matches

by abhijain
Thu Feb 11, 2010 3:15 am
Forum:
Topic: How to migrate Informatica to Datastgae
Replies: 9
Views: 4339

Not sure abt ACG or any other utility. I found some information on DSXChange itself.

Hope this will help you -

viewtopic.php?p=344116&sid=248f6f3866e2 ... ef99c66446
by abhijain
Thu Feb 11, 2010 1:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise Stage silently dropping records.
Replies: 9
Views: 13291

Did you tried inserting the records from SQL command prompt. Check whether Oracle is loading these 2 records properly or not. Based on your explaination, it seems there is no problem with Oracle, as you are able to load the record in Server job. But, do check by inserting the record using Insert sta...
by abhijain
Thu Feb 11, 2010 12:59 am
Forum:
Topic: How to migrate Informatica to Datastgae
Replies: 9
Views: 4339

Informatica and Datastage are two different ETL tools.

There is no such method defined to migrate from One ETL tool to Other. You have to develop Datastage code from scratch.
by abhijain
Thu Feb 11, 2010 12:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stage variables
Replies: 4
Views: 3051

Stage Variable - Scope limited to the stage, basically used to perform some sort of Calculation/Darivatives.

Constraints - Expression/Conditions which decide whether the records proceeds to particular Output link or not.
by abhijain
Wed Feb 10, 2010 5:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert Varchar to date in transformer
Replies: 3
Views: 2731

Use the below one -

If IsNull(Date_Column) then SetNull() Else StringToDate(Date_Column, format)
by abhijain
Wed Feb 10, 2010 4:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: [b]how to handle exceptions in datastage[/b]
Replies: 7
Views: 2277

Yes. give brief about your problem summary, then only any one will be able to give you suggestion. 8)
by abhijain
Wed Feb 10, 2010 2:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: [b]how to handle exceptions in datastage[/b]
Replies: 7
Views: 2277

what kind of exception?? Question is not clear.

But, just to add-on, there is a Exception Handler stage available in DS Sequence. you can use that to catch the exception.
by abhijain
Tue Feb 09, 2010 8:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding funnel
Replies: 4
Views: 2585

Could go with the work around suggested by Vinashi. I will go for sequential funnel by selecting Table 2 link as 1st link.
by abhijain
Tue Feb 09, 2010 8:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: question regarding join and null
Replies: 4
Views: 5246

I am agree with Ray. Join is not permitted on NULL.

Alternatively, you can handle NULL before performing the join operation and assign some value say '-999999' and revert it back to NULL once you are done with your join operation.
by abhijain
Tue Feb 09, 2010 8:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: One dataset used in several jobs
Replies: 3
Views: 2990

Yes. You can unless you change the content of the dataset.
by abhijain
Mon Feb 08, 2010 7:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: schema file
Replies: 3
Views: 2080

Hi, there are already replies available on the forum for your query.
Do search, before posting any of your query. :?


Hope this helps you -

viewtopic.php?t=131351&highlight=schema+file
by abhijain
Mon Feb 08, 2010 6:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Supported Operating system for Datastage 7.5.2
Replies: 4
Views: 3247

specifically Windows 2003 Server.
by abhijain
Mon Feb 08, 2010 4:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: migration from Datastage V7 to 7.5
Replies: 1
Views: 1393

EXPORT/IMPORT option is available in Datastage Manager.
by abhijain
Mon Feb 08, 2010 3:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: updated records from a file
Replies: 3
Views: 1884

We need more explaination about 'updated records from file'. Does this mean compare to existing record in file itself or in target database?