<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Error using proc freq with copied dataset in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Error-using-proc-freq-with-copied-dataset/m-p/618262#M181348</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Hello
I'm a student using SASV9.4 with parallels on my MacBook. I used the following code and it ran without errors 

libname EPID5205 '\\Mac\Home\Desktop\EPID5205';
%include'\\Mac\Home\Desktop\EPID5205\Final_Formats_NYCHANES-2013-14_AnalyticDB_042618.sas';
run;
 
data EPID5205.NYCH14;
      set EPID5205.public_v3_051419;
run;

&lt;BR /&gt;
data EPID5205.NYCH14;
	set EPID5205.public_v3_051419;

if HIQ_1 =.d then delete;
	if HIQ_1 =.r then delete;
if us_born =.d then delete;
	if us_born =.r then delete;
run;


However when I try :

proc freq data=EPID5205.NYCH14;
	tables HIQ_1 / plots=(freqplot);
run;

It returns the error below: 
5384  proc freq data=EPID5205.NYCH14;
ERROR: File EPID5205.NYCH14.DATA does not exist.
5385      tables HIQ_1 / plots=(freqplot);
ERROR: No data set open to look up variables.
5386  run


I can see the NYCH14 dataset in the EPID5205 library but when I try to open it says EPID5205.nych14 either does not exist or cannot be displayed. 
Any suggestions ? 
Thanks &lt;BR /&gt;&lt;BR /&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 18 Jan 2020 15:46:00 GMT</pubDate>
    <dc:creator>sasstudentnyc</dc:creator>
    <dc:date>2020-01-18T15:46:00Z</dc:date>
    <item>
      <title>Error using proc freq with copied dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-using-proc-freq-with-copied-dataset/m-p/618262#M181348</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Hello
I'm a student using SASV9.4 with parallels on my MacBook. I used the following code and it ran without errors 

libname EPID5205 '\\Mac\Home\Desktop\EPID5205';
%include'\\Mac\Home\Desktop\EPID5205\Final_Formats_NYCHANES-2013-14_AnalyticDB_042618.sas';
run;
 
data EPID5205.NYCH14;
      set EPID5205.public_v3_051419;
run;

&lt;BR /&gt;
data EPID5205.NYCH14;
	set EPID5205.public_v3_051419;

if HIQ_1 =.d then delete;
	if HIQ_1 =.r then delete;
if us_born =.d then delete;
	if us_born =.r then delete;
run;


However when I try :

proc freq data=EPID5205.NYCH14;
	tables HIQ_1 / plots=(freqplot);
run;

It returns the error below: 
5384  proc freq data=EPID5205.NYCH14;
ERROR: File EPID5205.NYCH14.DATA does not exist.
5385      tables HIQ_1 / plots=(freqplot);
ERROR: No data set open to look up variables.
5386  run


I can see the NYCH14 dataset in the EPID5205 library but when I try to open it says EPID5205.nych14 either does not exist or cannot be displayed. 
Any suggestions ? 
Thanks &lt;BR /&gt;&lt;BR /&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jan 2020 15:46:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-using-proc-freq-with-copied-dataset/m-p/618262#M181348</guid>
      <dc:creator>sasstudentnyc</dc:creator>
      <dc:date>2020-01-18T15:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error using proc freq with copied dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-using-proc-freq-with-copied-dataset/m-p/618268#M181350</link>
      <description>&lt;P&gt;Make sure that the filename of nych14.sas7bdat is all lowercase.&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jan 2020 16:40:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-using-proc-freq-with-copied-dataset/m-p/618268#M181350</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-01-18T16:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: Error using proc freq with copied dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-using-proc-freq-with-copied-dataset/m-p/618271#M181351</link>
      <description>&lt;P&gt;That fixed it thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jan 2020 17:23:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-using-proc-freq-with-copied-dataset/m-p/618271#M181351</guid>
      <dc:creator>sasstudentnyc</dc:creator>
      <dc:date>2020-01-18T17:23:02Z</dc:date>
    </item>
  </channel>
</rss>

