How do you find the number of rows in a sequential file?
Answer / ranjith manda
row number column property in sequential file stage.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you register plug-ins?
when u face critical situation in ur project, how to solve them?
how to connect source to db?generally what r stages u used? how to find the data is having delimiter format?
What are the processing stages?
Hi this madan, in data stage one file in Empno 12345678910 in a table, i want target is Empno 1 2 3 4 5 6 7 8 9 10
1.what is repartionoing technique? 2.what deliverables transferred to client using datastage? 3.how to write loop statements using nested loop sequence?
What are the repository tables in datastage?
What is apt_config in datastage?
In one project how many shared containers are created?
What is the default execution order of the sequential file?
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 can we achive parallelism