What is use Array size in datastage
No Answer is Posted For this Question
Be the First to Post Answer
how can we do null handling in sequential files
Define Routines and their types?
What are some prerequisites for datastage?
Out of 4 mill records only 3 mill records are loaded to target and then job aborted. How to load only those 1 mill(not loaded records) for next run. This job is not sequential job, it is stand alone parallel job.What are the possibilities available in datastage8.1?
What is diff between Junk dimensions and conform dimension?
i want anser this question empno,ename,sal 12,mmm_ww,200 13,nnn_xx,300 14,bbb_qq,400 which stages are take which types of logicks are doing pls help me
Input file one has data as shown below 1 2 3 4 5 6 7 8 Input file two has data like 6 7 8 9 10 11 Design a data stage job which will provide me three output files as shown below: Output 1 6 7 8 Output 2 1 2 3 4 5 Output 3 9 10 11 Let me know your answers
What is size of a transaction and an array means in a datastage?
how to handle null values using transformer stage?
for example You have One Table with 4 Columns (Mgr ID, Department ID, Salary, Employee ID). Can you find out the Average Salary and Number of Employee present per Department and Mgr
What is difference between join, merge and lookup stage?
how to get the unique records on multiple columns by using sequential file stage only