Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What are the differences between datastage and informatica?

1226


How do you remove duplicate values in datastage?

1195


What is process model?

2019


Explain datastage architecture?

1449


What is quality stage?

1042


Can you explain tagbatch restructure operator?

1214


How to read multiple files using a single datastage job if files have the same metadata?

1295


Can you implement SCD2 using join, transformer and funnel stage?

1601


What are sequencers?

1172


what is 'reconsideration error' and how can i respond to this error and how to debug this

2672


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.

3399


What is the purpose of interprocessor stage in server jobs?

2289


how to connect source to db?generally what r stages u used? how to find the data is having delimiter format?

2412


What are stage variables?

1251


How to Remove Duplicate using SQL?

1420