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
How to create a file using vi editor? 2)how to delete a file in vi editor? 3)How to connect the server datastage to unix? what r the command lines we r using? 4)30 jobs r runnig in unix i want to find out my job. how to do this? give me command?
Highlight the main features of datastage?
Difference between ‘validated ok’ and ‘compiled’ in data stage?
What can we do with datastage director?
How the ipc stage work?
What are constraints and derivations?
What is the purpose of pivot stage and types of containers in datastage
How can we improve the performance in datastage?
What is the difference between account and directory options ?
What is the Environment Variable need to Set to TRIM in Project Level?(In transfermer, we TRIM function but I need to impliment this project level using Environment variable)
what is the use of materialized view?
What are the functionalities of link partitioner and link collector?
Difference between sequential file and data set?
What is the different type of jobs in datastage?
How a server job can be converted to a parallel job?