<div dir="ltr">I provided a few options. First you'll have to merge your edat files using e-merge. At that point you can export the new edat file to an Excel format (CSV). You can either the CSV file on SAS, or save the CSV as a Excel file (xls, xlsx) and open the workbook directly using SAS. Personally I recommend the later to avoid most formatting issues. I provided some examples below. Also SAS provides some help with this. Searching for 'Proc Import' on Google should be a good place to start.<div><br></div><div>Good luck!</div><div><br></div><div>- SMR<br><div><br></div><div>Import of CSV - </div><div>proc import datafile =  'C:\Users\Owner\Desktop\Experiment.CSV'</div><div>out = Permanent.Dataset</div><div>dbms=csv</div><div>replace;</div><div>getnames=<br>run;</div><div><br></div><div>Direct option - </div><div><div>libname WrkBk EXCEL 'C:\Users\Owner\Desktop\Experiment.xlsx' MIXED=YES; </div><div> data Permanent.New_Dataset; </div><div>   set WrkBk.'Experiment$'n;</div><div>run;</div><div><br></div><div><div><div><br></div><div><br></div><div>On Sunday, 6 April 2014 13:39:58 UTC-5, gibs...@gmail.com  wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;"><div dir="ltr"><div>Hello Everyone, </div><div><br></div><div>I'm using the SAS (Statistical Analysis Software), 9.4 version for windows. I need to know what's the better way to export data from e-data files to this software. Specially, if it is possible to export in a native format of SAS files, for example: sas7bdat; xpt; xlsx or xml.</div><div><br></div><div>I'm using the E-prime version 2.0 on windows XP, working with a dot probe task.</div><div><br></div><div><br></div><div>Thanks for your attention,</div><div><br></div><div><br></div><div>Gibson Weydmann</div><div><br></div><div>Psychology Student on UNISINOS</div><div>Member in the Laboratory of Experimental Psychology, Neuroscience and Behavior (LPNeC) on UFRGS-Brazil</div></div></blockquote></div></div></div></div></div></div>

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups "E-Prime" group.<br />
To unsubscribe from this group and stop receiving emails from it, send an email to <a href="mailto:e-prime+unsubscribe@googlegroups.com">e-prime+unsubscribe@googlegroups.com</a>.<br />
To post to this group, send email to <a href="mailto:e-prime@googlegroups.com">e-prime@googlegroups.com</a>.<br />
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/e-prime/14abbfe8-0770-4c49-a876-3e91fc168234%40googlegroups.com?utm_medium=email&utm_source=footer">https://groups.google.com/d/msgid/e-prime/14abbfe8-0770-4c49-a876-3e91fc168234%40googlegroups.com</a>.<br />
For more options, visit <a href="https://groups.google.com/d/optout">https://groups.google.com/d/optout</a>.<br />