Thanks. I'm having general issues exporting anything via Enterprise Guide. I used the ods excel tagset for years in Base SAS, but am having trouble even doing basic things in EG, to any location basically. We use EG to access data on our linux based SAS server, and every time I try to export anything to a non-sas server location, EG tries to force that location into my personal folder on the SAS server (see below). I't tried it both with the mapped drive and by typing in the whole string. mapped drive was shorter and more readable here. proc export data=adhoc.claims_hold_bill_rpt_summary1 outfile="t:/IFP Recon Team/MikeH/SharePoint Data Tests/test.csv" DBMS=CSV replace; run; ERROR: Physical file does not exist, /home/mhowel01/t:/IFP Recon Team/MikeH/SharePoint Data Tests/test.csv.
... View more