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?
Answer Posted / srinu
flat file nothing but take sequence file use sed -n '1,50p'
using this command in filter option in the first running job.
second running job we use sed -n '51p,100' using this command
in this way we use other two times running job.....
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What are the differences between datastage and informatica?
How do you remove duplicate values in datastage?
What is process model?
Explain datastage architecture?
What is quality stage?
Can you explain tagbatch restructure operator?
How to read multiple files using a single datastage job if files have the same metadata?
Can you implement SCD2 using join, transformer and funnel stage?
What are sequencers?
what is 'reconsideration error' and how can i respond to this error and how to debug this
how can we validate the flat files using the date in the header and number of records in the flat file? Using both conditions at a time.
What is the purpose of interprocessor stage in server jobs?
how to connect source to db?generally what r stages u used? how to find the data is having delimiter format?
What are stage variables?
How to Remove Duplicate using SQL?