<?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: dictionary on rsubmit in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/dictionary-on-rsubmit/m-p/59617#M16828</link>
    <description>nvm got careless again.&lt;BR /&gt;
&lt;BR /&gt;
no need to rsubmit when executing the sql statement as well as the libname statement.</description>
    <pubDate>Wed, 29 Jul 2009 03:53:42 GMT</pubDate>
    <dc:creator>milts</dc:creator>
    <dc:date>2009-07-29T03:53:42Z</dc:date>
    <item>
      <title>dictionary on rsubmit</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/dictionary-on-rsubmit/m-p/59616#M16827</link>
      <description>Hi all,&lt;BR /&gt;
&lt;BR /&gt;
i executed a rsubmit to create a table from dictionary.columns then tried to download the result to my local machine.&lt;BR /&gt;
&lt;BR /&gt;
however the result table returns 0 observations.&lt;BR /&gt;
&lt;BR /&gt;
am i doing something possible?&lt;BR /&gt;
&lt;BR /&gt;
the code goes like this:&lt;BR /&gt;
&lt;BR /&gt;
options comamid=tcp remote=mysvr;&lt;BR /&gt;
filename rlink '!SASROOT/connect/saslink/tcpunix.scr';&lt;BR /&gt;
signon;&lt;BR /&gt;
&lt;BR /&gt;
libname mylib '/datasets' server=mysvr;&lt;BR /&gt;
rsubmit;&lt;BR /&gt;
libname mylib '/datasets';&lt;BR /&gt;
endrusmbit;&lt;BR /&gt;
&lt;BR /&gt;
rsubmit;&lt;BR /&gt;
proc sql;&lt;BR /&gt;
create table mydict as&lt;BR /&gt;
select * from dictionary.columns where libname="mylib";&lt;BR /&gt;
quit;&lt;BR /&gt;
proc download data=mydict out=mydict;run;&lt;BR /&gt;
endrsubmit;</description>
      <pubDate>Wed, 29 Jul 2009 03:23:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/dictionary-on-rsubmit/m-p/59616#M16827</guid>
      <dc:creator>milts</dc:creator>
      <dc:date>2009-07-29T03:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: dictionary on rsubmit</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/dictionary-on-rsubmit/m-p/59617#M16828</link>
      <description>nvm got careless again.&lt;BR /&gt;
&lt;BR /&gt;
no need to rsubmit when executing the sql statement as well as the libname statement.</description>
      <pubDate>Wed, 29 Jul 2009 03:53:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/dictionary-on-rsubmit/m-p/59617#M16828</guid>
      <dc:creator>milts</dc:creator>
      <dc:date>2009-07-29T03:53:42Z</dc:date>
    </item>
  </channel>
</rss>

