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
How rejected rows are managed in datastage?
Explain usage analysis in datastage?
which is more expensive hash or modulus partitioning? when do you use modulus partitioning?
What are the steps needed to create a simple basic datastage job?
In one project how many shared containers are created?
IS FILE SET CAN SUPPORT I/P AND O/P LINK AT A TIME?
which is the most complex job in your career? Please tell me answer?
What is the difference between validated and compiled in the datastage?
Hi everyone,I have kept a project Sales And Distribution for a pharmaceutical company.can anybody explain one complex business rule that we had in our project and how did you accomplish it using DS?
at source level i have 40 columns,i want only 20 cols at target what r the various ways to get it
How do you remove duplicate values in datastage?
eno ename 1 qaz 1 wsx 1 edc 2 zxc 2 asd 3 qwe 3 wer 3 tru 4 rgj Output: eno ename count 1 qaz,wsx,edc 3 2 zxc,asd 2 3 qwe,wer,tru 3 4 rgj 1 I want the above output to be solved by DataStage as well and I have to write SQL query for the same output.