GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Data Warehousing  >  Abinitio

 Print  |  
Question:  Abinitio Display records between 50-75..

Answer: In input dataset i am having 100 records. I want records between 50-75 and i don't want to read 5th record? which component i have to use..


April 04, 2008 11:02:03 #2
 sixto.dsilva CRM Expert  Member Since: March 2008    Total Comments: 39 

RE: Abinitio Display records between 50-75..
 

I think you can use the m_dump command to display records between 50-75


m_dump <dml> <mfs file> -start 50 -end 75


hope above command helps.

     

 

Back To Question