What is the use of Row generator stage?
Answers were Sorted based on User's Feedback
Answer / dhana
The Row Generator stage is a Development/Debug stage. It has no input links, and a single output link.
The Row Generator stage produces a set of mock data fitting the specified meta data. This is useful where you want to test your job but have no real data available to process.
By default it generates values for the metadata we specified and we can also specify the data to be generated for the metadata we are using.
Is This Answer Correct ? | 4 Yes | 1 No |
what is diff b/w datastage 8.1,8.5,8.7?
how to run a sequential file stage in parallel if the stage is used on the TARGET side
CAN WE DECLARE DATASET SET WITH OTHER THAN .DS EXTENTION OR NOT IF YES WHAT IS THE DIFFERENCE U FIND?IF NOT WHY?
i having source like emptable,dept table and combined purpose using for the join stage but join stage which partition techq will be prefored? pls given the ans?
how to remove duplicates in transformer stage by using stage variables?one example?
i have source like balance,drawtime 20000, 8.30 50000,10.20 3000,4.00 i want target like this balance,drawtime 20000, 20.30 50000,22.20 3000,16.00
3) Sequential file contains data like Empno ename sal 111 abc 2000 Trgt file: Trgt1----111 Trgt2----abc Trgt3---2000
How will you load you daily/monthly jobs datas in to Fact and Dimension table using datastage.
hi i am madan, in real time data stage who is the source provide? and how to recevied in developer? Pls send me answer
How to lode data in sequntional files perform faster?
Terminate Activity
eno ename esal acct1 acct2 amount1 amount2 100 suresh 10000 sbi1 sbi2 1000 2000 this is our sourse data i would loke to disply like this eno ename esal acct amount 100 suresh 10000 sbi1 1000 100 suresh 10000 sbi2 2000