it is possible to load two tables data into one sequential file?if possible how?plz share with me?
TCS,
6 12871i have source data like empno,enmae 11 ,aa 12 ,bb i want output like empno,ename 11 ,aa 12 ,bb 11 ,aa 12 ,bb
TCS,
7 12419i have source like deptno,sal 1,2000 2,3000 3,4000 1,2300 4,5000 5,1100 i want target like target1 deptno,sal 1,2000 3,4000 4,5000 target2 2,3000 1,2300 5,1100 with out using transformerstage
6 10169i have source like balance,drawtime 20000, 8.30 50000,10.20 3000,4.00 i want target like this balance,drawtime 20000, 20.30 50000,22.20 3000,16.00
2 6781Hi 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
2797
What is the Environment Variable need to Set to TRIM in Project Level?(In transfermer, we TRIM function but I need to impliment this project level using Environment variable)
What is orabulk stage?
Differentiate between validated and Compiled in the Datastage?
Highlight the main features of datastage?
how can we create rank using datastage?what is the meaning of rank?
What is developer responsibilities in UAT (user acceptance testing and Post implementation phase?
If we take 2 tables(like emp and dept),we use join stage and how to improve the performance?
What a datastage macro?
On which Dimension Table you implemented SCD Type in your Project
Define Merge?
how many rows sorted in sort stage by default in server jobs
Explain the importance of surrogate key in data warehousing?
In a batch if a job fails in between and you want to restart the batch from that particular job and not from the scratch then what will you do?
What is a folder? Difference types of stages?
Hi, what is use of Macros,functions and Routines..? At what situation you are used. If you know the answer please explain it. Thanks.