<?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 to refresh data table from SAS in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-refresh-data-table-from-SAS/m-p/431973#M68162</link>
    <description>&lt;P&gt;If you look at the source script, you'll probably see something like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Meta Connect( "my sas server", 8561, "My SAS Auth Domain", ProfileLookup );
_importsasconn = SAS Connect( "My SAS Workspace Server" );
_importsasconn &amp;lt;&amp;lt; Import Data(
	"MyLibrary.MyTable",
	SQLTableVariable( 1 ),
	UseLabelsForVarNames( 0 )
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;What this means is that the source script is going to look up a SAS Meta Data Profile that you've defined under&lt;/P&gt;
&lt;P&gt;File-&amp;gt;SAS -&amp;gt; Server Connections&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When the profile is found, it will execute the Import Data portion of your script into a new table (not "in place").&lt;/P&gt;
&lt;P&gt;If you run into problems post back any error/log messages that you encounter.&lt;/P&gt;
&lt;P&gt;-Bryan&lt;/P&gt;</description>
    <pubDate>Mon, 01 Nov 2021 15:57:23 GMT</pubDate>
    <dc:creator>bryan_boone</dc:creator>
    <dc:date>2021-11-01T15:57:23Z</dc:date>
    <item>
      <title>How to refresh data table from SAS</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-refresh-data-table-from-SAS/m-p/429730#M67930</link>
      <description>&lt;P&gt;How to refresh data table from SAS?&lt;/P&gt;&lt;P&gt;Usually people refresh data from Excel but I'd like try to refresh data from SAS.&lt;/P&gt;&lt;P&gt;I follow below step but not success.&lt;/P&gt;&lt;P&gt;source -&amp;gt; right click --&amp;gt; run script. (I'm sure that I already connect with SAS service, login successful)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:39:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-refresh-data-table-from-SAS/m-p/429730#M67930</guid>
      <dc:creator>collin</dc:creator>
      <dc:date>2023-06-10T23:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to refresh data table from SAS</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-refresh-data-table-from-SAS/m-p/431973#M68162</link>
      <description>&lt;P&gt;If you look at the source script, you'll probably see something like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Meta Connect( "my sas server", 8561, "My SAS Auth Domain", ProfileLookup );
_importsasconn = SAS Connect( "My SAS Workspace Server" );
_importsasconn &amp;lt;&amp;lt; Import Data(
	"MyLibrary.MyTable",
	SQLTableVariable( 1 ),
	UseLabelsForVarNames( 0 )
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;What this means is that the source script is going to look up a SAS Meta Data Profile that you've defined under&lt;/P&gt;
&lt;P&gt;File-&amp;gt;SAS -&amp;gt; Server Connections&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When the profile is found, it will execute the Import Data portion of your script into a new table (not "in place").&lt;/P&gt;
&lt;P&gt;If you run into problems post back any error/log messages that you encounter.&lt;/P&gt;
&lt;P&gt;-Bryan&lt;/P&gt;</description>
      <pubDate>Mon, 01 Nov 2021 15:57:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-refresh-data-table-from-SAS/m-p/431973#M68162</guid>
      <dc:creator>bryan_boone</dc:creator>
      <dc:date>2021-11-01T15:57:23Z</dc:date>
    </item>
  </channel>
</rss>

