Hi all,
I have a problem with SAS export in Epidata manager (v2.0.8.56). The SAS program generated by the software is unable to read the CSV file created.
In other words, the program is written to import fixed column file and The CSV is comma separated.
Has anybody a solution to fix the problem? (Except rewriting the SAS program to fit the datafile format)
Thanks,
Jean-Marc VIRION
Service d'Épidémiologie & Évaluation Cliniques Centre d'Épidémiologie Clinique, CIC-EC Inserm CHRU de Nancy
Looks like a bug to me. You will have to change the INFILE command to include dlm=‘,’ You might also want to include lrecl=1000 if you have a large number of fields Of course the INPUT command will no longer have the position numbers, just the field names and types Jamie
On Mar 17, 2016, at 04:10, EpiData development and support epidata-list@lists.umanitoba.ca wrote:
I have a problem with SAS export in Epidata manager (v2.0.8.56). The SAS program generated by the software is unable to read the CSV file created.
In other words, the program is written to import fixed column file and The CSV is comma separated.
Has anybody a solution to fix the problem? (Except rewriting the SAS program to fit the datafile format)
participants (1)
-
EpiData development and support