What is the use of hoursfromtime() function in transformer stage in datastage?
No Answer is Posted For this Question
Be the First to Post Answer
i have source like deptno,sal 1,2000 2,3000 3,4000 1,2300 4,5000 5,1100 i want target like target1 deptno,sal 1,2000 3,4000 4,5000 target2 2,3000 1,2300 5,1100 with out using transformerstage
what is main difference between change capture and change apply stages
How to write a left outer join condition by using Transformer stage in server jobs? Could any one help me?
in datastage interview qustion source target ------- ------- 12345 1 2 3 4 5
1.what is materialized data? 2.how to view the materialized data?
i have a scenario with i/p as ID,salary with values 1,1000 2,2000 and 3,4000 i need an extra column in the o/p named amount with values 2000,4000 and NULL. how can i get it?
Why do we use link partitioner and link collector in datastage?
how can u handle null values in transformer stage.
how can u find out the datastage job is running on how many nodes
What is datastage engine?
How many areas for files does datastage have?
What is the differentiate between data file and descriptor file?