<?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 Re: Course Overview and Data Setup Error in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Course-Overview-and-Data-Setup-Error/m-p/500999#M133515</link>
    <description>&lt;P&gt;&lt;FONT face="courier new,courier"&gt;goptions&lt;/FONT&gt; errors are usually a sign that SAS/GRAPH is not licensed.&lt;/P&gt;
&lt;P&gt;Run&amp;nbsp;&amp;nbsp;&lt;FONT face="courier new,courier"&gt;proc setinit; run;&amp;nbsp;&lt;/FONT&gt; to verify.&lt;/P&gt;</description>
    <pubDate>Wed, 03 Oct 2018 01:08:56 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2018-10-03T01:08:56Z</dc:date>
    <item>
      <title>Course Overview and Data Setup Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Course-Overview-and-Data-Setup-Error/m-p/500968#M133496</link>
      <description>&lt;P&gt;Im doing the SAS Programming 1 Training.&lt;/P&gt;&lt;P&gt;Downloaded the ZipFile for SAS Enterprise guide Data Setup. After running&amp;nbsp;&lt;STRONG&gt;_1egpg194&amp;nbsp;&lt;/STRONG&gt;I received error messages in the log (see below).&lt;/P&gt;&lt;P&gt;Am I doing something wrong?, please help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1 The SAS System 14:07 Tuesday, October 2, 2018&lt;/P&gt;&lt;P&gt;1 ;*';*";*/;quit;run;&lt;BR /&gt;2 OPTIONS PAGENO=MIN;&lt;BR /&gt;3 %LET _CLIENTTASKLABEL='_1egpg194';&lt;BR /&gt;4 %LET _CLIENTPROCESSFLOWNAME='Autoexec';&lt;BR /&gt;5 %LET _CLIENTPROJECTPATH='C:\Users\sahaks\Desktop\SAS\EPG194.egp';&lt;BR /&gt;6 %LET _CLIENTPROJECTPATHHOST='DHQ02765';&lt;BR /&gt;7 %LET _CLIENTPROJECTNAME='EPG194.egp';&lt;BR /&gt;8 %LET _SASPROGRAMFILE='C:\Users\sahaks\Desktop\SAS\EPG194_EG\data\_1egpg194.sas';&lt;BR /&gt;9 %LET _SASPROGRAMFILEHOST='DHQ02765';&lt;BR /&gt;10&lt;BR /&gt;11 ODS _ALL_ CLOSE;&lt;BR /&gt;12 OPTIONS DEV=PNG;&lt;BR /&gt;13 GOPTIONS XPIXELS=0 YPIXELS=0;&lt;BR /&gt;13 GOPTIONS XPIXELS=0 YPIXELS=0;&lt;BR /&gt;________&lt;BR /&gt;180&lt;BR /&gt;ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;/P&gt;&lt;P&gt;14 FILENAME EGSR TEMP;&lt;BR /&gt;15 ODS tagsets.sasreport13(ID=EGSR) FILE=EGSR&lt;BR /&gt;16 STYLE=HTMLBlue&lt;BR /&gt;17 STYLESHEET=(URL="file:///C:/Program%20Files%20(x86)/SASHome/x86/SASEnterpriseGuide/7.1/Styles/HTMLBlue.css")&lt;BR /&gt;18 NOGTITLE&lt;BR /&gt;19 NOGFOOTNOTE&lt;BR /&gt;20 GPATH=&amp;amp;sasworklocation&lt;BR /&gt;21 ENCODING=UTF8&lt;BR /&gt;22 options(rolap="on")&lt;BR /&gt;23 ;&lt;BR /&gt;NOTE: Writing TAGSETS.SASREPORT13(EGSR) Body file: EGSR&lt;BR /&gt;24&lt;BR /&gt;25 GOPTIONS ACCESSIBLE;&lt;BR /&gt;25 GOPTIONS ACCESSIBLE;&lt;BR /&gt;________&lt;BR /&gt;180&lt;BR /&gt;ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;/P&gt;&lt;P&gt;26 /*************************************************************&lt;BR /&gt;27&lt;BR /&gt;28 Make sure you follow the instructions in the course for&lt;BR /&gt;29 creating data in SAS Enterprise Guide. You must run the&lt;BR /&gt;30 two programs in order in the same Enterprise Guide session.&lt;BR /&gt;31&lt;BR /&gt;32 *************************************************************/&lt;BR /&gt;33 options nosource nonotes;&lt;BR /&gt;&lt;BR /&gt;NOTE: First phase of data creation is complete. Run the next phase to complete your setup.&lt;BR /&gt;&lt;BR /&gt;119259&lt;BR /&gt;119260&lt;BR /&gt;119261&lt;BR /&gt;119262 GOPTIONS NOACCESSIBLE;&lt;BR /&gt;119262 GOPTIONS NOACCESSIBLE;&lt;BR /&gt;________&lt;BR /&gt;180&lt;BR /&gt;ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;/P&gt;&lt;P&gt;119263 %LET _CLIENTTASKLABEL=;&lt;BR /&gt;119264 %LET _CLIENTPROCESSFLOWNAME=;&lt;BR /&gt;2 The SAS System 14:07 Tuesday, October 2, 2018&lt;/P&gt;&lt;P&gt;119265 %LET _CLIENTPROJECTPATH=;&lt;BR /&gt;119266 %LET _CLIENTPROJECTPATHHOST=;&lt;BR /&gt;119267 %LET _CLIENTPROJECTNAME=;&lt;BR /&gt;119268 %LET _SASPROGRAMFILE=;&lt;BR /&gt;119269 %LET _SASPROGRAMFILEHOST=;&lt;BR /&gt;119270&lt;BR /&gt;119271 ;*';*";*/;quit;run;&lt;BR /&gt;119272 ODS _ALL_ CLOSE;&lt;BR /&gt;119273&lt;BR /&gt;119274&lt;BR /&gt;119275 QUIT; RUN;&lt;BR /&gt;119276&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2018 21:16:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Course-Overview-and-Data-Setup-Error/m-p/500968#M133496</guid>
      <dc:creator>sahaks</dc:creator>
      <dc:date>2018-10-02T21:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Course Overview and Data Setup Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Course-Overview-and-Data-Setup-Error/m-p/500999#M133515</link>
      <description>&lt;P&gt;&lt;FONT face="courier new,courier"&gt;goptions&lt;/FONT&gt; errors are usually a sign that SAS/GRAPH is not licensed.&lt;/P&gt;
&lt;P&gt;Run&amp;nbsp;&amp;nbsp;&lt;FONT face="courier new,courier"&gt;proc setinit; run;&amp;nbsp;&lt;/FONT&gt; to verify.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2018 01:08:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Course-Overview-and-Data-Setup-Error/m-p/500999#M133515</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2018-10-03T01:08:56Z</dc:date>
    </item>
  </channel>
</rss>

