<?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 An error occurs in the SAS Programming Practice Scenario from the SAS Prep Guide 9.4 in Programming 1 and 2</title>
    <link>https://communities.sas.com/t5/Programming-1-and-2/An-error-occurs-in-the-SAS-Programming-Practice-Scenario-from/m-p/879430#M1370</link>
    <description>&lt;P&gt;&lt;FONT size="2"&gt;&lt;SPAN&gt;Scenario 4.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;proc sort data=cert.laguardia out=work.laguardia;
by dest;
run;

title 'Laguardia Flights';
ods pdf file='LGA Airport' style=FestivalPrinter;
proc print data=work.laguardia;
by dest;
run;
ods pdf close;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;When executing the above code in SAS Studio, an error message is displayed in the log stating,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;78 ods pdf close;&lt;BR /&gt;"ERROR: Insufficient authorization to access /pbr/biconfig/940/Lev1/SASApp/LGA Airport."&lt;BR /&gt;79&lt;BR /&gt;80 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;BR /&gt;90&lt;BR /&gt;Is there a solution to this issue?&lt;/P&gt;</description>
    <pubDate>Tue, 06 Jun 2023 19:07:49 GMT</pubDate>
    <dc:creator>HY_KIM</dc:creator>
    <dc:date>2023-06-06T19:07:49Z</dc:date>
    <item>
      <title>An error occurs in the SAS Programming Practice Scenario from the SAS Prep Guide 9.4</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/An-error-occurs-in-the-SAS-Programming-Practice-Scenario-from/m-p/879430#M1370</link>
      <description>&lt;P&gt;&lt;FONT size="2"&gt;&lt;SPAN&gt;Scenario 4.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;proc sort data=cert.laguardia out=work.laguardia;
by dest;
run;

title 'Laguardia Flights';
ods pdf file='LGA Airport' style=FestivalPrinter;
proc print data=work.laguardia;
by dest;
run;
ods pdf close;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;When executing the above code in SAS Studio, an error message is displayed in the log stating,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;78 ods pdf close;&lt;BR /&gt;"ERROR: Insufficient authorization to access /pbr/biconfig/940/Lev1/SASApp/LGA Airport."&lt;BR /&gt;79&lt;BR /&gt;80 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;BR /&gt;90&lt;BR /&gt;Is there a solution to this issue?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 19:07:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/An-error-occurs-in-the-SAS-Programming-Practice-Scenario-from/m-p/879430#M1370</guid>
      <dc:creator>HY_KIM</dc:creator>
      <dc:date>2023-06-06T19:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: An error occurs in the SAS Programming Practice Scenario from the SAS Prep Guide 9.4</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/An-error-occurs-in-the-SAS-Programming-Practice-Scenario-from/m-p/879434#M1371</link>
      <description>Modify the path to be to a location you can write to, so your user files. &lt;BR /&gt;&lt;BR /&gt;ods pdf file='/home/fkhurshed/coursefiles/LGA Airport.pdf' ....</description>
      <pubDate>Tue, 06 Jun 2023 19:33:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/An-error-occurs-in-the-SAS-Programming-Practice-Scenario-from/m-p/879434#M1371</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2023-06-06T19:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: An error occurs in the SAS Programming Practice Scenario from the SAS Prep Guide 9.4</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/An-error-occurs-in-the-SAS-Programming-Practice-Scenario-from/m-p/879446#M1372</link>
      <description>&lt;P&gt;This sort of message is because you did not specify a path where the file should be created. So the behavior of SAS without that information to use where the program is executing as the "path" and try to use that.&lt;/P&gt;
&lt;P&gt;On a system you or your organization controls you should start file names with a path beginning at a drive (Windows), disc mount point, or server url name and path where you have permissions to write files. With a training environment like the practice sessions that path starts at the resource your class is using.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may also want to consider providing an extension of your file such as .PDF to match the expected file type.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 20:41:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/An-error-occurs-in-the-SAS-Programming-Practice-Scenario-from/m-p/879446#M1372</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-06-06T20:41:54Z</dc:date>
    </item>
  </channel>
</rss>

