Tell me Wt main advantage of Stage varibles?
Project level hints?
Answer Posted / ramjanaki
The main advantage of Stage Variables is to reduce the
repetition of the code for all the required columns in the
Transformer.
Say for Example, if you are having 10 lines of code to
be used for all the derivations of columns in the
transformer, we declare a Stage variable once and we assign
these 10 lines of code to that variable and can place this
Stage variable where ever needed in the derivation of the
columns in the Transformer Stage. Th scope of these
variables is limited with in the stage it is created.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
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 difference between datastage and informatica?
What are the enhancements made in datastage 7.5 compare with 7.0?
What is datastage engine?
Give an idea of system variables.
Differentiate between operational datastage (ods) and data warehouse?
Have you have ever worked in unix environment and why it is useful in datastage?
if i have two tables table1 table2 1a 1a,b,c,d 1b 2a,b,c,d,e 1c 1d 2a 2b 2c 2d 2e how can i get data as same as in tables? how can i implement scd typ1 and type2 in both server and in parallel? field1 field2 field3 suresh , 10,324 , 355 , 1234 ram , 23,456 , 450 , 456 balu ,40,346,23 , 275, 5678 how to remove the duplicate rows,inthe fields?
What are the types of hashed files in data stage
What is datastage?
What is the difference between Datastage 7.5 and 7.0?
What are transforms and what is the differenece between routines and transforms?
How do y read Sequential file from job control?
If we take 2 tables(like emp and dept),we use join stage and how to improve the performance?
How do you generate sequence number in datastage?