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

What are the types of jobs we have in datastage?

761


In Datastage, how you can fix the truncated data error?

733


how to sort two columns in single job in datastage.

2640


Define Job control?

759


On which interface you will be working as a developer?

718






Have you have ever worked in unix environment and why it is useful in datastage?

778


What are the components of datastage?

744


how do u catch bad rows from OCI stage? And what CLI stands for?

2398


Differentiate between operational datastage (ods) and data warehouse?

765


Can you explain how could anyone drop the index before loading the data in target in datastage?

1099


What are sequencers?

715


What are the features of datastage flow designer?

720


How do u convert the columns to rows in datastage?

780


A signal has a wavelength of 1 micro min in air.how far can the front of the wave travel during 1000periods?

2136


DB2 connector> transformer > sequential file Data will be exported into a csv format in a sequential file. This file will be send in a email using a sequence job. Problem here is, how to avoid sending a blank csv file? When I ran the job there are chances that it might return zero records but in the sequence job csv file is going blank. how can I avoid this? thanks

1139