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
No Answer is Posted For this Question
Be the First to Post Answer
what will happen if we allow duplicates in datastage lookup abort drop record 1st value of duplicate record none
Differentiate between validated and Compiled in the Datastage?
What is lookup table?
table a contains 5 columns and table b contains 5 columns how can i get 10 columns at target?
which is the most complex job in your career? Please tell me answer?
how does work server jobs?
i hav source like this . deptno,sal 1,2000 2,3000 3,4000 1,2300 4,5000 5,1100 i want target like this target1 1,2000 3,4000 4,5000 target2 2,3000 1,2300 5,1100 with out using transformer
how to call routines in stages?
what are the types of nodes
Can you highlight the main features of ibm infosphere information server?
what is the unix script to run the job? Please mention commands which we use often?
Why we use parameters instead of hard code in datastage.