difference between function and procedure...
Answer / rajesh.dwh
Function must returns value, but Procedure may or may not
return value.
Function can be use with select statement where Procedure
can't be used with select statement regarding ORACLE SELECT
statement.
| Is This Answer Correct ? | 1 Yes | 1 No |
What is the importance of the exception activity in datastage?
Name the different sorting methods in datastage.
What is meta stage?
i have a scenario like two columns(Empno, Ename) in that duplicate records are there, so my question is how to get second duplicate record in datastage.
My source having following data as below, AB1 Aim2 Abnv5 1An8bx and my question is i need the Datastage job the following as in my target 000AB1 00Aim2 0Abnv5 1An8bx Please help me to achive this.
what is the difference between lookup stage reject link and merge stage reject link in datastage Parallel jobs?
1.How to read multiple file from sequential stage. 2.If a file doesn't arrive or doesn't exists in sequential stage how do u handle this. 3.What do you do before taking data from source to staging area. 4. I have a remove duplicate stage and transformer stage.what will u do for optimizeing the performance of the job.
whom do you report?
What modeling tool do you use?
How many types of stage?
what is set mapping in datastage??
there are two schemas x and y are there. some data is in x schema. i want to use that in y schema..how can i use? please give some possibilities