in reply to Re^3: How to display first line of each record using the question code
in thread How to display first line of each record using the question code

I just wanted to say the problem was with the data file having \r\n that was created on a windows system and later copied over to a unix systems. Using notepad++, I was able to search \r\n and replace with \n ... I would like to thank everyone for understanding the problem and support..

  • Comment on Re^4: How to display first line of each record using the question code