Hi,
My source is oracle(eno,ename,sal,commision,...), my
requirement is like this,
if there is a null values in commission col i want to keep
it as null,and for the remaining first two characters of
the value in my target.

Plz help me

Answer Posted / anburadh

src--->TFM--->Tgt

in TFM for Commission column derivation,assign
If commission = NULL then NULL else LEFT(commision,1,2)

Hope this will work....correct me if i am wrong.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to convert RGB Value to Hexadecimal values in datastage?

3463


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?

606


What are the benefits of datastage?

732


What are iconv and oconv?

779


what is the use of skid in reporting?

1961






What is the difference between passive stage and active stage?

829


What is "fatal error/rdbms code 3996" error?

666


Describe the main features of datastage?

662


What is the difference between in process and inter process?

679


tell me 5 situations when we r using oracle db stages like orecle connector, oracle enterprise

2710


How to clean the datastage repository?

699


1)what is the size of Fact table and dimension table? 2)how to find the size of Fact table and dimension table? 3)how to implement the surrogate key in transform stage? 4)write the configuration file path? 5)how many types of datasets explain? 6)diff b/w developed projects and migration projects? 7)how to delete the header and footer file of the sequencer file? 8)how can u call the parameters in DS in unix environment? 9) how much data ur getting daily ? 10)

2326


How can we perform the 2nd time extraction of client database without accepting the data which is already loaded in first time extraction?

1705


How to read the length of word in unix?

888


State the difference between an operational datastage and a data warehouse?

613