<?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 Is there a difference in SAS coding in SASStudio vs triggering it through command line in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Is-there-a-difference-in-SAS-coding-in-SASStudio-vs-triggering/m-p/898002#M354936</link>
    <description>&lt;P&gt;I am trying to automate a piece of sas code which is being executed through SASStudio currently. I checked in my libraries but I don't have a variable that is permanently setup and below is the code I have -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;libname va_mart meta liburi="SASLibrary?@Name='SAS CECL LASR'" metaout=data LIBDEBUG;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but I keep getting the below error -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Insufficient information provided for a connection to the metadata server.&lt;/P&gt;</description>
    <pubDate>Tue, 10 Oct 2023 18:51:34 GMT</pubDate>
    <dc:creator>dileepsrigiri</dc:creator>
    <dc:date>2023-10-10T18:51:34Z</dc:date>
    <item>
      <title>Is there a difference in SAS coding in SASStudio vs triggering it through command line</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-there-a-difference-in-SAS-coding-in-SASStudio-vs-triggering/m-p/898002#M354936</link>
      <description>&lt;P&gt;I am trying to automate a piece of sas code which is being executed through SASStudio currently. I checked in my libraries but I don't have a variable that is permanently setup and below is the code I have -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;libname va_mart meta liburi="SASLibrary?@Name='SAS CECL LASR'" metaout=data LIBDEBUG;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but I keep getting the below error -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Insufficient information provided for a connection to the metadata server.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2023 18:51:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-there-a-difference-in-SAS-coding-in-SASStudio-vs-triggering/m-p/898002#M354936</guid>
      <dc:creator>dileepsrigiri</dc:creator>
      <dc:date>2023-10-10T18:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a difference in SAS coding in SASStudio vs triggering it through command line</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-there-a-difference-in-SAS-coding-in-SASStudio-vs-triggering/m-p/898041#M354944</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/451067"&gt;@dileepsrigiri&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if you are trying to run code in batch, I believe you'll need to include the following&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/* Assign Metadata Server Options */
OPTIONS METASERVER=&amp;lt;metadataServerHost&amp;gt;
		METAPORT=&amp;lt;metadataServerPort&amp;gt;
		METAUSER="&amp;lt;metaUserId&amp;gt;"
        METAPASS="&amp;lt;metaUserPw&amp;gt;"
        METAPROTOCOL=bridge;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;either at the top your code program or in an autoexec.sas file before the libname statement&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2023 22:22:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-there-a-difference-in-SAS-coding-in-SASStudio-vs-triggering/m-p/898041#M354944</guid>
      <dc:creator>AhmedAl_Attar</dc:creator>
      <dc:date>2023-10-10T22:22:13Z</dc:date>
    </item>
  </channel>
</rss>

