Sequential file i have one record,i want 100 records in target?How can we do that?Pls explain me and what stages are there?What logic?
Answer Posted / teju
take source sequential file with 1 rec and take target file with 100 records in between use a copy stage to map the source 1 rec to target 100 records.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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 differences between datastage and informatica?
How to find value from a column in a dataset?
In a batch if a job fails in between and you want to restart the batch from that particular job and not from the scratch then what will you do?
Which commands are used to import and export the datastage jobs?
What are the types of containers?
What all the types of jobs you developed?
How do you import and export the datastage jobs?
What are data elements?
What is difference between join, merge and lookup stage?
What is active and passive stage?
Difference between server jobs & parallel jobs?
What is the difference between in process and inter process?
1)s.key generate 1 to 700 records today. tomorrow another 400 will updated how to update the records using s.key generator? 2)source is like :-- DB --> T/F stage1 --> seq1file T/f 1 is linking with T/F2 ---> seq 2 how to load the data? in source i given some conditions those r going in seq1. The another data will going to seq2 how to do this ?
What is process model?