Different ways a project can be moved to production
?...example ….export-import and
Version control.
No Answer is Posted For this Question
Be the First to Post Answer
explain unit testing,systemtesting,integrated testing
my soure table is emp having columns sal,deptno in the deptno 10,20,30deptno row are there expected out put is min(sal) of 10th deptno,max(sal) of 20th deptno,mean(sal) of 30th deptno using aggregation stage
how to sort two columns in single job in datastage.
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
whats relation between configuration file and datasets?
Hi, i did what you mentioned in the answer, i.e. source- >Transformer -> 3 datasets. Iam able to see the data in datasets but its not sort order... Can you tell how sort the data?? i also checked Hash partition with performsort.
How can you write parallel routines in datastage PX?
Describe link sort?
how to retrive the max(sal),deptno,empno in datastage?
What are the partitioning techniques available in link partitioner?
how many stages are there in Datastage... Please clarify mee??
Hi friends,Two input files, wants to validate only if the reference data has '0' otherwise no validation should be done..how to do this??