Recent content by brianp

  1. B

    Carriage Return Line Feed

    Thanx for your help Casper. Its working now and I cant spend anymore time to fix it the proper way.
  2. B

    Carriage Return Line Feed

    Thnx for all your help. None of the options work if I need to look at it through NOTEPAD as this is the option I've been told to check it with. NOT Wordpad. Anyway I have used UNIX2DOS as there doen't seem to be any other alternative, and that works. Even the Progress link is what I have already...
  3. B

    Carriage Return Line Feed

    Yes I need to see 10 lines. I am running the program on unix and the data is going into an Oracle DB (hyperion is the application) and I need LF or CF as record terminators. If I load it into Notpad on Windows (which I am told is the way to check it) I get 1 record not many although you can see...
  4. B

    Carriage Return Line Feed

    Sorry forgot to add. No unformatted does not work. tried it with and without. Driven me nuts. Thanx
  5. B

    Carriage Return Line Feed

    Ive checked this forum and the bits I found dont seem to work. I am creating a flat file and need either a CR or LF line/record terminator. I am trying put stream abc data1 "," data2 "," data3 "," ..... skip. I replaced skip with "~n" then tried chr(10) then chr(13). I loaded this to notepad...
Back
Top