can any 1 put a difference between datastage 7.5 and 8.0 all
concepts plz r mail 2 me anu4u09@gmail.com
Answers were Sorted based on User's Feedback
Answer / venu
from 8.0 onwars in lookup rangelookup was interduced,in
transformer also having so many changes like servogate key
genarator in transformer it self,and datastage manager was
included designer itself
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / bharath
1.in 7.5 we have separate designer in for datastage and
quality stage. where as in 8.0.1 datastage and quality stage
both are having same designer.
2.in 7.5 we have manager client and designer client are
separate. in 8.0.1 we have manger client is embedded in
designer client itself.
3.in 7.5 we don't have range look up option, where as in
8.0.1 we have range lookup.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / kak
In 8.0 onwards range lookup,caseless lookup are added.
newly scd stage is added.
IBM information server and control for IBM information
server added.
Parameter set this is very useful in 8.0 using this we can
save the parameters of one job and reuse in another job.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / archana
7.5
--------
->no surrogate key generator
->Range lookup is not here
->quality stage not introduced
->Added passive stages
->scd is not here
->open quick find option not here
->users are created OS level
->file based repository
->web sphere datastage
->oracle enterprise stage
->one job can open by one person only
->we can handle if any syntax errors at source level with the help of more option in event detail window in oracle enterprise stage option
8.0
----
->surrogate key generator
->Range lookup is here
->quality stage introduced
->Added oracle enterprise,netezza enterprise,classis federation stages
->scd is present here
->open quick find option here
->users are created OS level and datastage level
->data based repository
->Infosphere datastage
->oracle connector
->one job can open by multiple,with read only mode.
->we cannot handle in oracle connector.
| Is This Answer Correct ? | 2 Yes | 0 No |
How we can convert rows to columns in datastage?
What is developer responsibilities in UAT (user acceptance testing and Post implementation phase?
How can one find bugs in job sequence?
What are iconv and oconv?
how to delete one row in target dataset
if we take 2 tables(like emp and dept), we use join stage and how to improve the performance?
1)How will u implement SCD2 by using surrogate key. 2)What are the disadvantages with surrogate key. 3)How will you handle nulls in your project for the varchar, integer data types. 4)Can I use two fact tables in star schema. 5)3 jobs are running on the 2 nodes after I added one more node so can I compile those jobs to run on three nodes.
What is the project in datastage?
which unix commands mostly used in datastage
how can i abort the job if i get more than 100 errors in job log?
i have a small question for datastage, After the desinging (i.e., transformations and loading)part, what we can do?
i have source data like empno,enmae 11 ,aa 12 ,bb i want output like empno,ename 11 ,aa 12 ,bb 11 ,aa 12 ,bb