<?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: How do I run a proc contents here in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-run-a-proc-contents-here/m-p/537868#M148002</link>
    <description>I did.</description>
    <pubDate>Fri, 22 Feb 2019 20:59:25 GMT</pubDate>
    <dc:creator>khalillx</dc:creator>
    <dc:date>2019-02-22T20:59:25Z</dc:date>
    <item>
      <title>How do I run a proc contents here</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-run-a-proc-contents-here/m-p/537847#M147991</link>
      <description>&lt;P&gt;This is all my code:&amp;nbsp;&lt;/P&gt;&lt;P&gt;ODS LISTING;&lt;BR /&gt;libname session1 "C:\Users\laura\OneDrive\Documents\econ485";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC IMPORT OUT= WORK.one&lt;BR /&gt;DATAFILE="C:\Users\laura\OneDrive\Documents\econ485\project1data.csv"&lt;BR /&gt;DBMS=csv REPLACE;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc print data=one;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried doing this:&lt;/P&gt;&lt;P&gt;proc contents data=WORK.one;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I got an error message saying that work.one.data does not exist.&lt;/P&gt;&lt;P&gt;I have no idea what to do.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2019 20:29:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-run-a-proc-contents-here/m-p/537847#M147991</guid>
      <dc:creator>khalillx</dc:creator>
      <dc:date>2019-02-22T20:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: How do I run a proc contents here</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-run-a-proc-contents-here/m-p/537848#M147992</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/257791"&gt;@khalillx&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;This is all my code:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ODS LISTING;&lt;BR /&gt;libname session1 "C:\Users\laura\OneDrive\Documents\econ485";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC IMPORT OUT= WORK.one&lt;BR /&gt;DATAFILE="C:\Users\laura\OneDrive\Documents\econ485\project1data.csv"&lt;BR /&gt;DBMS=csv REPLACE;&lt;BR /&gt;RUN;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc print data=one;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried doing this:&lt;/P&gt;
&lt;P&gt;proc contents data=WORK.one;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I got an error message saying that work.one.data does not exist.&lt;/P&gt;
&lt;P&gt;I have no idea what to do.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Perhaps there's an error in the SASLOG, indicating that work.one did not get created??&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2019 20:36:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-run-a-proc-contents-here/m-p/537848#M147992</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-02-22T20:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do I run a proc contents here</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-run-a-proc-contents-here/m-p/537856#M147995</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Check your full log. Most likely you have another warning or error further up that is causing the issue. You should be testing your code step by step.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2019 20:52:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-run-a-proc-contents-here/m-p/537856#M147995</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-02-22T20:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: How do I run a proc contents here</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-run-a-proc-contents-here/m-p/537859#M147998</link>
      <description>I am testing it step by step and there have been no errors up until now.</description>
      <pubDate>Fri, 22 Feb 2019 20:52:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-run-a-proc-contents-here/m-p/537859#M147998</guid>
      <dc:creator>khalillx</dc:creator>
      <dc:date>2019-02-22T20:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: How do I run a proc contents here</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-run-a-proc-contents-here/m-p/537867#M148001</link>
      <description>&lt;P&gt;Please post the complete log of your program.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2019 20:58:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-run-a-proc-contents-here/m-p/537867#M148001</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-02-22T20:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: How do I run a proc contents here</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-run-a-proc-contents-here/m-p/537868#M148002</link>
      <description>I did.</description>
      <pubDate>Fri, 22 Feb 2019 20:59:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-run-a-proc-contents-here/m-p/537868#M148002</guid>
      <dc:creator>khalillx</dc:creator>
      <dc:date>2019-02-22T20:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: How do I run a proc contents here</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-run-a-proc-contents-here/m-p/537869#M148003</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/257791"&gt;@khalillx&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;I am testing it step by step and there have been no errors up until now.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Please show us the entire SASLOG for this program. Click on the {i} icon and paste the SASLOG into the window that appears. Do not skip this step.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2019 20:59:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-run-a-proc-contents-here/m-p/537869#M148003</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-02-22T20:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: How do I run a proc contents here</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-run-a-proc-contents-here/m-p/537945#M148041</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/257791"&gt;@khalillx&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;I did.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;No, you did not. You just posted code, not logs.&lt;/P&gt;
&lt;P&gt;If you are unwilling to help us, how shall we help you?&lt;/P&gt;</description>
      <pubDate>Sat, 23 Feb 2019 07:49:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-run-a-proc-contents-here/m-p/537945#M148041</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-02-23T07:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: How do I run a proc contents here</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-run-a-proc-contents-here/m-p/538000#M148065</link>
      <description>haha relax are you serious? why would I be unwilling to help when I want help. I'm new to SAS so I clearly don't know what I'm doing.</description>
      <pubDate>Sat, 23 Feb 2019 17:52:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-run-a-proc-contents-here/m-p/538000#M148065</guid>
      <dc:creator>khalillx</dc:creator>
      <dc:date>2019-02-23T17:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: How do I run a proc contents here</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-run-a-proc-contents-here/m-p/538005#M148069</link>
      <description>&lt;P&gt;At least four people have asked to see your LOG. You haven't shown it to us, despite you saying that you did. This prevents us from helping you further.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is my earlier request in this thread, where specific instructions are given for how to provide the LOG to us.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;Please show us the entire SASLOG for this program. Click on the {i} icon and paste the SASLOG into the window that appears. Do not skip this step.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Sat, 23 Feb 2019 19:23:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-run-a-proc-contents-here/m-p/538005#M148069</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-02-23T19:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: How do I run a proc contents here</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-run-a-proc-contents-here/m-p/538222#M148149</link>
      <description>&lt;P&gt;As mentioned in a earlier thread your proc import procedure is failing &lt;STRONG&gt;ERROR: file in Use&lt;/STRONG&gt;.&lt;BR /&gt;So I will suggest you to close the file is opened by any other user or by your self in any other application, or may be restart SAS session and check again.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Feb 2019 09:06:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-run-a-proc-contents-here/m-p/538222#M148149</guid>
      <dc:creator>Satish_Parida</dc:creator>
      <dc:date>2019-02-25T09:06:29Z</dc:date>
    </item>
  </channel>
</rss>

