how many write modes are there in ds
Answers were Sorted based on User's Feedback
Answer / sudhir kanojia
There are five types of write modes:-
1.Append
2.Overwrite
3.Create(Error if exist)
4.Use existing (discard record)
5.Use existing (discard record & schema)
Posted By:-
Sudhir Kanojia
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / saidarao
APPEND
CREATE
TRUNCATE
REPLACE
ONLY 4 WRITE MODES IN DATASTAGE
| Is This Answer Correct ? | 3 Yes | 0 No |
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?
i 10 jobs first two jobs are runing in 2nodes,next 2 jobs are running in 4 nodes, next 4 jobs are running in 6 nodes and the remaining jobs are running on 10 nodes. how to change the node configuration?
what is the difference between datasatge and datastage TX?
What are the unit test cases you used in your project?
iam new to datastage...now i want to know what are fact tables, dimension tables in bank domain...if any body knows plz tell me asap..
I WANT TO SEND SYSDATE AS PARAMETER,SO WHAT COMMAND I SHOULD USE TO CALL SYSDATE?
DataStage Scenario based Interview Questions
root tree will find which is server job and which is parallel job?
Unix Qn asked in datastage interview: I have diff type(.txt, .tmp, .bat etc) of file in 4 diff directories, I want move all '.txt' file from 4 directories to other folder. And need to delete all the files except which are created TODAY?
deptno wise to find max and min,and sum of rows and in target to company wise maximum
Difference between in process and inter process?
How can you write parallel routines in datastage PX?