How do you reject records in a transformer?
Answer / Rashmi Raj Maurya
You can reject records in DataStage by using the REJECT keyword in a conditional statement within your transformer. This will cause the record to be skipped and not passed to the next stage.
| Is This Answer Correct ? | 0 Yes | 0 No |
Difference between JOIN,LOOKUP,MERGE?
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?
How to perform incremental load in datastage?
Thanks to all people who are posting their comments...
Source Like department_no, employee_name ---------------------------- 20, R 10, A 10, D 20, P 10, B 10, C 20, Q 20, S and Output should be like this department_no, employee_list -------------------------------- 10, A 10, A,B 10, A,B,C 10, A,B,C,D 20, A,B,C,D,P 20, A,B,C,D,P,Q 20, A,B,C,D,P,Q,R 20, A,B,C,D,P,Q,R,S
Differentiate between data file and descriptor file?
what is difference between migration project and integration project? can anyone explain with the example Thanks in advance
what is data mapping
how to configure databases through datastage
j1,j2,j3 jobs r runing iwant to run j1,j3 after j2 how to do this using sequencer? 2)j1,j2,j3 jobs r runing iwant to run j1,j2,j3 how to do this?
Suppose take my name "Reddyvaraprasad" From source it is coming Reddy vara prasad Need to get As Reddyvara prasad/
how does work server jobs?