What is developer responsibilities in UAT
(user acceptance testing and
Post implementation phase?
No Answer is Posted For this Question
Be the First to Post Answer
which unix commands mostly used in datastage
hi, how would i run job1 then job 3 , then job2 in a sequence of job1 ,job2,job3. Thanks sunitha
how do you pass parameters in a script?
i have input like this Column 1 ,column 2 3,a 4,b 5.c i want output aaa bbbb ccccc Ple help any one?
how can we create a Sorrogate key in transformer stage? I want it in parallel mode
HOW CAN U DO ERROR HANDLING IN DATA STAGE?
In aggregator stage,to find the sum of the entire group of columns,it displays in binary format. How can i solve this problem.
What is the difference between server job and parallel jobs?
i have a some records eno ename acono amount 1001 suresh sbi101 12000 1001 suresh sbi101 14000 1001 is dublicata how can i remove duplicate?
What is the diff between sort performed at sort stage and the stream sort performed at the input of few stages in DS Enterprise edition?
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
source file having the data like aabbccc, i want target file result like a1a2b1b2c1c2c3.