Skip to Content
0
Former Member
Aug 28, 2007 at 05:20 PM

Re: Read Dataset

21 Views

Hi All,

i am reading flat file from application server.

my file contains records in the following order

First line : indicator

second line: header

third line: item details

-


-


-


i am using read dataset and moving the data into a string

how do i split header and item details in single record in an internal table?

Please reply with some sample code