<?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 Guidance on finding a course or resources with lessons or more applicable examples in SAS Software for Learning Community</title>
    <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Guidance-on-finding-a-course-or-resources-with-lessons-or-more/m-p/958709#M2548</link>
    <description>&lt;P&gt;I came across a code from a previous co-worker that no longer works with us and I've been learning and to continue to maintain and improved on it.&lt;/P&gt;&lt;P&gt;at the very start of his code he created variables&lt;/P&gt;&lt;P&gt;%let UserID = 123456&lt;/P&gt;&lt;P&gt;%syslput UserID = &amp;amp;UserID.;&lt;/P&gt;&lt;P&gt;I don't understand what the point of creating the user ID then doing a %syslput afterwards to what it seems replace the variable? I don't fully understand the %syslput other than its to store variables server side? (I think) I did go through the SAS programming 1 and 2 and part of 3 and i don't recall coming across the %syslput&lt;/P&gt;&lt;P&gt;When i do run the code i get an error saying&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;"ERROR: A link must be established by executing the SIGNON command before you can communicate with UNKNOWN."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Any guidance or help would be appreciate it.&lt;/P&gt;</description>
    <pubDate>Fri, 07 Feb 2025 20:48:39 GMT</pubDate>
    <dc:creator>Mluna</dc:creator>
    <dc:date>2025-02-07T20:48:39Z</dc:date>
    <item>
      <title>Guidance on finding a course or resources with lessons or more applicable examples</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Guidance-on-finding-a-course-or-resources-with-lessons-or-more/m-p/958709#M2548</link>
      <description>&lt;P&gt;I came across a code from a previous co-worker that no longer works with us and I've been learning and to continue to maintain and improved on it.&lt;/P&gt;&lt;P&gt;at the very start of his code he created variables&lt;/P&gt;&lt;P&gt;%let UserID = 123456&lt;/P&gt;&lt;P&gt;%syslput UserID = &amp;amp;UserID.;&lt;/P&gt;&lt;P&gt;I don't understand what the point of creating the user ID then doing a %syslput afterwards to what it seems replace the variable? I don't fully understand the %syslput other than its to store variables server side? (I think) I did go through the SAS programming 1 and 2 and part of 3 and i don't recall coming across the %syslput&lt;/P&gt;&lt;P&gt;When i do run the code i get an error saying&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;"ERROR: A link must be established by executing the SIGNON command before you can communicate with UNKNOWN."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Any guidance or help would be appreciate it.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2025 20:48:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Guidance-on-finding-a-course-or-resources-with-lessons-or-more/m-p/958709#M2548</guid>
      <dc:creator>Mluna</dc:creator>
      <dc:date>2025-02-07T20:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Guidance on finding a course or resources with lessons or more applicable examples</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Guidance-on-finding-a-course-or-resources-with-lessons-or-more/m-p/958718#M2549</link>
      <description>&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/connref/n1bc4zi0lp02ivn1oxn9gc1bsaha.htm" target="_blank" rel="noopener"&gt;%SYSLPUT&lt;/A&gt; is only relevant if you are using SAS/CONNECT to start up another SAS session from your existing one. It is totally irrelevant if you only have the one SAS session.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First, you need to use the SIGNON command to start another SAS session, then you can use %SYSLPUT to copy the local &amp;amp;UserID macro variable to the second SAS session you just started.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Search the rest of your program for the SIGNON command or RSUBMIT / ENDRSUBMIT statements. Are there any? If there aren't any, I can only assume your co-worker was doing SIGNONs and remote SUBMITs via SAS's menu options.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2025 21:13:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Guidance-on-finding-a-course-or-resources-with-lessons-or-more/m-p/958718#M2549</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2025-02-07T21:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: Guidance on finding a course or resources with lessons or more applicable examples</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Guidance-on-finding-a-course-or-resources-with-lessons-or-more/m-p/958728#M2550</link>
      <description>&lt;P&gt;Thank you, yes there are Rsubmit / ENDRsubmit statements where they were importing data into an Unix server. oh ok so i was trying to run it in parts to make sense of it. I knew Rsubmits were because he was doing a remote connection i just wasn't aware that they related to the macro variables&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2025 22:25:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Guidance-on-finding-a-course-or-resources-with-lessons-or-more/m-p/958728#M2550</guid>
      <dc:creator>Mluna</dc:creator>
      <dc:date>2025-02-07T22:25:42Z</dc:date>
    </item>
  </channel>
</rss>

