What is the difference between validate and compile?
Answer / sivakeshava
COMPILIE MEANS;
datastage engine will check whether all the required properties valid or not.
VALIDATE MEANS;
datastage engine will check all the required properties are provided or not
| Is This Answer Correct ? | 0 Yes | 0 No |
how can we create rank using datastage?what is the meaning of rank?
What are operators in datastage?
can we see the data in fixed width file? how can u change the datatype of fixed width files?
whats relation between configuration file and datasets?
in datastage interview qustion source target ------- ------- 12345 1 2 3 4 5
How can we run same job in 1 day 2 times
what is the differeces between hash and modulus partition methods
what r the stages mostly used in realtime scenarios
if 3 table having different columes. like first table having 4 columns , second table having 3 columns and third table having 2 columns then how to capture the data by using funnel stage in parallel jobs...srinu.thadi
17 Answers IBM, TCS,
hi my source is:: empno,deptno,salary 1, 10, 3.5 2, 20, 8 2, 10, 4.5 1, 30, 5 3, 10, 6 3, 20, 4 1, 20, 9 then target should be in below form... empno,max(salary),min(salary),deptno 1, 9, 3.5, 20 2, 8, 4.5, 20 3, 6, 4, 10 can anyone give data flow in data stage for the above scenario.... thanks in advance...
Explain the scenarios where sequential file stage runs in parallel?
What is the difference between validate and compile?