<?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: No error, no output data file generated after running  code-I fixed it, pls ignore it. tnx ! in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/No-error-no-output-data-file-generated-after-running-code-I/m-p/635170#M188568</link>
    <description>&lt;P&gt;Your code should run or at least show an error, such as an invalid path for the LIBNAME statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is that the whole log? If the log does not show the code you submitted then something is wrong. Either you didn't send it the code you showed or something else happened.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Looks like you are using some interface to send code to SAS, perhaps SAS/Studio?, because of that message about PDF(WEB) and spurious data step at the bottom of the lines you do show from the log. Those systems also normally send code in front of your code, perhaps that is messed up.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you really send that /* at the top of the code you showed? If so then SAS is waiting for the */ to end the comment and nothing in your code will do anything because it is all one long comment.&lt;/P&gt;</description>
    <pubDate>Thu, 26 Mar 2020 23:06:15 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2020-03-26T23:06:15Z</dc:date>
    <item>
      <title>No error, no output data file generated after running  code-I fixed it, pls ignore it. tnx !</title>
      <link>https://communities.sas.com/t5/SAS-Programming/No-error-no-output-data-file-generated-after-running-code-I/m-p/635167#M188567</link>
      <description>&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am learning SAS for&amp;nbsp; R users.&amp;nbsp; I am using Studio via OnDemand Academic webpage. i tried to run the code below to create a new dataset, but i did not see anything created, nor did i see any error in error section. Can someone point out what's wrong&amp;nbsp; here?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Code below :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/*SP4R02e01&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;libname sp4r '/home/asiangirlhost/folders/myfolders';&lt;BR /&gt;DATA SP4R.Shelter2;&lt;BR /&gt;length Name $ 25 Color $ 10 Cats $ 3;&lt;BR /&gt;INPUT Name $ Age Weight Color $ Cats $ ;&lt;BR /&gt;DATALINES;&lt;BR /&gt;Pluto 3 25 Black No&lt;BR /&gt;Lizzie 10 43 Tan Yes&lt;BR /&gt;Pesci 10 38 Brindle No&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;this is message from log :&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class="dijitContentPane dijitBorderContainer-child dijitBorderContainer-dijitContentPane dijitBorderContainerPane dijitAlignCenter dijitContentPaneSingleChild"&gt;&lt;DIV class="dijitBorderContainer dijitContainer row-fluid dijitLayoutContainer"&gt;&lt;DIV class="dijitContentPane dijitAlignCenter dijitContentPaneSingleChild dijitBorderContainer-child dijitBorderContainer-dijitContentPane dijitBorderContainerPane"&gt;&lt;DIV class="tabs dijitBorderContainer dijitContainer sasStudioTabsParentContainer dijitLayoutContainer dojoDndSource dojoDndTarget dojoDndContainerOver"&gt;&lt;DIV class="dijitTabContainer dijitTabContainerTop dijitContainer dijitLayoutContainer tabStrip-disabled sasStudioTabsTabContainer sasStudioTabsTabContainerVertical sasStudioTabsTop dijitBorderContainer-child dijitBorderContainer-dijitTabContainerTop dijitBorderContainerPane dijitAlignCenter"&gt;&lt;DIV class="dijitTabPaneWrapper dijitTabContainerTop-container dijitAlignCenter"&gt;&lt;DIV class="dijitTabContainerTopChildWrapper dijitVisible"&gt;&lt;DIV class="dijitBorderContainer dijitContainer sasStudioTabsTabContainerChild dijitTabPane dijitTabContainerTop-child dijitTabContainerTop-dijitBorderContainer dijitLayoutContainer"&gt;&lt;DIV class="dijitBorderContainer dijitContainer dijitBorderContainer-child dijitBorderContainer-dijitBorderContainer dijitBorderContainerPane dijitAlignCenter dijitLayoutContainer dojoDndSource dojoDndTarget dojoDndContainerOver"&gt;&lt;DIV class="dijitTabContainer dijitTabContainerTop dijitContainer dijitLayoutContainer tabStrip-disabled sasSuiteTabs dijitBorderContainer-child dijitBorderContainer-dijitTabContainerTop dijitBorderContainerPane dijitAlignCenter"&gt;&lt;DIV class="dijitTabPaneWrapper dijitTabContainerTop-container dijitAlignCenter"&gt;&lt;DIV class="dijitTabContainerTopChildWrapper dijitVisible"&gt;&lt;DIV class="dijitBorderContainer dijitContainer dijitTabPane dijitTabContainerTop-child dijitTabContainerTop-dijitBorderContainer dijitLayoutContainer"&gt;&lt;DIV class="dijitBorderContainer dijitContainer dijitBorderContainer-child dijitBorderContainer-dijitBorderContainer dijitBorderContainerPane dijitAlignCenter dijitLayoutContainer"&gt;&lt;DIV class="dijitContentPane dijitBorderContainer-child dijitBorderContainer-dijitContentPane dijitBorderContainerPane dijitAlignCenter"&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: ODS PDF(WEB) printed no output.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;(This sometimes results from failing to place a RUN statement before the ODS PDF(WEB) CLOSE statement.)&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;92 FILENAME _GSFNAME;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Fileref _GSFNAME has been deassigned.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;93 DATA _NULL_;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;94 RUN;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: DATA statement used (Total process time):&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;real time 0.00 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;user cpu time 0.00 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;system cpu time 0.00 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;memory 461.00k&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;OS Memory 22184.00k&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Timestamp 03/26/2020 10:19:50 PM&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Step Count 39 Switch Count 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Page Faults 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Page Reclaims 24&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Page Swaps 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Voluntary Context Switches 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Involuntary Context Switches 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Block Input Operations 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Block Output Operations 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;95 OPTIONS NOTES STIMER SOURCE SYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;96&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="dijitContentPane statusBar dijitBorderContainer-child dijitBorderContainer-dijitContentPane dijitBorderContainerPane dijitAlignBottom"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Thu, 26 Mar 2020 22:42:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/No-error-no-output-data-file-generated-after-running-code-I/m-p/635167#M188567</guid>
      <dc:creator>new4sas</dc:creator>
      <dc:date>2020-03-26T22:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: No error, no output data file generated after running  code-I fixed it, pls ignore it. tnx !</title>
      <link>https://communities.sas.com/t5/SAS-Programming/No-error-no-output-data-file-generated-after-running-code-I/m-p/635170#M188568</link>
      <description>&lt;P&gt;Your code should run or at least show an error, such as an invalid path for the LIBNAME statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is that the whole log? If the log does not show the code you submitted then something is wrong. Either you didn't send it the code you showed or something else happened.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Looks like you are using some interface to send code to SAS, perhaps SAS/Studio?, because of that message about PDF(WEB) and spurious data step at the bottom of the lines you do show from the log. Those systems also normally send code in front of your code, perhaps that is messed up.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you really send that /* at the top of the code you showed? If so then SAS is waiting for the */ to end the comment and nothing in your code will do anything because it is all one long comment.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2020 23:06:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/No-error-no-output-data-file-generated-after-running-code-I/m-p/635170#M188568</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-03-26T23:06:15Z</dc:date>
    </item>
  </channel>
</rss>

