Recent content by DRAMQ

  1. D

    Import Data Separated With A Tilde

    For some reason this does not work either. Thanks for help on this. I have tried everything. I would think that something is wrong with the data, but when I change the "~" symbol to ";" in the data it works fine. I wonder if this is a progress set-up issue or maybe a Unix environment issue.
  2. D

    Import Data Separated With A Tilde

    I tried that as well, and had no success. Thanks. I think we are going to have to do some type of character replace through a unix command from "~" to ";". I replaced all the "~" with ";" and it worked fine.
  3. D

    Import Data Separated With A Tilde

    The O/S is UNIX.
  4. D

    Import Data Separated With A Tilde

    I wish it were that easy. When I take one tilde out I get an error message (133) when I try to compile it. "Make sure that all quotes are matched. If they appear to be, look for include {} files that might contain quotes, or for parameters {n} that might not have been passed as...
  5. D

    Import Data Separated With A Tilde

    I am having problems importing a text file that has about 2k records with 22 fields separated with a tilde ("~"). 1. I have pre defined a temp table "tt" with all 22 fields. 2. I run the following code: repeat: create tt. import delimiter "~~" tt...
Back
Top