What are the various kinds of the hash file?
No Answer is Posted For this Question
Be the First to Post Answer
3) Sequential file contains data like Empno ename sal 111 abc 2000 Trgt file: Trgt1----111 Trgt2----abc Trgt3---2000
tab1 tab2 1,a 1,d 2,b 3,c perfoms outerjoin what is the o/p? write sql query for outerjoin?
In a batch if a job fails in between and you want to restart the batch from that particular job and not from the scratch then what will you do?
Is the value of staging variable stored temporarily or permanently?
Define project in datastage?
What are the types of hashed files in data stage
What are the unit test cases you used in your project?
what is hash file
Define data aggregation?
How to find value from a column in a dataset?
What is the flow of loading data into fact & dimensional tables?
create a job to get the previous row salary for the current row.if there is no previous row exists for the current row,then the previous row salary should be displayed as null? empid salary previoussalary 10 1000 null 20 2000 1000 30 3000 2000 40 4000 3000