<?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: SAS IOM  - Programming with Visual Basic in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-IOM-Programming-with-Visual-Basic/m-p/188933#M265950</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using the Object Manager gives you some more options than when you are using the Workspace Manager, particularly if you're connecting to a Metadata Server. If you're just using a Local Workspace session without a Metadata Server then to be honest there's probably not much difference - at the end of the day both will give you a SAS Workspace session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might find this link helpful &lt;A href="http://support.sas.com/documentation/cdl/en/itechwcdg/64888/HTML/default/viewer.htm#titlepage.htm" title="http://support.sas.com/documentation/cdl/en/itechwcdg/64888/HTML/default/viewer.htm#titlepage.htm"&gt;SAS(R) 9.4 Integration Technologies: Windows Client Developer's Guide&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 08 Jun 2014 23:32:06 GMT</pubDate>
    <dc:creator>ChrisBrooks</dc:creator>
    <dc:date>2014-06-08T23:32:06Z</dc:date>
    <item>
      <title>SAS IOM  - Programming with Visual Basic</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-IOM-Programming-with-Visual-Basic/m-p/188931#M265948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was going through couple of articles on how to connect to SAS from VB. I found two different methods to achieve the same. &lt;/P&gt;&lt;P&gt;Can anyone help me to understand what is the difference between connecting using SASWorkspaceManager and SASObjectManager.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dim obWSMgr As New SASWorkspaceManager.WorkspaceManager&lt;/P&gt;&lt;P&gt;Dim obWS As SAS.Workspace&lt;/P&gt;&lt;P&gt;Dim errString As String&lt;/P&gt;&lt;P&gt;Set obWS = obWSMgr.Workspaces.CreateWorkspaceByServer("My workspace", VisibilityNone, Nothing, "", "", errString)&lt;/P&gt;&lt;P&gt;Debug.print obWS.Utilities.HostSystem.DNSName&lt;/P&gt;&lt;P&gt;ObWS.Close&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dim obObjectFactory As New SASObjectManager.ObjectFactory&lt;/P&gt;&lt;P&gt;Dim obSAS As SAS.Workspace&lt;/P&gt;&lt;P&gt;Set obSAS= obObjectFactory.CreateObjectByServer("", True, Nothing, "", "")&lt;/P&gt;&lt;P&gt;Debug.print obSAS.Utilities.HostSystem.DNSName&lt;/P&gt;&lt;P&gt;ObSAS.Close&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jun 2014 09:48:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-IOM-Programming-with-Visual-Basic/m-p/188931#M265948</guid>
      <dc:creator>dhana</dc:creator>
      <dc:date>2014-06-08T09:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: SAS IOM  - Programming with Visual Basic</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-IOM-Programming-with-Visual-Basic/m-p/188932#M265949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are asking for concepts.....&lt;/P&gt;&lt;P&gt;There is a sas metadata server with a metadata base.&amp;nbsp; &lt;/P&gt;&lt;P&gt;You can start a process from there. Appserver with underlying workspace servers are part of that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You do not need a metadata server when you have a running object spawner that one will manage the appservers with underlying workspace servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you not always using a server managed approach but also your desktop the classic sas usage is also offered as a local workspace service ugh workspace server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jun 2014 14:01:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-IOM-Programming-with-Visual-Basic/m-p/188932#M265949</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-06-08T14:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: SAS IOM  - Programming with Visual Basic</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-IOM-Programming-with-Visual-Basic/m-p/188933#M265950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using the Object Manager gives you some more options than when you are using the Workspace Manager, particularly if you're connecting to a Metadata Server. If you're just using a Local Workspace session without a Metadata Server then to be honest there's probably not much difference - at the end of the day both will give you a SAS Workspace session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might find this link helpful &lt;A href="http://support.sas.com/documentation/cdl/en/itechwcdg/64888/HTML/default/viewer.htm#titlepage.htm" title="http://support.sas.com/documentation/cdl/en/itechwcdg/64888/HTML/default/viewer.htm#titlepage.htm"&gt;SAS(R) 9.4 Integration Technologies: Windows Client Developer's Guide&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jun 2014 23:32:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-IOM-Programming-with-Visual-Basic/m-p/188933#M265950</guid>
      <dc:creator>ChrisBrooks</dc:creator>
      <dc:date>2014-06-08T23:32:06Z</dc:date>
    </item>
  </channel>
</rss>

