What are the different common services in datastage?
No Answer is Posted For this Question
Be the First to Post Answer
how to capture rejected data by using join stage not for lookup stage. please let me know
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
What is APT_DUMP_SCORE?
how can we create a Sorrogate key in transformer stage? I want it in parallel mode
in datastage interview qustion source target ------- ------- 12345 1 2 3 4 5
what is combinability and non combinability?
how can we join one oracle & flat files ?
What can we do with datastage director?
What is configuration your file structure 2)I have two databases both are Oracle while loading data from source to target the job takes 30 min but I want to load less time how?
How to use Environment variable's in datastage?(use of process)
sed,awk,head
I have a input as: Col 1 1 2 2 3 I want 3 output as: Output1: 1 1 Output2: 2 2 Output3: 3 i.e. same duplicates should be in one target, other duplicate values should be in another target and so on.. Pls help