what is the use of surogate key in datastage
No Answer is Posted For this Question
Be the First to Post Answer
What are stage variables, derivations and constants?
HOW U CAN ABORT THE JOB IF THE DATA IS DUPLICATE?
input like 2 7 8 9 5 1 7 3 6 output:2 5 6 how to find out this plz explain?
Drop duplicate records ... SOURCE LIKE .......... ID flag1 flag2 100 N Y 100 N N 100 Y N 101 Y Y 101 N Y 102 Y N 103 N N 104 Y Y 105 N N 106 N Y 102 N Y 105 Y Y in above file if any id having both the flags as "N" then that corresponding id records should be dropped, in above case o/p should be as ID flag1 flag2 101 Y Y 101 N Y 102 Y N 102 N Y 104 Y Y 106 N Y Steps to do : 1) Identified the id’s that got duplicated (both the flag values having vales “N”) 2) Look up with these id’s to existing id’s to drop .
I/p : F1 table have A,B,C,D,E and F2 table having C,E,V i need output 0utput1: ABD output2: V any one suggest me this
CAN ANY ONE TELL ME THE ARCHITECTURE OF DATASTAGE CLEARLY....
What is the purpose of pivot stage and types of containers in 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
How and where you used hash file?
What are stage variables and constants?
How do you reject records in a transformer?
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?