What steps should be taken to improve Datastage jobs?
No Answer is Posted For this Question
Be the First to Post Answer
Whats difference betweeen operational data stage (ods) and data warehouse?
1.What is a delta record? How you will read it? 2.What are the different types of sorting?
in a job of 20 one job is very slow due to that entire job is slow how can u find out which job is slow?
what is meant by port ? what is the use of port ? what are the different type of ports and its usage
How many jobs in ur project? Explain any complex job u have done in ur project?
What is Horizontal transformation, vertical transformation,diagonal transformation?
30 jobs are running in unix.i want to find out my job.how to do this?Give me command?
if we using two sources having same meta data and how to check the data in two sources is same or not? and if the data is not same i want to abort the job ?how we can do this?
How do you generate sequence number in datastage?
hi my source is:: empno,deptno,salary 1, 10, 3.5 2, 20, 8 2, 10, 4.5 1, 30, 5 3, 10, 6 3, 20, 4 1, 20, 9 then target should be in below form... empno,max(salary),min(salary),deptno 1, 9, 3.5, 20 2, 8, 4.5, 20 3, 6, 4, 10 can anyone give data flow in data stage for the above scenario.... thanks in advance...
how to configure databases through datastage
Hi friends, I am new to datastage, i have one query in datastage any one you please give reply to my post. I have a workbook (excel sheet) named as eg: xxxx, in that i have two tables emp(eid, ename, salary, deptno) and dep(deptno, name, state). in my source i have ODBC enterprise stage read the emp table and dept table join the two table and write the dept no 10(eid,ename,salary,name,state) values in target(). Thanks, Badari