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...

how to closeing records after 10,000 records come?

Answer Posted / subbuchamala

-->If the Source is File:
"Read First Rows"=10000 --> Only read the first specified number of rows from each file.
"Filter"= sed -n '1,10000 P' or head -10000: we can use UNIX commands to filter the data.

-->If source is DB:
Oracle: where rownum<=10000
DB2: sample 10000 row only
Teradata: fetch first 10000 rows only

-->In Transformer:
We can use @INROWNUM<=10000 system variable
We can use Stage variables and count the values and in the contraints part use Stage_Var<=10000

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain Quality stage?

1211


What is the difference between informatica and datastage?

1303


On which interface you will be working as a developer?

1106


What is developer responsibilities in UAT (user acceptance testing and Post implementation phase?

2161


What is the difference between datastage and informatica?

1185


What are system variables and sequencers in datastage

1183


what are .ctl(control files) files ? how the dataset stage have better performance by this files?

2874


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

1606


What is apt_config in datastage?

1196


what should be ensure to run the sequence job so that if its get aborted in 10th job before 9job should get succeeded?

1462


How do you remove duplicate values in datastage?

1198


What are the difference types of stages?

1287


8000 jobs r there i given commit, suddenly job will abort? what happens? 2)diff b/t transformer stage & filter stage? 3)how to load the data in the source?

2263


What is the difference between server job and parallel jobs?

1202


How to reverse the string using SQL?

1596