A flatfile contains 200 records.I want to load first 50
records at first time running the job,second 50 records at
second time running and so on,how u can develop the job?pls
give the steps?pls pls
Answer Posted / sreekanth reddy peddakkagari
Answer given by varun is exactly correct but there is a
small correction in the answer, as varun told that at the
same time we can not use same file name as the source as
well as target , so we need to read from actual file
(Ex:Source.txt) write it to new file(Ex:New_Source.txt),
after that we need to rename the new file to old file using
after Subroutene(mv New_Source.txt Source.txt).
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What are the types of containers and how to create them?
WAT TYPE OF PL/SQL QUERRYS USED IN DATASTAGE
What are the types of containers in datastage?
To see hidden files in LINIX?
What are some different alternative commands associated with "dsjob"?
1.new record it will insert but changes of natural key is not present in taget i want to update (here key is composite natural key )can any one help this to explan how to do
What are the types of jobs we have in datastage?
Explain usage analysis in datastage?
what is the difference between == and eq in UNIX shell scripting?
What are the features of datastage flow designer?
Explain how a source file is populated?
What is the difference between passive stage and active stage?
What are the functionalities of link partitioner?
What is Ad-Hoc access? What is the difference between Managed Query and Ad-Hoc access?
Why do we use link partitioner and link collector in datastage?