how to find diff between 2 dates without using Icon...
funtions?
This function returns number of days from source date to the given date.
DaysSinceFromDate(mylink.sourcedate, mylink.givendate)--->No of days.
Ex:
DaysSinceFromDate(“2014-06-10”,”2014-06-15”)= 5
| Is This Answer Correct ? | 2 Yes | 0 No |
Explain datastage architecture?
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
How many types of hash files are there?
I am having two tables called MASTER and DETAIL. I want to insert records to both tables. But one condition is that whenever the insert for MASTER table is success then only the records will inserted into the DETAIL table, otherwise abort the job. How can u design this job?
Please Tell me..,I need some Complex Jobs in datastage as per in interview?how to tell and how to explain?please send as well as posiible please
What is merge stage?
What is the different type of jobs in datastage?
What are the functionalities of link collector?
Instead of using shared container in a job, I use jobs which perform similar function as Container in the sequence. Then what is the need of Shared Container?
Is possible to create skid in dim,fact tables?
What is APT_DUMP_SCORE?
How to write a left outer join condition by using Transformer stage in server jobs? Could any one help me?