<?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>Ask the Expert articles</title>
    <link>https://communities.sas.com/t5/Ask-the-Expert/tkb-p/askexpert</link>
    <description>Ask the Expert articles</description>
    <pubDate>Sat, 15 Aug 2020 02:17:08 GMT</pubDate>
    <dc:creator>askexpert</dc:creator>
    <dc:date>2020-08-15T02:17:08Z</dc:date>
    <item>
      <title>How Can I Run My DATA Step Programs in SAS Viya? Q&amp;A, Slides, and On-Demand Recording</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/How-Can-I-Run-My-DATA-Step-Programs-in-SAS-Viya-Q-amp-A-Slides/ta-p/674364</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P&gt;Did you miss the Ask the Expert session on running your DATA Step programs in SAS Viya? Not to worry, you can catch it on-demand at your leisure.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.sas.com/gms/redirect.jsp?detail=GMS134449_185110" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;Watch the webinar&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're a longtime SAS programmer, and concerned your skills won’t translate to SAS Viya, don’t worry. You can use all your valuable programming skills in Viya. In fact, this leading-edge software from SAS represents a whole new world to grow your skills and use them for greater contributions to your organization.&lt;/P&gt;
&lt;P&gt;During this webinar, you will learn:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;What Viya is, how it works and what CAS is.&lt;/LI&gt;
&lt;LI&gt;How SAS 9 and CAS seamlessly execute SAS programs to prepare and analyze data.&lt;/LI&gt;
&lt;LI&gt;What a CASLIB is, how to start a CAS session and how to load data into CAS.&lt;/LI&gt;
&lt;LI&gt;How to run DATA step in CAS, run Base SAS Procedures and run CAS enabled procedures.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are the questions from the Q&amp;amp;A segment held at the end of the webinar. The slides from the webinar are attached.&lt;/P&gt;
&lt;H1&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;Will my existing SAS programs run in Viya?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H1&gt;
&lt;P&gt;The short answer is YES. Your SAS 9 programs will run as is on Viya assuming that library references, references to include files, etc. are pointing to proper server locations associated with your Viya environment. BUT your programs will not take advantage of Cloud Analytics Services (CAS) in-memory processing until your data is loaded into CASLIBs and you are using DATA Step and cloud enabled PROCS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;How do I know what program steps ran in CAS?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Look at the log. If you look at the log and you see “cloud analytics services” then it ran in CAS (it doesn’t shorten it to CAS). If you don’t see that, it didn’t run in CAS. Make sure your procedure is CAS enabled.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;H1&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;How do I learn what SAS functions run in CAS?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H1&gt;
&lt;P&gt;SAS Documentation. This link is to the list of functions that run in CAS:&amp;nbsp; &lt;A href="https://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.5&amp;amp;docsetId=allprodsle&amp;amp;docsetTarget=syntaxByProduct-function.htm&amp;amp;locale=en#n0ovyuo3huqgs9n1wff08phoz4a8"&gt;https://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.5&amp;amp;docsetId=allprodsle&amp;amp;docsetTarget=syntaxByProduct-function.htm&amp;amp;locale=en#n0ovyuo3huqgs9n1wff08phoz4a8&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Are there any particular procedures or group of procedures that as of now cannot use CAS?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Yes, only SAS 9 procedures that I listed in the presentation are CAS enabled; all others will run on the workspace server (SPRE). Of course, all new procedures that are supplied with Viya products are CAS enabled.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;How long does the Proc casutil load take to run?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Depends on the size of your data. Typically, it runs very quickly.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;We saw a nice example of the performance gains we can get using VIYA. Going back to the Cars example demoed, how long did it take to load the Cars table into CAS memory?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The Cars data is tiny, so it loads in a split second.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;How can I tell if I have access to CAS in my SAS installation?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;If you are using EG or SAS Studio you can tell if you have access to CAS if you see any of the tables loaded in memory or if you are able to log on through the log in manager.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Is proc sort CAS enabled?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;It is not CAS enabled.&amp;nbsp; Most PROC SORT code can be commented out because the BY statement of DATA Step or CAS enabled procedures will cause sort on the fly. You can also consider simulating the PROC SORT code that contains a NODUPKEY statement with SAS DATA Step.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;I understand SAS9.4 M6 is the last main official SAS maintenance version. How long will this be supported by SAS? In a few words, when do companies need to move to SAS Viya?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Currently, there are plans to release additional Maintenance releases for SAS9.4, so M6 will be supported for some time depending on how many additional releases come in the future. Companies should move to Viya when they need the functionality that Viya provides.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Are SAS Macros enabled in CAS?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Macros are supported in SAS Viya, but only in the SAS session. Macros can be useful in generating the code that runs in CAS, but the macro language itself is not supported in CAS.&amp;nbsp; &lt;A href="https://go.documentation.sas.com/?docsetId=whatsdiff&amp;amp;docsetTarget=n0bwi2f9srst4fn1gek4w7okmaju.htm&amp;amp;docsetVersion=3.1&amp;amp;locale=en"&gt;https://go.documentation.sas.com/?docsetId=whatsdiff&amp;amp;docsetTarget=n0bwi2f9srst4fn1gek4w7okmaju.htm&amp;amp;docsetVersion=3.1&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Is SAS Viya hosted in SAS servers only?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;SAS Viya is cloud based, so it can run on public or private clouds. It can also run on SAS Servers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Can you use a lag() function in a SAS Viya CAS data step?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;According to the function documentation the LAG() function is a Base SAS function and not CAS enabled. However, that does not mean that you can’t run it in a SAS program that runs in Viya – only that the step with the function will run on the workspace server – not CAS. Keep that in mind because you may want to use this function in preparing your data prior to loading it into CAS.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What are some of the major difference between proc SQL and FEDSQL?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The syntax is similar, but there are some SASizms that are not in FEDSQL that you need to watch out for. FEDSQL enables much more transparent access to join multiple tables in multiple formats simultaneously. You can still use proc SQL if you are pulling tables and doing some data prep prior to loading in CAS. Once the table is loaded into CAS, you need to switch over to FEDSQL.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Can we get a copy of the FEDSQL knowledge transfer paper?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Here is one good paper:&amp;nbsp; &lt;/STRONG&gt;file:///C:/Users/saswtw/OneDrive%20-%20SAS/Documents/1-SAS/SAS-PRODUCTS/SAS94%20-%20PROC%20SQL%20vs%20PROC%20FEDSQL.pdf . There are other good ones you can find using LexJansen.com search engine.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;How can CAS do by-group processing without sorting? Is it sorting behind the scenes?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Good question. I assume so, but I would need to check. With by-group processing the data is partitioned by each by-group value to run on a different thread. So, for example, if your environment has 10 available threads, but you assign continent as your by-group and there are only 5 values for continent, your processing will occur on only 5 threads.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Is the demo code going to be shared?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Yes, I will change references to sashelp tables so you can run it, and I will post it…&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;I have SAS base 9.4, SAS Enterprise Guide and SAS Studio installed in my PC. Is SAS Viya one of the SAS Base, Enterprise Guide, SAS STUDIO features or it is a software that is different from other SAS software above?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;You are currently running a SAS 9.4 environment on your PC. That is great. SAS Viya is a whole different environment to address specific use cases. It has a different architecture. If your organization does license SAS Viya and it is configured so that SAS 9 and SAS Viya can work together, you could theoretically write your SAS programs in Enterprise Guide on your PC that include CAS enabled steps that could be submitted to the CAS server.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;If a proc or function is not CAS enabled, then do you need SAS 9.4 or Enterprise Guide to run? Will SAS Studio work? (Our agency is thinking of going from PC SAS 9.4 to either 9.4 server or Studio. They are gathering info now to make best choice. They will be considering Viya options as well.)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;No. In Viya, anything that is not CAS enabled will run on SPRE (the equivalent of the SAS 9 Workspace server in SAS9). It does not matter what user interface you are using – EG or SAS Studio. See above for link to CAS enabled functions. Here is link to CAS enabled procedures: &amp;nbsp;&lt;A href="https://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.5&amp;amp;docsetId=proc&amp;amp;docsetTarget=p0nnkdmqmz48w8n1kqofzc7mcla4.htm&amp;amp;locale=en"&gt;https://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.5&amp;amp;docsetId=proc&amp;amp;docsetTarget=p0nnkdmqmz48w8n1kqofzc7mcla4.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What is a federated join?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Here is a great paper on the topic:&amp;nbsp; &lt;A href="https://support.sas.com/resources/papers/proceedings15/3390-2015.pdf" target="_blank" rel="noopener"&gt;https://support.sas.com/resources/papers/proceedings15/3390-2015.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Can SAS Viya run on mainframes?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;No. Viya runs on Linux and Windows operating systems only and in various public and private cloud deployments.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Does CAS work the same with ODS files using Excel? I know you gave example of Excel.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Viya does. When ODS is involved, the processing step runs not in CAS but on the workspace server (SPRE) as there is no advantage for using distributed in memory-processing for this type of work.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;My org doesn't currently have SAS Viya, but we have server SAS and use Studio, Enterprise Miner, Enterprise Guide, and Contextual Analysis. We were told Contextual Analysis support is ending and that we would be switched to Visual Text Analytics which requires Viya. Does this mean everything else will need to be converted to run on Viya and we will be on CAS? I'm ignorant about CAS/Viya/Server/Admin info, but an analyst with tons of programs that I'm not sure if I need to start preparing to convert.&lt;/STRONG&gt;&lt;BR /&gt;That is a good and big question. In migrating to Viya there are many options and considerations (more than I can address here or am qualified to address). Your organization could acquire Viya for VTA but still run legacy programs in SAS 9. You as a SAS programmer could take advantage of that by modifying your long running, CPU intensive SAS 9 program steps to run in CAS without needing to change your entire program. The other steps will still run on SAS 9.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Can you save output to a local directory using the ODS system with Viya?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Yes, you can.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Recommended Resources&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.sas.com/gms/redirect.jsp?detail=GMS132008_181405" target="_blank" rel="noopener"&gt;SAS® Viya® Enablement&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.sas.com/gms/redirect.jsp?detail=GMS132008_181406" target="_blank" rel="noopener"&gt;Programming for SAS® Viya®&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.sas.com/gms/redirect.jsp?detail=GMS132008_181408" target="_blank" rel="noopener"&gt;An Introduction to SAS® Viya® 3.5 Programming&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Want more tips? Be sure to subscribe to the&amp;nbsp;&lt;A href="http://communities.sas.com/askexpert" target="_blank" rel="noopener"&gt;Ask the Expert board&lt;/A&gt;&amp;nbsp;to receive follow up Q&amp;amp;A, slides and recordings from other SAS Ask the Expert webinars.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 04 Aug 2020 14:17:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/How-Can-I-Run-My-DATA-Step-Programs-in-SAS-Viya-Q-amp-A-Slides/ta-p/674364</guid>
      <dc:creator>TWinand</dc:creator>
      <dc:date>2020-08-04T14:17:58Z</dc:date>
    </item>
    <item>
      <title>How Do You Manage Your SAS Projects With Git? Slides, Q&amp;A and On-Demand Recording</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/How-Do-You-Manage-Your-SAS-Projects-With-Git-Slides-Q-amp-A-and/ta-p/672160</link>
      <description>&lt;P&gt;Learn how to manage your SAS project with Git, using the integration provided in SAS tools and programming language.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="giteg82.png" style="width: 767px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/47644i785FD728DAC12F7B/image-size/large?v=1.0&amp;amp;px=999" title="giteg82.png" alt="giteg82.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2020 19:22:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/How-Do-You-Manage-Your-SAS-Projects-With-Git-Slides-Q-amp-A-and/ta-p/672160</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2020-08-04T19:22:19Z</dc:date>
    </item>
    <item>
      <title>How Do I Get the Most From AI-Enhanced BI With SAS® Visual Analytics?  On-Demand Recording and Q&amp;A</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/How-Do-I-Get-the-Most-From-AI-Enhanced-BI-With-SAS-Visual/ta-p/670680</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P&gt;Did you miss the Ask the Expert session on getting the most from AI-Enhanced BI with SAS&lt;STRONG&gt;&lt;SUP&gt;®&lt;/SUP&gt;&lt;/STRONG&gt; Visual Analytics for SAS&lt;STRONG&gt;&lt;SUP&gt;®&lt;/SUP&gt;&lt;/STRONG&gt; Viya&lt;STRONG&gt;&lt;SUP&gt;®&lt;/SUP&gt;&lt;/STRONG&gt;? Not to worry, you can catch it on-demand at your leisure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;SPAN style="font-size: 10.5pt; font-family: 'Arial',sans-serif; color: #333333;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white; box-sizing: border-box;"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Arial',sans-serif; color: #333333;"&gt;&lt;A href="https://www.sas.com/gms/redirect.jsp?detail=GMS133779_184340" target="_blank" rel="noopener"&gt;&lt;SPAN class="cta-button-article"&gt;&lt;SPAN style="font-size: 12.0pt; color: white; border: solid windowtext 1.0pt; padding: 0in; background: #F08000; text-decoration: none; text-underline: none;"&gt;Watch the webinar&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white; box-sizing: border-box;"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Arial',sans-serif; color: #333333;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;During this webinar, I demonstrated the AI-enhanced business intelligence features that are baked right into the latest release of SAS Visual Analytics (VA) for SAS Viya.&amp;nbsp; In the recording, you will learn:&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;What AI-enhanced BI is and why you need it.&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;An overview of 10+ features within SAS Visual Analytics 8.5 for Viya 3.5 that allow AI-enhanced BI.&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;Which features are available in older releases of SAS Visual Analytics&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;How to determine whether to perform AI or BI first, depending on your data storytelling path.&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Arial',sans-serif; color: #333333;"&gt;Here are &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Arial',sans-serif; color: black;"&gt;the &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Arial',sans-serif; color: #333333;"&gt;questions from the Q&amp;amp;A panel throughout the webinar:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Arial',sans-serif; color: #333333;"&gt;&lt;SPAN class="TextRun SCXW22824989 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW22824989 BCX0" data-ccp-parastyle="heading 1"&gt;1. H&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="TextRun SCXW22824989 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW22824989 BCX0" data-ccp-parastyle="heading 1"&gt;ow did you run the Automated Explanation report?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="TextRun SCXW22824989 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW22824989 BCX0" data-ccp-parastyle="heading 1"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="TextRun SCXW22824989 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW22824989 BCX0" data-ccp-parastyle="heading 1"&gt;It looks very powerful, but I missed how you run that in VA 8.5.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="TextRun SCXW22824989 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW22824989 BCX0" data-ccp-parastyle="heading 1"&gt;?&amp;nbsp; &lt;U&gt;Answer:&lt;/U&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Arial',sans-serif; color: #333333;"&gt;&lt;SPAN class="TextRun SCXW22824989 BCX0" data-contrast="auto"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Where2FindAutoExplanation.jpg" style="width: 217px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/47321iE29137FBE2F324DD/image-size/medium?v=1.0&amp;amp;px=400" title="Where2FindAutoExplanation.jpg" alt="Note: this feature was called Automated Analysis in SAS VA 8.3.1" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Note: this feature was called Automated Analysis in SAS VA 8.3.1&lt;/span&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Arial',sans-serif; color: #333333;"&gt;&lt;SPAN class="TextRun SCXW22824989 BCX0" data-contrast="auto"&gt;&lt;SPAN class="TextRun SCXW196869417 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW196869417 BCX0" data-ccp-parastyle="heading 1"&gt;2. How do some of these AI features like Auto Explanation compare with what a data scientist could do when creating models using Visual Statistics or VDMML&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="TextRun SCXW196869417 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW196869417 BCX0" data-ccp-parastyle="heading 1"&gt;?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Arial',sans-serif; color: #333333;"&gt;&lt;SPAN class="TextRun SCXW22824989 BCX0" data-contrast="auto"&gt;&lt;SPAN class="EOP SCXW196869417 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559738&amp;quot;:240,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;And there was an additional related question ...&amp;nbsp;&lt;SPAN class="TextRun SCXW218147900 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW218147900 BCX0" data-ccp-parastyle="heading 1"&gt;How would you compare this to Visual Statistics and VDMML&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="TextRun SCXW218147900 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW218147900 BCX0" data-ccp-parastyle="heading 1"&gt;?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="EOP SCXW218147900 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559738&amp;quot;:240,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Arial',sans-serif; color: #333333;"&gt;&lt;SPAN class="TextRun SCXW22824989 BCX0" data-contrast="auto"&gt;&lt;SPAN class="EOP SCXW196869417 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559738&amp;quot;:240,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;U&gt;Answer:&lt;/U&gt;&amp;nbsp; Please see the section paragraph titled&amp;nbsp;&lt;STRONG&gt;What about for the true Data Scientist?&amp;nbsp;&lt;/STRONG&gt;within this &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/BI-without-AI-is-like-corn-flakes-without-the-milk/ta-p/637359" target="_blank" rel="noopener"&gt;&lt;U&gt;&lt;STRONG&gt;article&lt;/STRONG&gt;&lt;/U&gt;&lt;/A&gt; that was the basis for this webinar.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Arial',sans-serif; color: #333333;"&gt;&lt;SPAN class="TextRun SCXW22824989 BCX0" data-contrast="auto"&gt;&lt;SPAN class="EOP SCXW196869417 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559738&amp;quot;:240,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;3. As a follow-up question to previous Question/Answer directly above ... So then h&lt;SPAN class="TextRun SCXW209563630 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW209563630 BCX0" data-ccp-parastyle="heading 1"&gt;ow would you compare Visual Statistics with VDMML&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="TextRun SCXW209563630 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW209563630 BCX0" data-ccp-parastyle="heading 1"&gt;?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Arial',sans-serif; color: #333333;"&gt;&lt;SPAN class="TextRun SCXW22824989 BCX0" data-contrast="auto"&gt;&lt;SPAN class="EOP SCXW196869417 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559738&amp;quot;:240,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;SPAN class="TextRun SCXW209563630 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW209563630 BCX0" data-ccp-parastyle="heading 1"&gt;&lt;U&gt;Answer:&lt;/U&gt;&amp;nbsp;&amp;nbsp;&lt;SPAN class="TextRun SCXW31708177 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW31708177 BCX0"&gt;Visual Statistics provides objects for descriptive modeling - k-means clustering and &lt;STRONG&gt;"traditional"&lt;/STRONG&gt; Machine Learning&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="TextRun SCXW31708177 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW31708177 BCX0"&gt;algorithms&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="TextRun SCXW31708177 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW31708177 BCX0"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;like trees, log regression, generalized linear models, etc.&amp;nbsp; Whereas, VDMML adds more &lt;STRONG&gt;modern&lt;/STRONG&gt; Machine Learning models like gradient boosting, random forests, deep Neural Nets, Factorization Machines, etc.&amp;nbsp; VDMML also offers&amp;nbsp;&lt;SPAN&gt;different levels of automation courtesy of provided &lt;/SPAN&gt;&lt;A href="https://support.sas.com/documentation/prod-p/model-studio/index.html" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;&lt;U&gt;&lt;STRONG&gt;Model Studio.&lt;/STRONG&gt;&lt;/U&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Relating to SAS Model Studio there was a question asked ...&amp;nbsp;I was in Model Studio and built some models.&amp;nbsp;&amp;nbsp;I went to view results and only found variable importance but can't find the variable impact.&amp;nbsp;&amp;nbsp;For logistic regression model for example, I can't find the odds ratios.&amp;nbsp;&amp;nbsp;Could you tell me how to get that&amp;nbsp;information?&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;U&gt;Answer:&lt;/U&gt;&amp;nbsp; Odds ratios can be calculated as part of post-fitting using the logisticOddsRatio action which is part of the Regression Action set.&amp;nbsp; This can be accessed through a coding approach (like using PROC CAS in SAS) to program the options for logistic regression in CAS. It is not offered as an option through the logistic regression node in Model Studio as this is typically used more for inferential modelling rather than predictive modelling with large data. You could include &lt;A href="https://go.documentation.sas.com/?docsetId=casactstat&amp;amp;docsetTarget=casactstat_regression_details19.htm&amp;amp;docsetVersion=8.5&amp;amp;locale=en" target="_blank" rel="noopener"&gt;&lt;U&gt;&lt;STRONG&gt;this code&lt;/STRONG&gt;&lt;/U&gt;&lt;/A&gt; through a code node in the pipeline.&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Arial',sans-serif; color: #333333;"&gt;&lt;SPAN class="TextRun SCXW22824989 BCX0" data-contrast="auto"&gt;&lt;SPAN class="EOP SCXW196869417 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559738&amp;quot;:240,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;4.&amp;nbsp;&lt;SPAN class="TextRun SCXW88003049 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW88003049 BCX0" data-ccp-parastyle="heading 1"&gt;How does SAS VA mapping compare to SAS/GIS from SAS 9.4&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="TextRun SCXW88003049 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun ContextualSpellingAndGrammarErrorV2 SCXW88003049 BCX0" data-ccp-parastyle="heading 1"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="TextRun SCXW88003049 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW88003049 BCX0" data-ccp-parastyle="heading 1"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="TextRun SCXW88003049 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW88003049 BCX0" data-ccp-parastyle="heading 1"&gt;Or do we work with SAS/GIS&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="TextRun SCXW88003049 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW88003049 BCX0" data-ccp-parastyle="heading 1"&gt;?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Arial',sans-serif; color: #333333;"&gt;&lt;SPAN class="TextRun SCXW22824989 BCX0" data-contrast="auto"&gt;&lt;SPAN class="EOP SCXW196869417 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559738&amp;quot;:240,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;SPAN class="TextRun SCXW88003049 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW88003049 BCX0" data-ccp-parastyle="heading 1"&gt;And there was an additonal related question ...&amp;nbsp;&lt;SPAN class="TextRun SCXW196159135 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW196159135 BCX0"&gt;Do you have any feel how this &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="TextRun SCXW196159135 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW196159135 BCX0"&gt;compares to packages like ESRI?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Arial',sans-serif; color: #333333;"&gt;&lt;SPAN class="TextRun SCXW22824989 BCX0" data-contrast="auto"&gt;&lt;SPAN class="EOP SCXW196869417 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559738&amp;quot;:240,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;SPAN class="TextRun SCXW88003049 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW88003049 BCX0" data-ccp-parastyle="heading 1"&gt;&lt;SPAN class="EOP SCXW196159135 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;There was also a third related question ...&amp;nbsp;&lt;SPAN class="TextRun SCXW145410549 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW145410549 BCX0"&gt;Can you give/send a detailed demo or post something on your blog for the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="TextRun SCXW145410549 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW145410549 BCX0"&gt;Geomap&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="TextRun SCXW145410549 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW145410549 BCX0"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;capabilities that you demoed?&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Arial',sans-serif; color: #333333;"&gt;&lt;SPAN class="TextRun SCXW22824989 BCX0" data-contrast="auto"&gt;&lt;SPAN class="EOP SCXW196869417 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559738&amp;quot;:240,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;U&gt;Answer:&lt;/U&gt;&amp;nbsp; SAS VA has built-in geo spatial analysis capabilities that are courtesy of Open Street Map and ESRI.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Arial',sans-serif; color: #333333;"&gt;&lt;SPAN class="TextRun SCXW22824989 BCX0" data-contrast="auto"&gt;&lt;SPAN class="EOP SCXW196869417 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559738&amp;quot;:240,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;SAS VA does NOT compete with Open Street Map and ESRI.&amp;nbsp; We provide the data and Visual Analytics functionality.&amp;nbsp; They provide the geo map (i.e. boundary) layers.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Arial',sans-serif; color: #333333;"&gt;&lt;SPAN class="TextRun SCXW22824989 BCX0" data-contrast="auto"&gt;&lt;SPAN class="EOP SCXW196869417 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559738&amp;quot;:240,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;For more information, please see the section paragraph titled&amp;nbsp;&lt;STRONG&gt;Demographic data&amp;nbsp;&lt;/STRONG&gt;within this &lt;STRONG&gt;&lt;U&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/BI-without-AI-is-like-corn-flakes-without-the-milk/ta-p/637359" target="_blank" rel="noopener"&gt;article&lt;/A&gt;&lt;/U&gt;&lt;/STRONG&gt;&amp;nbsp;that was the basis for this webinar.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Arial',sans-serif; color: #333333;"&gt;&lt;SPAN class="TextRun SCXW22824989 BCX0" data-contrast="auto"&gt;&lt;SPAN class="EOP SCXW196869417 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559738&amp;quot;:240,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;5. There was a mention of&amp;nbsp;&lt;SPAN class="TextRun SCXW201956268 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW201956268 BCX0" data-ccp-parastyle="heading 1"&gt;"modernization of the SAS Stored Process".&amp;nbsp; Can you provide more details on that?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Arial',sans-serif; color: #333333;"&gt;&lt;SPAN class="TextRun SCXW22824989 BCX0" data-contrast="auto"&gt;&lt;SPAN class="EOP SCXW196869417 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559738&amp;quot;:240,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;SPAN class="TextRun SCXW201956268 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW201956268 BCX0" data-ccp-parastyle="heading 1"&gt;&lt;U&gt;Answer:&lt;/U&gt;&amp;nbsp; Please read this &lt;U&gt;&lt;STRONG&gt;&lt;A href="https://blogs.sas.com/content/sgf/2020/02/28/jobs-stored-processes-in-viya/" target="_blank" rel="noopener"&gt;article&lt;/A&gt;&lt;/STRONG&gt;&lt;/U&gt;&amp;nbsp;for those details.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Arial',sans-serif; color: #333333;"&gt;&lt;SPAN class="TextRun SCXW22824989 BCX0" data-contrast="auto"&gt;&lt;SPAN class="EOP SCXW196869417 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559738&amp;quot;:240,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;SPAN class="TextRun SCXW201956268 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW201956268 BCX0" data-ccp-parastyle="heading 1"&gt;6.&amp;nbsp;&lt;SPAN class="TextRun SCXW50224332 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW50224332 BCX0"&gt;Is it possible to do a 'Heat map' in what was being demonstrated&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="TextRun SCXW50224332 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW50224332 BCX0"&gt;?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="EOP SCXW50224332 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Arial',sans-serif; color: #333333;"&gt;&lt;SPAN class="TextRun SCXW22824989 BCX0" data-contrast="auto"&gt;&lt;SPAN class="EOP SCXW196869417 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559738&amp;quot;:240,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;SPAN class="TextRun SCXW201956268 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW201956268 BCX0" data-ccp-parastyle="heading 1"&gt;&lt;SPAN class="EOP SCXW50224332 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;U&gt;Answer:&lt;/U&gt;&amp;nbsp; Yes.&amp;nbsp; It was not demonstrated because this wouldn't be officially&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT size="3"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Arial',sans-serif; color: #333333;"&gt;&lt;SPAN class="TextRun SCXW22824989 BCX0" data-contrast="auto"&gt;&lt;SPAN class="EOP SCXW196869417 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559738&amp;quot;:240,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;SPAN class="TextRun SCXW201956268 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW201956268 BCX0" data-ccp-parastyle="heading 1"&gt;&lt;SPAN class="EOP SCXW50224332 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt; c&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT size="3"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Arial',sans-serif; color: #333333;"&gt;&lt;SPAN class="TextRun SCXW22824989 BCX0" data-contrast="auto"&gt;&lt;SPAN class="EOP SCXW196869417 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559738&amp;quot;:240,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;SPAN class="TextRun SCXW201956268 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW201956268 BCX0" data-ccp-parastyle="heading 1"&gt;&lt;SPAN class="EOP SCXW50224332 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;onsidered&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Arial',sans-serif; color: #333333;"&gt;&lt;SPAN class="TextRun SCXW22824989 BCX0" data-contrast="auto"&gt;&lt;SPAN class="EOP SCXW196869417 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559738&amp;quot;:240,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;SPAN class="TextRun SCXW201956268 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW201956268 BCX0" data-ccp-parastyle="heading 1"&gt;&lt;SPAN class="EOP SCXW50224332 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt; AI-Enhanced Business Intelligence by organizations like Gartner&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Arial',sans-serif; color: #333333;"&gt;&lt;SPAN class="TextRun SCXW22824989 BCX0" data-contrast="auto"&gt;&lt;SPAN class="EOP SCXW196869417 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559738&amp;quot;:240,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;SPAN class="TextRun SCXW201956268 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW201956268 BCX0" data-ccp-parastyle="heading 1"&gt;&lt;SPAN class="EOP SCXW50224332 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;For more information on 'Heat map' functionality, please consult the documentation &lt;A href="https://go.documentation.sas.com/?cdcId=vacdc&amp;amp;cdcVersion=8.5&amp;amp;docsetId=vaobj&amp;amp;docsetTarget=p1gx611umw5ejgn1fbhncd2o1nlp.htm&amp;amp;locale=en" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;here&lt;/STRONG&gt;&lt;/A&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Arial',sans-serif; color: #333333;"&gt;&lt;SPAN class="TextRun SCXW22824989 BCX0" data-contrast="auto"&gt;&lt;SPAN class="EOP SCXW196869417 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559738&amp;quot;:240,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;SPAN class="TextRun SCXW201956268 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW201956268 BCX0" data-ccp-parastyle="heading 1"&gt;&lt;SPAN class="EOP SCXW50224332 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;There was an unrelated question but the answer lends itself to 'Heat map' ...&amp;nbsp;&lt;SPAN class="TextRun SCXW105947577 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW105947577 BCX0"&gt;Does the Correlation shown screen out categorical variables?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="EOP SCXW105947577 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Arial',sans-serif; color: #333333;"&gt;&lt;SPAN class="TextRun SCXW22824989 BCX0" data-contrast="auto"&gt;&lt;SPAN class="EOP SCXW196869417 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559738&amp;quot;:240,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;SPAN class="TextRun SCXW201956268 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW201956268 BCX0" data-ccp-parastyle="heading 1"&gt;&lt;SPAN class="EOP SCXW50224332 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;SPAN class="EOP SCXW105947577 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;U&gt;Answer:&lt;/U&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN data-contrast="auto"&gt;Yes.&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;The Correlation Matrix only uses measures.&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;A heat map might be better to represent relationships between categories and measures&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;7.&amp;nbsp;&lt;SPAN class="TextRun Highlight SCXW84281927 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW84281927 BCX0"&gt;Was that SIRI or Alexa&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="TextRun Highlight SCXW84281927 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW84281927 BCX0"&gt;&amp;nbsp;in the video you showed&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="TextRun Highlight SCXW84281927 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW84281927 BCX0"&gt;?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;SPAN class="EOP SCXW84281927 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;U&gt;Answer:&lt;/U&gt;&amp;nbsp; The voice assistant feature built into SAS Visual Analytics App for iOS is separate from Siri or Alexa. The voice assistant does not respond to Siri or Alexa commands.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;SPAN class="EOP SCXW84281927 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;Note:&amp;nbsp; SAS Visual Analytics Product Management are looking for real-life business use cases you could apply voice assistant to your every day work.&amp;nbsp; If you could please share these example use cases, please comment back at the bottom of the following &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/BI-without-AI-is-like-corn-flakes-without-the-milk/ta-p/637359" target="_blank" rel="noopener"&gt;&lt;U&gt;&lt;STRONG&gt;article&lt;/STRONG&gt;&lt;/U&gt;&lt;/A&gt;, thank you and much appreciated.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;SPAN class="EOP SCXW84281927 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;8.&amp;nbsp;&lt;SPAN class="TextRun SCXW84955466 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW84955466 BCX0"&gt;Have you compared the&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="TextRun SCXW84955466 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SpellingErrorV2 SCXW84955466 BCX0"&gt;AutoML&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="TextRun SCXW84955466 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW84955466 BCX0"&gt;&amp;nbsp;with&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="TextRun SCXW84955466 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW84955466 BCX0"&gt;&amp;nbsp;tree&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="TextRun SCXW84955466 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW84955466 BCX0"&gt;s (and other models) developed by Experts?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;SPAN class="EOP SCXW84281927 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;SPAN class="TextRun SCXW84955466 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW84955466 BCX0"&gt;&lt;U&gt;Answer:&lt;/U&gt;&amp;nbsp; &lt;SPAN class="TextRun SCXW220204635 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW220204635 BCX0"&gt;Often&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="TextRun SCXW220204635 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW220204635 BCX0"&gt;&amp;nbsp;times the&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="TextRun SCXW220204635 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SpellingErrorV2 SCXW220204635 BCX0"&gt;AutoML&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="TextRun SCXW220204635 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW220204635 BCX0"&gt;&amp;nbsp;algorithms provide better results than first run models by experts.&amp;nbsp; However, Auto Explanation (and similar black box machine learning) only uses a subset of modeling algorithms so a data scientist that can use business knowledge with a broader range of models and advanced data prep can do better.&amp;nbsp; T&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="TextRun SCXW220204635 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW220204635 BCX0"&gt;hink of these capabilities being demonstrated here as a starting point for model development.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="EOP SCXW220204635 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;SPAN class="EOP SCXW84281927 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;SPAN class="TextRun SCXW84955466 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW84955466 BCX0"&gt;9.&amp;nbsp;&lt;SPAN class="TextRun SCXW263139221 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW263139221 BCX0"&gt;How&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="TextRun SCXW263139221 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW263139221 BCX0"&gt;&amp;nbsp;do you&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="TextRun SCXW263139221 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW263139221 BCX0"&gt;find the independent variable impact (positively or negatively) on the target (aka response or dependent) variable?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;SPAN class="EOP SCXW84281927 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;SPAN class="TextRun SCXW84955466 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW84955466 BCX0"&gt;&lt;SPAN class="TextRun SCXW263139221 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW263139221 BCX0"&gt;&lt;U&gt;Answer:&lt;/U&gt;&amp;nbsp; To get more details within any visual that is analytical in nature, click on the 'Maximize' icon as depicted in the following screen capture ...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;SPAN class="EOP SCXW84281927 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;SPAN class="TextRun SCXW84955466 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW84955466 BCX0"&gt;&lt;SPAN class="TextRun SCXW263139221 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW263139221 BCX0"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Maximize.jpg" style="width: 120px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/47326i72AAA87444B21B81/image-size/medium?v=1.0&amp;amp;px=400" title="Maximize.jpg" alt="a.k.a. Expand, a.k.a. Explorer mode" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;a.k.a. Expand, a.k.a. Explorer mode&lt;/span&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;SPAN class="EOP SCXW84281927 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;10.&amp;nbsp; &lt;FONT face="Arial, sans-serif"&gt;&lt;SPAN style="font-size: 14px;"&gt;What's the minimal version of SAS VA I need for any of the features covered?&amp;nbsp;&lt;U&gt;&amp;nbsp;&lt;/U&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;U&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Arial',sans-serif; color: #333333;"&gt;&lt;SPAN class="TextRun SCXW22824989 BCX0" data-contrast="auto"&gt;&lt;SPAN class="EOP SCXW196869417 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559738&amp;quot;:240,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;SPAN class="EOP SCXW99910109 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;Answer:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Arial',sans-serif; color: #333333;"&gt;&lt;SPAN class="TextRun SCXW22824989 BCX0" data-contrast="auto"&gt;&lt;SPAN class="EOP SCXW196869417 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559738&amp;quot;:240,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;SPAN class="EOP SCXW99910109 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="SoftwareReqs4FeaturesDemoed.jpg" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/47337iAE5F7978E6B64920/image-size/medium?v=1.0&amp;amp;px=400" title="SoftwareReqs4FeaturesDemoed.jpg" alt="The latest SAS VA 8.5 for Viya 3.5 is preferred for any of these." /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;The latest SAS VA 8.5 for Viya 3.5 is preferred for any of these.&lt;/span&gt;&lt;/span&gt;&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Arial',sans-serif; color: #333333;"&gt;&lt;SPAN class="TextRun SCXW22824989 BCX0" data-contrast="auto"&gt;&lt;SPAN class="EOP SCXW196869417 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559738&amp;quot;:240,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;SPAN class="EOP SCXW99910109 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;So then how do I know what version of SAS VA I'm running?&amp;nbsp;&amp;nbsp;&lt;U&gt;Answer:&lt;/U&gt;&amp;nbsp; When you're within the report building interface, on the u&lt;SPAN class="TextRun SCXW218777938 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW218777938 BCX0"&gt;pper right of interface, you can click on Help/About to get that information.&amp;nbsp; An example screen capture from SAS VA 7.5 and SAS VA 8.5 is provided below ...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Arial',sans-serif; color: #333333;"&gt;&lt;SPAN class="TextRun SCXW22824989 BCX0" data-contrast="auto"&gt;&lt;SPAN class="EOP SCXW196869417 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559738&amp;quot;:240,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;SPAN class="EOP SCXW99910109 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;SPAN class="EOP SCXW218777938 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Example if you are running SAS Visual Analytics 7.5 for Viya 3.5.jpg" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/47340iC6816E7EABD07523/image-size/medium?v=1.0&amp;amp;px=400" title="Example if you are running SAS Visual Analytics 7.5 for Viya 3.5.jpg" alt="How do I know if I'm running SAS Visual Analytics 7.5?" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;How do I know if I'm running SAS Visual Analytics 7.5?&lt;/span&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Arial',sans-serif; color: #333333;"&gt;&lt;SPAN class="TextRun SCXW22824989 BCX0" data-contrast="auto"&gt;&lt;SPAN class="EOP SCXW196869417 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559738&amp;quot;:240,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;SPAN class="EOP SCXW99910109 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;SPAN class="EOP SCXW218777938 BCX0" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Example if you are running SAS Visual Analytics 8.5 for Viya 3.5.jpg" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/47341iE54AD52FD6F3F905/image-size/medium?v=1.0&amp;amp;px=400" title="Example if you are running SAS Visual Analytics 8.5 for Viya 3.5.jpg" alt="How do I know if I'm running SAS Visual Analytics 8.5?" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;How do I know if I'm running SAS Visual Analytics 8.5?&lt;/span&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Recommended Resources&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;a) This webinar was based on the following &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/BI-without-AI-is-like-corn-flakes-without-the-milk/ta-p/637359" target="_blank" rel="noopener"&gt;&lt;U&gt;&lt;STRONG&gt;article&lt;/STRONG&gt;&lt;/U&gt;&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;b) When you are ready to apply AI enhanced (or any analytical) capabilities to your reports and dashboards, &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-Brain-Games-applies-to-visual-data-storytelling/ta-p/632491" target="_blank" rel="noopener"&gt;&lt;U&gt;&lt;STRONG&gt;here&lt;/STRONG&gt;&lt;/U&gt;&lt;/A&gt; is a creative way to go about producing them.&lt;/P&gt;
&lt;P&gt;c) If you are currently running a version of SAS Visual Analytics that is older than 7.5 and want to explore your upgrade options so you can take full advantage of what was presented during this webinar, please consult this &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/SAS-Visual-Analytics-Products-HTML5-Flash-Free-Interfaces/ta-p/642094" target="_blank" rel="noopener"&gt;&lt;U&gt;&lt;STRONG&gt;article&lt;/STRONG&gt;&lt;/U&gt;&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; line-height: 15.75pt; background: white;"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Arial',sans-serif; color: #333333;"&gt;Want more tips? Be sure to subscribe to the&amp;nbsp;&lt;STRONG&gt;&lt;A href="http://communities.sas.com/askexpert" target="_blank" rel="noopener"&gt;&lt;SPAN style="color: #0168b2;"&gt;Ask the Expert board&lt;/SPAN&gt;&lt;/A&gt;&lt;/STRONG&gt;&amp;nbsp;to receive follow up Q&amp;amp;A, slides and recordings from other SAS Ask the Expert webinars.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 22 Jul 2020 13:39:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/How-Do-I-Get-the-Most-From-AI-Enhanced-BI-With-SAS-Visual/ta-p/670680</guid>
      <dc:creator>TedStolarczyk</dc:creator>
      <dc:date>2020-07-22T13:39:05Z</dc:date>
    </item>
    <item>
      <title>How Can SAS Help Me Become a Premiere Data Scientist? Q&amp;A, Slides, and On-Demand Recording</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/How-Can-SAS-Help-Me-Become-a-Premiere-Data-Scientist-Q-amp-A/ta-p/664703</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P&gt;&lt;FONT size="4"&gt;Did you miss the Ask the Expert session on becoming a premiere data scientist? Not to worry, you can catch it on-demand at your leisure.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;A href="https://www.sas.com/gms/redirect.jsp?detail=GMS133108_183352" target="_self"&gt;&lt;SPAN&gt;Watch the webinar&lt;/SPAN&gt;&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;During this webinar, I interviewed seasoned data scientist, Carlos Pinheiro. He shared how he’s seen the field evolve through a variety of industries around the world and the lessons he’s learned along the way. Whether you’re an experienced professional or just starting your career, you will learn how you can make the most of your resources to build in-demand skills to advance and lead in the technology-driven world of analytics. We shared information on SAS e-learning and SAS certification, helping you build a foundation for data science success. You’ll also learn about free resources to prepare you to sit for SAS certification exams.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;You will learn:&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT size="4"&gt;How to increase skills and productivity.&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT size="4"&gt;What strategies enable you to dive deeper into the work you care about.&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT size="4"&gt;What data scientists can do to increase job security and growth potential.&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT size="4"&gt;How to set yourself apart from your peers.&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;FONT size="4"&gt;Here are the questions from the Q&amp;amp;A segment held at the end of the webinar. The slides from the webinar are attached.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;Can I try out the Academy for Data Science before I pay for it?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;Yes, you can try it out for free for 30 days. Once you sign up for it, then you pay for annual access for the professional level certification you are preparing for.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;A target="_blank" name="_Toc431214409"&gt;&lt;/A&gt;&lt;STRONG&gt;Can I take exams without having been through the courses?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;Yes, you can. The training courses are not required but recommended to pass the exam.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;Do I have to have experience programming before taking classes in the Academy?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;Yes, you should have programming experience. It doesn’t have to be in SAS. You need to understand how programs work and program logic. You need to be able to look at a program in another language and make sense of it.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;Which part of the Academy should I do first?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;You can start with whichever level you want to. Many people start with Data Curation, but that is not required.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;Can you be a Data Scientist without R and Python but knowing only SAS?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;You should be familiar with the languages that are best suited to what you are doing. Sometimes that's SAS, sometimes Python, sometimes R... in SAS you can program in all three of those languages and others, directly. We address this in the Academy for Data Science.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;FONT size="4"&gt;&lt;STRONG&gt;Can I be an AI &amp;amp; ML consultant by passing Data Curation and Advanced Analytics? If Yes, what do I need to know?&lt;/STRONG&gt;&lt;/FONT&gt;
&lt;P&gt;&lt;FONT size="4"&gt;I would recommend the AI &amp;amp; Machine Learning professional certification for doing AI &amp;amp; ML consulting. In addition to training and certification, you should have project experience. A few small or pro bono projects early in your career can build the experience you need to gain a reputation in consulting.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;I understood your advice for AI and ML but it’s a catch22 and I am not sure how well can I address it.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;I understand this: How do you get experience, when experience is required? By having certification, you have what you need to start as a junior consultant on a team, and experience as a junior consultant gives you experience you need to lead projects. It's a challenging process, and you can do it.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;It looks like I should take courses aligned to AI &amp;amp; ML and appear for certification exam and then start looking for SAS AI &amp;amp; ML Junior consultant either at SAS or SAS Customers.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;The AI &amp;amp; ML training can prepare you for work in this area whether you are using SAS or not. But yes, looking at job postings that require SAS skills is a good idea.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;Should I do both Advanced Analytics and AI/ML before I am considered a Data Scientist?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;You can choose either Advanced Analytics or AI &amp;amp; ML to meet the analytical requirement of the SAS Certified Data Scientist. The Data requirement can be met with the Data Curation Professional or the Big Data Professional (an older certification).&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;Data curation is just data preparation, or does it involve many other techniques?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;Data prep, information map, lineage, and so on. More than just data prep. Data curation involves much more data management than data prep. You may have multiple approaches in data prep depending on the model you are developing. Data curation means efficiently managing different data sources, multiple data inputs, a corporate data dictionary, etc. Everything will be used during analytical models development.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;Would people take me seriously as a Data Scientist if I don't have a master’s degree?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;Good question, and of course it depends on the market you are trying to work in, and where you are. In the US and Europe, I know some data scientists who have bachelor's degrees. They typically have another advantage, such as professional certification and job experience. In India, a master's degree seems to be a minimum requirement for entry level jobs.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;Could we take the advanced analytics courses alone by themselves?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;Yes, you can. Each individual course is on the web to register for.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;So, for courses in data analytics, I do not need any other courses from data curation or AI?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;If you just want to take the courses, then no, you don't have to take Data Curation or AI &amp;amp;ML course to take the Advanced Analytics courses. However, I would strongly recommend a good course in regression before starting the Advanced Analytics professional courses. We have a free Statistics 1 course online that can serve as a prerequisite.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;For a beginner Data Scientist, which course would you recommend taking first?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;For a true beginner data scientist, make sure you have a foundation in regression modeling. We have a free online course called &lt;EM&gt;Statistics 1: ANOVA, Regression, and Logistic Regression&lt;/EM&gt; &lt;A href="https://support.sas.com/edu/schedules.html?id=5235&amp;amp;ctry=US" target="_blank" rel="noopener"&gt;https://support.sas.com/edu/schedules.html?id=5235&amp;amp;ctry=US&lt;/A&gt; that can give you that foundation. We also recommend that you have a least 6 months of programming experience in some language. The Academy for Data Science is language neutral.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;How can I apply the 30-day free trial to data analytics courses?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;There are two different 30-day free trials that we offer. We have a SAS Learning subscription with over 100 courses. We have a 30-day free trial of that. That’s a great place to try out some courses. We also offer these classes on the web with live instructors.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;Is certification required for a professor who is qualified and experienced with SAS tools and materials through the SAS hub?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;If you are using the academic hub you don’t have to have certification to get access to the courses and teach them to your students. I would recommend it. One nice thing about the certification is that it fully prepares you for teaching the classes. If you’re already very familiar, then the certification shows that you know the content.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;What kind of roadmap would one follow if they were a novice in SAS?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;Here is a great website for starting out with SAS:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;A href="https://www.sas.com/en_us/learn.html" target="_blank" rel="noopener"&gt;https://www.sas.com/en_us/learn.html&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;From there, you can access several free tutorials and courses to get you started.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;Can I sign up for multiple classes at the same time during the 30-day free trial?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;Yes, you can take as many of the courses in the Academy for Data Science or the Learning Subscription as you would like during the 30-day trial.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;Are examination fees covered in the $1,295 annual access for data curation course?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;Yes, one certification exam voucher is included.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;How much time per week do you recommend a person allocate to this program?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;That depends on how fast you want to be ready to take exams. For most people, 5-7 hours a week for a year, of studying and learning suffices to prepare to take the exams within a year.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;Is there a discount to the academy if you're a student?&amp;nbsp; I'm just starting my PhD journey.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;Yes! Students get a 50% discount. You can see all the discounts here: &lt;A href="https://www.sas.com/en_us/training/academy-data-science/ai-machine-learning-certification.html#discounts-guidelines" target="_blank" rel="noopener"&gt;https://www.sas.com/en_us/training/academy-data-science/ai-machine-learning-certification.html#discounts-guidelines&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;If I only do the Advanced Analytics curriculum, would I not be certified as a data scientist?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;No, you would be able to earn the Advanced Analytics Professional certification.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;After the 30 days and you have not completed, what will happen?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;Your access will expire automatically. At that time, you will be eligible for a 25% discount off the annual license price. It is not an automatic transition- you must sign up for the annual license.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;For marketers who are interested in data analytics but not preparing to be a data scientist, what is your recommended course?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;We have a curriculum of courses that can be very useful for market research and analysts- you will likely find many courses that interest you in the Learning Subscription:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;A href="https://www.sas.com/en_us/training/programs/learning-subscription.html" target="_blank" rel="noopener"&gt;https://www.sas.com/en_us/training/programs/learning-subscription.html&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;The Learning Subscription also has a 30-day free trial.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;I work at a state government... and have been using SAS since 1993. A majority of people still use SAS here... but lately newcomers prefer using R. What are your thoughts on the analytical software perspective?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;We actually embrace open source tools. You can develop your model in R or Python and add them in the pipeline in Model Studio and even compare their performance against SAS models. We can also deploy them using Model Manager. We have a free course in using SAS for R programmers, &lt;A href="https://support.sas.com/edu/schedules.html?id=3033&amp;amp;ctry=US" target="_blank" rel="noopener"&gt;https://support.sas.com/edu/schedules.html?id=3033&amp;amp;ctry=US&lt;/A&gt; as well as extensive documentation on coding in SAS with R.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;How would you compare R/Python to SAS regarding data science? For example, the size of the community, the availability of packages, computing efficiency, presentation of results etc.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;I would say the size of community of course is bigger in open source, as well as availability of packages. Just noticed that there is a great overlap in terms of algorithms in different packages. SAS offers algorithms in a wide spectrum of disciplines, like statistical analysis, machine learning, natural language processing, deep learning, computer vision, optimization, network analysis, forecast, econometrics, among others. The great benefit is to have all of this in a single environment, where you can combine multiple techniques, from different disciplines, to solve a complex business problem. Efficiency and presentation are key factors for SAS and these are our major differences. SAS is very efficient, particularly in Viya and its in-memory distributed environment. Visualization is also a major topic in SAS and we have interactive visualization tools that enrich any analytical results.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;How much is an umbrella subscription to cover all our staff?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;Depending on your country and number of users, it varies. Please reach out to your SAS rep for information.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;What is the eligibility for certification in data curation course?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;You must pass the Data Curation Professional exam.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;How much is the subscription?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;Each program is $1,295 per year for the annual subscription. There are three different subscriptions: Data Curation, Advanced Analytics, and AI &amp;amp; Machine Learning.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;What are prerequisites for these courses?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;Make sure you have a foundation in regression modeling. We have a free online course called &lt;EM&gt;Statistics 1: ANOVA, Regression, and Logistic Regression&lt;/EM&gt; &lt;A href="https://support.sas.com/edu/schedules.html?id=5235&amp;amp;ctry=US" target="_blank" rel="noopener"&gt;https://support.sas.com/edu/schedules.html?id=5235&amp;amp;ctry=US&lt;/A&gt; that can give you that foundation. We also recommend that you have a least 6 months of programming experience in some language.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;You mentioned Hadoop, pig, etc. Does SAS have and provide its own data warehouse?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;Data warehouse is not just a database to store historical information. It is a set of solutions including data storage, data management, data ingestion and visualization. SAS offers solutions in all these areas, but the important thing here is the ability to work with multiple vendors and solutions to get the most of your data warehouse. You can find more information about this here: &lt;A href="https://www.sas.com/en_us/insights/data-management/data-warehouse.html" target="_blank" rel="noopener"&gt;https://www.sas.com/en_us/insights/data-management/data-warehouse.html&lt;/A&gt;.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;Approximately how long will it take to complete all 3 courses?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;Each professional certification program is comprised of multiple courses, and to complete all three professional training modules is approximately 350 hours.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;What are the prerequisites for this journey?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;Make sure you have a foundation in regression modeling. We have a free online course called &lt;EM&gt;Statistics 1: ANOVA, Regression, and Logistic Regression&lt;/EM&gt; &lt;A href="https://support.sas.com/edu/schedules.html?id=5235&amp;amp;ctry=US" target="_blank" rel="noopener"&gt;https://support.sas.com/edu/schedules.html?id=5235&amp;amp;ctry=US&lt;/A&gt; that can give you that foundation. We also recommend that you have a least 6 months of programming experience in some language.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;What is the duration of the course?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;Each professional certification program is comprised of multiple courses, and to complete all three professional training modules is approximately 350 hours.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;Is a PhD required for these programs?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;No&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;How does the SAS platform work in terms of analytics and programming?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;You have a visual interface like point and click to create models, another visual interface to create the flow of steps in terms of data prep, transformation, feature extraction, model selection, model comparison, etc. And you have SAS Studio to code. The same algorithms work in all these 3 interfaces.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;How did you fund the courses and certification test to be considered a premier data scientist?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;I did it while I was a SAS employee.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;What are some challenges common to a premiere data scientist?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;Be curious. Don’t be afraid to tryout and experiment with traditional and brand-new solutions. Evaluate simple and very complex models and be ready to combine different knowledge (eventually from different people) and distinct disciplines to solve business problems. Be elegant in the solution, clearly communicate the results, and always pursue the simpler models.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Recommended Resources&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.sas.com/en_us/training/academy-data-science/trial.html" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;SAS Academy for Data Science&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.sas.com/content/dam/SAS/documents/technical/education/en/sas-academy-for-data-science-108015.pdf" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;SAS Academy for Data Science Brochure&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Want more tips? Be sure to subscribe to the&amp;nbsp;&lt;A href="http://communities.sas.com/askexpert" target="_blank" rel="noopener"&gt;Ask the Expert board&lt;/A&gt;&amp;nbsp;to receive follow up Q&amp;amp;A, slides and recordings from other SAS Ask the Expert webinars.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 Jun 2020 20:40:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/How-Can-SAS-Help-Me-Become-a-Premiere-Data-Scientist-Q-amp-A/ta-p/664703</guid>
      <dc:creator>CatTruxillo</dc:creator>
      <dc:date>2020-06-24T20:40:59Z</dc:date>
    </item>
    <item>
      <title>Ask the Expert Suggestion Box</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/Ask-the-Expert-Suggestion-Box/ta-p/655488</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Ask the Expert Webinar Image.png" style="width: 319px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/41586iB6985183ADEA79CD/image-size/medium?v=1.0&amp;amp;px=400" title="Ask the Expert Webinar Image.png" alt="Ask the Expert Webinar Image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The goal of the Ask the Expert webinars is to provide insights into using SAS products to make your job easier and empower you with the knowledge you need to be successful at your work. We conclude each webinar with a time for you to ask questions of the presenter.&lt;/SPAN&gt;&lt;SPAN&gt; We want to know what topics you are interested in learning more about from a SAS expert? &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please comment on this post with your suggestions.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We look forward to hearing from you!&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 09 Jun 2020 11:52:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/Ask-the-Expert-Suggestion-Box/ta-p/655488</guid>
      <dc:creator>wreeves</dc:creator>
      <dc:date>2020-06-09T11:52:22Z</dc:date>
    </item>
    <item>
      <title>How Do I Access the SAS® Training Resources that Best Suit My Needs? Q&amp;A and On-Demand Recording</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/How-Do-I-Access-the-SAS-Training-Resources-that-Best-Suit-My/ta-p/653593</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P&gt;Did you miss the Ask the Expert session on SAS&lt;SUP&gt;®&lt;/SUP&gt; Training Resources? Not to worry, you can catch it on-demand at your leisure.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.sas.com/gms/redirect.jsp?detail=GMS132183_181630" target="_blank"&gt;&lt;SPAN&gt;Watch the webinar&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Overwhelmed with the number of great looking choices for SAS training? Not sure where to start? SAS Technical Training Consultant Anna Rakers discusses how to access the SAS training resources that best suit your current needs as well as prepare for future career advancement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You will learn:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;How to choose the best courses not just for your current job, but for the job you want to earn, via SAS courses and certification.&lt;/LI&gt;
&lt;LI&gt;How to access documentation to aid in the learning process and the SAS Knowledge Base to find tips and solutions to known challenges.&lt;/LI&gt;
&lt;LI&gt;How to access supplemental videos to enhance your learning.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.PNG" style="width: 874px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/40468i8247393594F6945D/image-size/large?v=1.0&amp;amp;px=999" title="image.PNG" alt="image.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are the questions from the Q&amp;amp;A segment held at the end of the session.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;How long do you have access to an e-Learning course?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;When you activate a paid e-Learning course, you have 180 days to complete the course.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Can you request a class if you don’t see the one you want available?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;You can request a class. If you are on a course page, you can click “Suggest course date” and it will take you a page where you can make your suggestions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Is there a deadline to access the free 30-day learning subscription?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;There is not. We plan to keep the 30-day free trial for the Learning subscription and the Academy for Data Science. Once you start, you can access as much content as you like in the next 30 days.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Is certification included in the free learning subscription?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;No, certification is not included in the free learning subscription. You would need to schedule and pay for the exam.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Which version of SAS is best for academic learning environments related to statistical/regression analysis?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.sas.com/en_us/software/on-demand-for-academics.html" target="_blank"&gt;SAS OnDemand for Academics&lt;/A&gt; is a great option. There is no download. You simply need a SAS profile and can use SAS on the cloud. Of course, that requires a stable network connection. You can upload data from the SAS e-learning to complete the activities, but there is a limit. Also, there are regularly scheduled maintenance outages. SAS OnDemand gives you access to SAS Studio for programming, which includes Base SAS, SAS/STAT, and SAS/ETS software for statistical analysis. Professors can register their classes to give students access to SAS Enterprise Guide, SAS Enterprise Miner, and JMP software. Here is a great SAS OnDemand &lt;A href="https://support.sas.com/software/products/ondemand-academics/#s1=1" target="_blank"&gt;resource&lt;/A&gt; page. For more information on the SAS software products offered in the different interfaces, click &lt;A href="https://support.sas.com/software/products/ondemand-academics/manuals/sodaug.pdf" target="_blank"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;
&lt;P&gt;&lt;STRONG&gt;How do I know which version of SAS I should download for a beginner SAS user/learner?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;We offer &lt;A href="https://www.sas.com/en_us/software/on-demand-for-academics.html" target="_blank"&gt;SAS OnDemand for Academics&lt;/A&gt; and &lt;A href="https://www.sas.com/en_us/software/university-edition.html" target="_blank"&gt;SAS University Edition&lt;/A&gt; to all users, not just those affiliated with a school or university. It depends on which you prefer to use. SAS OnDemand requires a web browser only. You log into the software with your SAS profile. SAS University Edition is a local download. You do not need a network connection to access the software. Please check out the &lt;A href="https://www.sas.com/en_us/sas-starter-kit.html" target="_blank"&gt;SAS Starter Kit&lt;/A&gt; for more information on all available free software, free training, and more.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;I am currently working on my MPH in Epidemiology. What course would you suggest I start with?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Curriculum consulting can help you make a plan. You can email them at &lt;A href="mailto:curriculumconsulting@sas.com" target="_blank"&gt;curriculumconsulting@sas.com&lt;/A&gt;. You can also sample some of the classes with the free 30-day eLearning.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Is curriculum consulting free?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Yes! Send your SAS training questions to &lt;A href="mailto:curriculumconsulting@sas.com" target="_blank"&gt;curriculumconsulting@sas.com&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;For the free e-Learning - is it the case that you can activate any class during the 30 days and then, still for free, have 180 days to do class?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;No, anything you activate during the 30-day free learning has to be completed within the 30 days. You have 180 days to do the paid courses.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Do you have a class on mapping data with SAS?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;We offer a course on creating &lt;A href="https://support.sas.com/en/software/information-map-studio-support.html" target="_blank"&gt;SAS Information Maps&lt;/A&gt;&lt;U&gt;.&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Are there resources around someone who has inherited a SAS code or program and need help to improve that program or code?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;You can contact &lt;A href="https://support.sas.com/en/technical-support.html" target="_blank"&gt;SAS Technical Support&lt;/A&gt;. SAS Education also provides &lt;A href="https://support.sas.com/training/options/mentor.html" target="_blank"&gt;Mentoring Services&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;When does the 30- day free trial expire because it says May 31?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Not all of the marketing materials have been updated. Initially, the deadline was May 31&lt;SUP&gt;st&lt;/SUP&gt;. We plan to keep the 30-day free trial for the Learning subscription and the Academy for Data Science as an ongoing offer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;I've had a hard time finding resources to help me review others' code.&amp;nbsp; For example, I've put "IRT" and "PROC IRT" into search fields on some pages you are showing and getting no results.&amp;nbsp; How can I find digital learning tools that incorporate discussions about a particular procs, etc.?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Go to the &lt;A href="https://support.sas.com/en/knowledge-base.html" target="_blank"&gt;Knowledge Base page&lt;/A&gt;. There is a procs section. You can also join &lt;A href="https://communities.sas.com/" target="_blank"&gt;SAS Support Communities&lt;/A&gt;. You can ask questions and read about what other people have asked.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Can SAS offer all the courses for free?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Unfortunately, SAS cannot.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;How long does this 30-day window last (from today) or (from say I begin on July 1, then 30 days from that date or Aug 1 then 30 days for that date?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;It begins on the day you activate your trial.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;I am an Internal medicine resident and clinical researcher, I don’t have much knowledge about statistical software knowledge or software/coding, so I want to use SAS for my clinical research and for statistical analysis , so what are the courses would be helpful for me and what would be duration to learn SAS?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Curriculum consulting can help you make a plan. You can email them at &lt;A href="mailto:curriculumconsulting@sas.com" target="_blank"&gt;curriculumconsulting@sas.com&lt;/A&gt;. You can also sample some of the classes with the free 30-day eLearning.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Which training resources would you suggest for a Senior Statistical Programmer (completed SAS Base Certification exam few years back) working at a pharmaceutical company for clinical trials.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Curriculum consulting can help you make a plan. You can email them at &lt;A href="mailto:curriculumconsulting@sas.com" target="_blank"&gt;curriculumconsulting@sas.com&lt;/A&gt;. You can also sample some of the classes with the free 30-day eLearning.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;I want to know where to start, to learn SAS. I want to be a data analyst if I want to get certification with SAS?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Curriculum consulting can help you make a plan. You can email them at &lt;A href="mailto:curriculumconsulting@sas.com" target="_blank"&gt;curriculumconsulting@sas.com&lt;/A&gt;. You can also sample some of the classes with the free 30-day eLearning.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What is the subscription charge if one chooses to continue e-Learning on or before 30- day expiry?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Next to the class, there is a column that specifies the price. You can select the classes you want to take and add them to your cart.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;How much is the cost of the exam?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The cost ranges from $75 - $250 per exam, depending on the exam. Please note that some credentials require you pass more than one exam. Visit the &lt;A href="https://www.sas.com/en_us/certification.html" target="_blank"&gt;SAS Certification&lt;/A&gt; site for more information, free practice exams, and available discounts. Through June 30&lt;SUP&gt;th&lt;/SUP&gt;, you can save 50% on all exams.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Is the 30-day sub tied to your email address? What if we lose our job while doing the 30 days?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The 30-day learning subscription is tied to your SAS profile.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Recommended Resources&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://www.sas.com/gms/redirect.jsp?detail=GMS125776_180385" target="_blank"&gt;Free Online Training&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://www.sas.com/en_us/sas-starter-kit.html" target="_blank"&gt;SAS Starter Kit&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://video.sas.com/category/videos/how-to-tutorials" target="_blank"&gt;How-To Tutorials&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://www.sas.com/learn" target="_blank"&gt;Learn SAS&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://support.sas.com/en/knowledge-base.html" target="_blank"&gt;SAS Knowledge Base&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://support.sas.com/en/documentation.html" target="_blank"&gt;SAS Documentation&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.youtube.com%2Fchannel%2FUCWOfmTlbeesYiDJNflqsWQA&amp;amp;data=02%7C01%7CAnna.Rakers%40sas.com%7C3852d83a787a4a37861008d808ac545c%7Cb1c14d5c362545b3a4309552373a0c2f%7C0%7C0%7C637268883523972573&amp;amp;sdata=ejIWB%2FaT5%2FujQp2r6aQsBm4rpuQu%2FSpALkqQ%2BNxAhlU%3D&amp;amp;reserved=0" target="_blank"&gt;SAS Users YouTube Channel&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Want more tips? Be sure to subscribe to the&amp;nbsp;&lt;A href="http://communities.sas.com/askexpert" target="_blank"&gt;Ask the Expert board&lt;/A&gt;&amp;nbsp;to receive follow up Q&amp;amp;A, slides and recordings from other SAS Ask the Expert webinars.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 05 Jun 2020 14:06:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/How-Do-I-Access-the-SAS-Training-Resources-that-Best-Suit-My/ta-p/653593</guid>
      <dc:creator>anrake</dc:creator>
      <dc:date>2020-06-05T14:06:35Z</dc:date>
    </item>
    <item>
      <title>Choose Your Own Adventure - Data visualization in SAS Viya</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/Choose-Your-Own-Adventure-Data-visualization-in-SAS-Viya/ta-p/652674</link>
      <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" style="box-sizing: border-box;"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dv.png" style="width: 976px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/40362i6B652F46919E06FB/image-size/large?v=1.0&amp;amp;px=999" title="dv.png" alt="dv.png" /&gt;&lt;/span&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" style="box-sizing: border-box;"&gt;Your data has a lot to say and people in your organization are hungry for meaningful information. Satisfy them by taking advantage of SAS Visual Analytics to build interactive reports that engage the audience.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2020 13:43:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/Choose-Your-Own-Adventure-Data-visualization-in-SAS-Viya/ta-p/652674</guid>
      <dc:creator>SylvainTremblay</dc:creator>
      <dc:date>2020-06-04T13:43:30Z</dc:date>
    </item>
    <item>
      <title>How Do I Get Started with SAS Visual Data Mining and Machine Learning? Slides and Q&amp;A</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/How-Do-I-Get-Started-with-SAS-Visual-Data-Mining-and-Machine/ta-p/652559</link>
      <description>&lt;P&gt;Did you miss the Ask the Expert session on &lt;SPAN class="TextRun SCXW173526132 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW173526132 BCX0"&gt;How&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="TextRun SCXW173526132 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW173526132 BCX0"&gt;Do I Get Started with SAS Visual Data Mining and Machine Learning?&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;Not to worry, you can catch it&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.sas.com/en_us/webinars/get-started-visual-data-mining-machine-learning.html" target="_blank" rel="nofollow noopener noreferrer"&gt;on-demand&lt;/A&gt;&amp;nbsp;at your leisure.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2020 14:27:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/How-Do-I-Get-Started-with-SAS-Visual-Data-Mining-and-Machine/ta-p/652559</guid>
      <dc:creator>MelodieRush</dc:creator>
      <dc:date>2020-06-02T14:27:52Z</dc:date>
    </item>
    <item>
      <title>How Do You Use Open Source With SAS® Event Stream Processing?</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/How-Do-You-Use-Open-Source-With-SAS-Event-Stream-Processing/ta-p/651803</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P&gt;Did you miss the Ask the Expert session on using open source with SAS&lt;SUP&gt;®&lt;/SUP&gt; Event Stream Processing? Not to worry, you can catch it on-demand at your leisure.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.sas.com/gms/redirect.jsp?detail=GMS131282_180249" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;Watch the webinar&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Learn how to use SAS&lt;SUP&gt;® &lt;/SUP&gt;with open source to extract value from streaming data. Through screen share, you’ll see a product demonstration and have access to a free trial.&lt;/P&gt;
&lt;P&gt;You will learn:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;How to use open source with SAS&lt;SUP&gt;®&lt;/SUP&gt; Event Stream Processing.&lt;/LI&gt;
&lt;LI&gt;Technical knowledge for integration of Python code in SAS&lt;SUP&gt;®&lt;/SUP&gt; Event Stream Processing.&lt;/LI&gt;
&lt;LI&gt;How to use Python and the visual drag-and-drop interface in the SAS&lt;SUP&gt;®&lt;/SUP&gt; Event Stream Processing environment.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="evan_guarnaccia_0-1590774220236.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/40150i8E36DE493DC33414/image-size/medium?v=1.0&amp;amp;px=400" title="evan_guarnaccia_0-1590774220236.png" alt="evan_guarnaccia_0-1590774220236.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are the questions from the Q&amp;amp;A segment held at the end of the session for ease of reference.&amp;nbsp;My slides are attached to this post.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Can I use Python to make a REST call from a streaming project?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Yes, you can. No inherent limit to what can be done with the Python code that you put into ESP.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;With Python running in ESP, how can I visualize the results? Do I have to write all of the results out to a database?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Surface that using a calculate window. Use stream viewer to visualize what is happening in that window. If using Jupiter notebook, can use regular visualization tools.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;I see that you’re integrating Python into ESP, but does ESP call out to Python and if it does, wouldn’t that result in slower performance?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The more native functionality you use inside an ESP project, the better the performance will be. Every tool doesn’t have an equal level of performance. Runs great on performance grade hardware.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;How do you integrate with AWS IoT products?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;See other response for connectors and adapters from ESP for integration with AWS offerings. SAS ESP is cloud-native and can be deployed in the AWS environment and co-exist within that environment.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Are there any technical content on how AWS and ESP integrate?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;SAS ESP provides connectors and adapters to read/write data for Kinesis, which enables data transport within the AWS environment. Docs on these and other connectors can be found at support.sas.com for the ESP product.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;It is confusing when PyMAS needs to be used. Do I understand correctly that PyMAS is only used when running Python/C code wrapped by DS2? Is the PyMAS not using in case of the executing raw Python or C in Calculate Window? And PyMAS related environment variables are not needed to be declared.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The use of MAS capability runs in the same memory space as ESP for performance and is used for executing DS2 and Python. SAS ESP and the MAS module approach supports running Python natively when the approach is followed by Evan (using the function signature for entry point).&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;You mentioned that C%2B%2B code can be executed in MAS in ESP. But at the project's MAS declaration there are only Python, C and DS2 options. Therefore, to run C%2B%2B code should I use C option or there is another way to run C%2B%2B?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;AS ESP supports Python, C, and DS2 code execution in the MAS module approach. C is supported so that users can write plug-ins for the ESP Procedural window.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Is there any coloration between SAS visual analytics and stream visual?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;SAS Visual Analytics supports data exploration and analytics on large volumes of data for in-memory analysis. In contrast, SAS ESP Streamviewer supports real-time visualization of streaming insights created by SAS ESP. From a Streamviewer object, you can link to a SAS Visual Analytics pre-built report to link real time alerts with SAS VA's historical analysis.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What is the approximate latency in visualization results if we use SAS Visual Analytics instead of ESP Streamview?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Don’t think of it as a real-time dashboard.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;If you already have, or are generating DS2 code, and you want to call a Python function, the DS2 PYMAS package lets you do that.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Yes, that is correct.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I suggest looking into the other &lt;A href="https://www.sas.com/en_us/learn/ask-the-expert-webinars.html" target="_blank" rel="noopener"&gt;Ask the Expert sessions&lt;/A&gt; on Event Stream Processing for additional information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Recommended Resources&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://www.sas.com/en_us/software/event-stream-processing.html" target="_blank" rel="noopener"&gt;Free Trial&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://support.sas.com/en/software/event-stream-processing-support.html" target="_blank" rel="noopener"&gt;Event Stream Processing Support Page&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://communities.sas.com/t5/SAS-Analytics-for-IoT/bd-p/sas_iot" target="_blank" rel="noopener"&gt;IoT Community&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://go.documentation.sas.com/api/docsets/esptex/4.3/content/esptex.pdf" target="_blank" rel="noopener"&gt;Tutorial and Examples&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fsassoftware&amp;amp;data=02%7C01%7CEvan.Guarnaccia%40sas.com%7Cd47d9dbb38194257eddf08d8030b6ec3%7Cb1c14d5c362545b3a4309552373a0c2f%7C0%7C0%7C637262695241969904&amp;amp;sdata=rtgZMUsn5B%2FgIiE2wvmKu2Yg%2FqYcO0Z6nYEyNbQ7J18%3D&amp;amp;reserved=0" target="_blank" rel="noopener"&gt;GitHub&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://developer.sas.com/guides/iot.html" target="_blank" rel="noopener"&gt;Developer Site&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://www.sas.com/content/dam/SAS/documents/product-collateral/product-brief/en/sas-event-stream-manager-110313.pdf" target="_blank" rel="noopener"&gt;Event Stream Manager Product Brief&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://www.sas.com/content/dam/SAS/documents/product-collateral/product-brief/en/sas-event-stream-processing-edge-computing-110904.pdf" target="_blank" rel="noopener"&gt;Event Stream Processing for Edge Product Brief&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://www.sas.com/content/dam/SAS/documents/briefs/solution-brief/en/event-stream-processing-110933.pdf" target="_blank" rel="noopener"&gt;Event Stream Processing Solution Brief&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Want more tips? Be sure to subscribe to the&amp;nbsp;&lt;A href="http://communities.sas.com/askexpert" target="_blank" rel="noopener"&gt;Ask the Expert board&lt;/A&gt;&amp;nbsp;to receive follow up Q&amp;amp;A, slides and recordings from other SAS Ask the Expert webinars.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 29 May 2020 17:56:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/How-Do-You-Use-Open-Source-With-SAS-Event-Stream-Processing/ta-p/651803</guid>
      <dc:creator>evan_guarnaccia</dc:creator>
      <dc:date>2020-05-29T17:56:15Z</dc:date>
    </item>
    <item>
      <title>SAS® Enterprise Guide®: 20 Tips in 20 Minutes</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/SAS-Enterprise-Guide-20-Tips-in-20-Minutes/ta-p/651103</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you miss the Ask the Expert session on SAS&lt;SUP&gt;®&lt;/SUP&gt; Enterprise Guide&lt;SUP&gt;®&lt;/SUP&gt;: 20 Tips in 20 Minutes? Not to worry, you can catch it on-demand at your leisure.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.sas.com/gms/redirect.jsp?detail=GMS130535_179909" target="_blank" rel="nofollow noopener noreferrer noreferrer noreferrer noreferrer noreferrer"&gt;&lt;SPAN class="cta-button-article"&gt;Watch the webinar&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Want new ways to make the most of SAS&lt;SUP&gt;®&lt;/SUP&gt; Enterprise Guide&lt;SUP&gt;®&lt;/SUP&gt;? Our SAS&lt;SUP&gt;®&lt;/SUP&gt; expert, Kelly Gray, delves into quick tips and tricks that make working in SAS&lt;SUP&gt;®&lt;/SUP&gt; Enterprise Guide&lt;SUP&gt;®&lt;/SUP&gt; a breeze. These tricks are simple, and you’re bound to find one that will work perfectly for you and your needs.&lt;/P&gt;
&lt;P&gt;You will learn:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;20 tips and tricks to make your SAS&lt;SUP&gt;®&lt;/SUP&gt; Enterprise Guide&lt;SUP&gt;®&lt;/SUP&gt; experience the best it can be.&lt;/LI&gt;
&lt;LI&gt;One new tip per minute&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are some highlighted questions from the Q&amp;amp;A segment held at the end of the session for ease of reference.&amp;nbsp;We are still working on answering all of the questions that were submitted during the webinar. I’ve attached what is ready and I’ll post the full list of questions and answers in the next few days. You can &lt;A href="https://github.com/sascommunities/sas-global-forum-2020/tree/master/papers/5188-2020-Gray" target="_self"&gt;find my slides (with animations) on GitHub&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Will everything in &lt;/STRONG&gt;&lt;STRONG&gt;v&lt;/STRONG&gt;&lt;STRONG&gt;7 work in &lt;/STRONG&gt;&lt;STRONG&gt;v&lt;/STRONG&gt;&lt;STRONG&gt;8?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;All tasks and code should work.&amp;nbsp; There are many new enhancements in v8 and some behavior differences, including a few rarely used options that were removed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Can you change the default library for query output?&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Yes, you can. Go to Tasks &amp;gt; Output Library &amp;gt; move libraries up and down to get them how you want them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Please review the shortcuts offered by the function keys in SAS Enterprise Guide.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;F3 and F8 – submit the code you have selected. F1 opens the online help. When you’re in SAS EG help, search on keyboard shortcuts to see the full list of shortcuts. You can also customize the shortcuts in v8.2.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Can you use prompts with program nodes or only the query builder?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Yes. Right click on the program node and click properties.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What’s the difference between sysecho and a put statement?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;SYSECHO is a global statement. PUT is not. You don’t need to use sysecho in a DATA step.&amp;nbsp; See tips on &lt;A href="https://blogs.sas.com/content/sasdummy/2009/05/26/tracking-progress-in-sas-programs-in-sas-enterprise-guide/" target="_self"&gt;how to use SYSECHO to show program progress here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Is the autoexec for libname just for that one session or all sessions once you set it up in tools/options?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;It will automatically execute in all sessions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Can I create a libname that is on my workstation, but the project is running on a server?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The server that is running SAS needs to be able to “see” the location of the library. You can have a library that points to a shared network location.&amp;nbsp; But it won’t be able to see a location like “C:\temp” on your local machine.&amp;nbsp; If you need to read data files from your local machine, use the Upload SAS Data Sets task or the Copy Files task to copy them to the SAS server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Can you go over the steps for auto libname each time one opens EG?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Tools &amp;gt; Options &amp;gt; SAS Programs &amp;gt; Submit SAS code when server is connected &amp;gt; Edit button will allow you to add libname statements (and any other SAS statements you want).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Can I create a libname that is on my workstation but the project is running on a server?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The server that is running SAS needs to be able to “see” the location of the library. You can have a library that points to a shared network location.&amp;nbsp; But it won’t be able to see a location like “C:\temp” on your local machine.&amp;nbsp; If you need to read data files from your local machine, use the Upload SAS Data Sets task or the Copy Files task to copy them to the SAS server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;How many libnames can be auto executed once connected with its appropriate server?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;There is not a set limit.&amp;nbsp; However, assigning a large number of libraries can make some operations slow, and can make it more difficult to navigate your SAS server resource.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;I don't have an autoexec file with my SAS. I need to create a startup file with autoexec to autorun some vital libname statements. What can I do?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;You can use an Autoexec process flow, or tools &amp;gt; options &amp;gt; &amp;nbsp;SAS programs and submit SAS code when server is connected.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;If the server where the library exists needs a password does that need to be included in the libname statement when we paste it for the auto lib to work?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Yes.&amp;nbsp; But it’s a best practice to avoid passwords in code if you can.&amp;nbsp; See some &lt;A href="https://blogs.sas.com/content/sasdummy/2010/11/23/five-strategies-to-eliminate-passwords-from-your-sas-programs/" target="_blank" rel="noopener"&gt;tips in this SAS blog post&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Is the autoexec for libname just for that one session or all sessions once you set up in tools/options?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;It will automatically execute in all sessions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;How do I get version 8?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Contact your SAS site rep to refresh your SAS software order.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Why don't results automatically display in v8?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;This behavior change can make your work flow quicker and more responsive.&amp;nbsp; But if you prefer a different behavior, you can change it in Toolsà Optionsà Results and specify the tab to display.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Is the upgrade from SAS EG 7.15 to v8 automatic or is there a cost involved?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Contact your SAS site rep – it should not be an additional cost.&amp;nbsp; However, it will require that you refresh your SAS software order.&amp;nbsp; The move from v7.x to v8 is not an automatic update.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;In SAS EG 7.1, I can have the logs in separate tabs, in 8.x it overwrites it by default. Where can I change that behavior?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;This behavior has changed in v8.&amp;nbsp; There is no longer the option to submit a task/program multiple times generate new results without replacing the existing set.&amp;nbsp; However, you can use the Project Log feature to keep all log content from each task/program that runs.&lt;BR /&gt;If you want to keep previous results (log and ODS), we recommend that you copy and paste the task in the project, and run the copied version.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Is the stored process generation only available in version 8?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;No, it is available in v7 as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Why would I want to upgrade to version 8?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The entire interface has been redesigned, much of it in response to feedback from SAS Enterprise Guide users.&amp;nbsp; In addition to the many new features, the interface is much more flexible for different styles of working.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG style="font-family: inherit;"&gt;Is the "Filter and Sort" with nodupkey result feature in SAS EG 7 or 8?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The “Sort Data” task is the task that has the nodupkey functionality and it’s in both versions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG style="font-family: inherit;"&gt;How do you set up scheduler in EG 8 to run program at specific date and time?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Using the Schedule Project or Schedule Process Flow feature, you can schedule all or part of a project to run using the Windows Scheduler.&amp;nbsp; Or, you can use a scripting language to create your own scripts to run programs and projects unattended.&amp;nbsp; See &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/Doing-More-with-SAS-Enterprise-Guide-Automation/ta-p/417832" target="_blank" rel="noopener"&gt;this article for examples.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG style="font-family: inherit;"&gt;If the slides don't make it clear whether a tip only applies to version 8 then can you update the slides before making them available to make it clear which only apply to version 8?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;This is made clear in the comments of the slides.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Please tell us again the keystrokes to copy and paste a column?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Alt-left mouse to highlight the column, then copy &amp;amp; paste as normal.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;How do you move the position of the columns in the dataset in EG v7?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Highlight the column name you want to move. Once you see the edges of the column name change, you can drag it left or right in the dataset.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG style="font-family: inherit;"&gt;Is the column width feature purely for aesthetics/viewing data? (i.e., the length of the variable isn't actually changed?)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Correct&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Is there an option to alphabetize the columns of a dataset, like in viewtable in base SAS?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;No&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;How do you resize columns for version 7 if I export to Excel?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Double click between the column headers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Can you display two sets of SAS code in each window?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;You can split the screen and show different code in each window.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;The scheduler is based on the Windows scheduler?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Yes&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Can you display more than one program code window at a time when you use the 'split screen' functionality?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Yes&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Do you execute the status updates macro in a new program window or insert it at the top of your project code?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;If you’re referring to the SYSECHO, that is a global statement that you insert into your code where you want to see a status update.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Can I use Autexec for several process flow inside one project?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Yes, it will affect all process flows inside the same project.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;If possible, please go over when to use project versus just a SAS program?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;A SAS program is used when you want to submit your own code or program. A project holds multiple programs, tasks, queries, results.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Can you link stored processes together to run in a project?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Yes you can – use an ordered list to specify the order.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Can you go over scheduling EG projects?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;See &lt;A href="https://go.documentation.sas.com/?activeCdc=egdoccdc&amp;amp;cdcId=egcdc&amp;amp;cdcVersion=8.2&amp;amp;docsetId=egug&amp;amp;docsetTarget=p120m0y084zc3ln136lcseq41alx.htm&amp;amp;locale=en&amp;amp;docsetVersion=8.2#n1grx72ld42wpin1vd4b0puta39f" target="_self"&gt;the documentation for this feature&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;How do you recover EG projects?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Tools -&amp;gt; Options -&amp;gt; Auto Recovery&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Can you change the default library for Query output?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Yes, you can. Tasks &amp;gt; Output library &amp;gt; move libraries up and down to set the precedence order as needed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Can you use prompts with program nodes or only the query builder?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Yes. Right click on program node and click properties to associate new prompts with a program.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Can shortcut keys in SAS be changed? Specifically, the Ctrl-Shift-B that removes comments from lines of code. Another software installed overrides the SAS shortcuts, so it no longer works as desired.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Yes, they can be changed in v8.2. Go to SAS help and search for keyboard shortcuts. F1 opens help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;There is a shortcut for collapsing, expanding code blocks, but if your laptop doesn't have a number pad (w/ plus/minus signs) is there an alternative shortcut to accomplish this?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;There is a “+” or “-“ at the left side of the code block that you can click to expand or collapse.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;When executing a block of code that contains a combination of data steps, proc sql statements, etc. how does EG decide which output dataset will be displayed? Generally speaking, it seems to be the last output dataset that was created chronologically, but sometimes that is not the case. When this occurs, it can be very confusing and misleading to the developer. &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;It may depend on how many datasets are being produced – you may have hit the limit on the number of datasets to show, or if there is code that doesn’t produce a new dataset then it won’t create one (i.e. proc sort with no out= option). But generally, it should show the last dataset created. You can also tweak settings in tools-&amp;gt;Options-&amp;gt;Data-&amp;gt;Performance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;How to make stored process in EG?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;You can right click in the process flow, or File-&amp;gt;New-&amp;gt;stored process.&amp;nbsp; You must be connected to a SAS metadata environment and have permissions to create a stored process.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;In Query Builder, Filter “In a list”, it will only allow one value at a time. Any future plans to make this where multiple items can be pasted which would make it much, much faster to enter a large list of values?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The user interface allows adding/editing just one list item at a time.&amp;nbsp; If you have a large list of values, you might want to use the Advanced Expression editor or copy the query to a program node and maintain it that way.&amp;nbsp; Or consider using a Join instead to include records that match a value from another table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Did you say there's a shortcut option for version 7?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;There are shortcut keys in version 7. You can find them listed in the Enterprise Guide Help.&amp;nbsp; In v8.2 you can customize many of the shortcut keys.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;So in v7 you can have your setup be like PC SAS v 6?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;You can make it look similar to Base SAS by using split/stack windows in Enterprise Guide 7.&amp;nbsp; It won't be exactly like PC SAS, but you can get close.&amp;nbsp; v8.2 has many more options for workspace layout.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Was the auto replace results option in tools?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Yes, tools -&amp;gt; options -&amp;gt; Results&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;How do you split the screen into dual views?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;From the program menu you can do View -&amp;gt; Workspace Layout, and select from a few options.&amp;nbsp; v8.2 has many more options for layout.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;How can I see code from another program when I am running an existing program?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;You can split the screen (View menu).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;How can I set the blanks by formatting automatically? You showed four, but we have three.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Tools &amp;gt; Options &amp;gt; SAS Programs &amp;gt; Editor &amp;gt;Enhanced editor options. Enables you to customize.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Will it also format SQL code in the editor?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Yes&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Is there a way to customize the "format program" feature in program editor?&amp;nbsp; (or is it just standardized formatting)?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;You can go to tools-&amp;gt;options-&amp;gt;SAS programs-&amp;gt;Editor Options then the “Indenter” tab.&amp;nbsp; You can adjust many of the settings, but maybe not all of the behaviors you might want to control.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Is there a feature that we can run the program and the output or other results does not clutter the process flow space?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Tools à Options à Project Views lets you customize the process flow view&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Where is the best place to learn details about all of the Tools that are available for Options in version 7?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Check out the Enterprise Guide Help from the Help menu.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;In tip 13, shouldn't the &amp;amp;i part be outside the quotes?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;No because it’s a macro variable. SAS will replace the text via the macro processor.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Can we sort by more than two variables?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Yes you can.&amp;nbsp; However, the more variables that you select, the more resources that SAS needs to complete the sort.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;How do you reuse the conditions written in the WHERE filter?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;You can copy the where clause code that is generated by the query.&amp;nbsp; You can also save the Query as a template and use in other projects or as subqueries in other Query Builder nodes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Can we change the format name for a variable in dataset properties tab in EG v7?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Yes&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Can we easily migrate an EGP 7 into EGP 8? So we can use extraction of code soon?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Yes, you can open any v7 projects in v8 and run them. Once you save them in v8, you cannot open them again in v7.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Does autoexec flow work for unix SAS?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Yes&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Would you say that SAS Enterprise Guide can be used as a data prep tool for data visualization elsewhere? &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Yes, in fact it is an excellent tool for data prep! I use it to get my data ready to consume in SAS Visual Analytics.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;You mentioned favorites a bit, but how do you use favorites in the menu bar and what else can you save as a favorite item?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;From the help:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;tasks&lt;/LI&gt;
&lt;LI&gt;SAS data sets&lt;/LI&gt;
&lt;LI&gt;reports&lt;/LI&gt;
&lt;LI&gt;stored processes&lt;/LI&gt;
&lt;LI&gt;information maps&lt;/LI&gt;
&lt;LI&gt;OLAP cubes&lt;/LI&gt;
&lt;LI&gt;programs&lt;/LI&gt;
&lt;LI&gt;external files such as text files, Microsoft Word documents, or any file that can be opened or imported into SAS Enterprise Guide&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Except for the built-in tasks, these items must exist on a local or remote server before you can add them to your favorites. You can edit your list of favorites and rename, delete, and rearrange items in the list.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;I currently use SAS 9.34 at my job. Will it be easier to work with SAS EG? Or does it matter?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;SAS Enterprise Guide is a client interface that will connect to SAS 9.3 on the back end. It’s a matter of which interface you prefer, display manager or SAS Enterprise Guide.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;How do you declutter the log file?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Tools-&amp;gt;Options-&amp;gt;Results General deselect “show generated wrapper code”&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What versions of SAS EG has the de-clutter option for the log?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Both versions 7 and 8&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Sometimes I find that the autofill in a SET statement selects odd options. Can you explain how this works?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;You can change the sensitivity of the autofill at tools-&amp;gt;options-&amp;gt;SAS programs-&amp;gt;Editor Options then the “autocomplete” tab&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Can you change the order in which programs run when you run a process flow?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Yes, you can use File -&amp;gt; New -&amp;gt; Ordered List to determine the order that things run.&amp;nbsp; You can also define custom links that help you to control the sequence of tasks/programs in a flow.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Is there a way to display all the variables in a data set 1 record at a time?&amp;nbsp; i.e. all values displayed on one page per record (instead of the standard data set view in a tabular format)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;You're looking for the classic FSVIEW function? No, this is not built into SAS Enterprise Guide.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;When you highlight a variable, it highlights all other variables with the same name. Are you able to change all at once?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Yes, you can use the Replace All feature in the editor.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;In EG 8 can you drag and drop macros from macro viewer like you can datasets?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;No, but you can copy and paste, and the %LET statements will be copied.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Is it possible to display the variable label instead of variable names?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Yes, Tools-&amp;gt;options-&amp;gt;Data: General&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Any way to change the font color in code?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Tools-&amp;gt;options-&amp;gt;SAS programs-&amp;gt;Editor Options&amp;nbsp; then “appearance”&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;How do you run SAS in batch mode in EG?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;You can schedule the project to automate from your PC where EG is installed.&amp;nbsp; Or use &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/Doing-More-with-SAS-Enterprise-Guide-Automation/ta-p/417832" target="_self"&gt;the automation scripting feature.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;How do you run SAS programs simultaneously?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;You can’t in version 7, but you can in version 8&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;I'm new to EG. When you open a dataset, is there a way to right click so that you can select particular values of a variable, like in SAS 9.3/9.4? Trying to filter data in EG seems to be much more cumbersome and time-consuming in EG than in 9.3/9.4.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;There is a “where” filter that you can use that is an option in the data grid.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Playing around in EG8, I noticed I could change the background color of the code window to a &amp;nbsp;dark color (easier on the eyes). Is that available in EG7?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Tools-&amp;gt;options-&amp;gt;SAS programs-&amp;gt;Editor Options then “appearance”.&amp;nbsp; &lt;A href="https://youtu.be/Es8TqvujPuM" target="_self"&gt;Check out this YouTube tip that shows you how&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Why can’t the graph result be seen in Enterprise Guide?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Make sure you have the graph format type set to something compatible with your system.&amp;nbsp; If using code, your graphics file path might be set to a location that SAS Enterprise Guide cannot reach.&amp;nbsp; Check the gpath= and path= options on your ODS statements. You may need to call SAS Technical Support if you are getting errors.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Is there a way to store log externally as text to a personal folder separately for each program, without appending the earlier log?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Not directly from EG. You can use PROC PRINTTO to redirect log content, but then you would need to access/download each of those files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;In EG 7, is there a way to force the task query wizard to display on your primary monitor as opposed to a secondary monitor? &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;It should "remember" the last position in between sessions. If it gets positioned off-screen, use these key combinations to activate/move it: Alt+SPACE, M, then arrow keys to move the window back into view.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What is the difference between SAS EG and SAS Studio?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;So many. Both are SAS programming clients that are designed for you to manage your SAS work productively.&amp;nbsp; EG is an installed Windows app, while SAS Studio runs in your browser.&amp;nbsp; Each contains features you'll find in the other, and over time you'll see more features in SAS Studio.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Can you go over task templates and using that to create a query builder with preselected fields and filters? &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/sasdummy/2013/06/28/building-an-sql-subquery-in-sas-enterprise-guide/" target="_self"&gt;Check this blog post that shows&lt;/A&gt; how to use a query template to build nested subqueries.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Is there an option in EG 8 to not show a message when data is unlocked? &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I don't think so. Wouldn't you rather know? You can control the behavior of when to release the lock on data you open.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;I‘m wondering if you will be talking about the use of git in sas? I would be interested to see a quick and basic clone, change, push demonstration if possible.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/sasdummy/2019/01/17/git-in-sas/" target="_self"&gt;Check out this blog post.&lt;/A&gt;&amp;nbsp; We also have &lt;A href="https://www.sas.com/en_us/events/users-groups/20q1/using-sas-with-git.html" target="_self"&gt;some webinars&lt;/A&gt; on this topic.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;When I'm using 2 monitors (laptop and external) and later switch to just laptop, the CONTROL F window stays on the last monitor it was on, which could be the external. Is there a fix?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Ideally this shouldn't happen.&amp;nbsp; But if a window does get positioned off-screen, use these key combinations to activate/move it: Alt+SPACE, M, then arrow keys to move the window back into view.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Can you change the view size of the Output Data?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/sasdummy/2016/02/28/zoom-view-sas-enterprise-guide/" target="_self"&gt;You can "zoom" in and out on data&lt;/A&gt;, code, and other content.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In EG 7, how do you send email only when there is error in project log?&lt;/P&gt;
&lt;P&gt;Use Email as a Step to send a log, and add a Condition on the node. You can add a Condition based on a macro variable, including SYSERR.&lt;/P&gt;
&lt;DIV id="tinyMceEditorChrisHemedinger_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV id="tinyMceEditorChrisHemedinger_1" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;STRONG&gt;When the project log is full and opens in a note pad. How do I clear this log? &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Right-click on the Project node, select Properties.&amp;nbsp; In the Project Log tab you'll find settings for clearing the project log.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What are the errors I will receive when the server is down? Just running too slow to complete my query? &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;SAS Enterprise Guide detects when the SAS session is no longer available or disconnected.&amp;nbsp; Unfortunately, there isn't much more information available to display.&amp;nbsp; If this happens often, work with your SAS systems administrator to understand the cause.&amp;nbsp; Server-side logging might reveal more information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;How do you turn off all the keyboard shortcuts? &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;You cannot turn them off. You can customize the shortcuts in SAS Enterprise Guide 8.2.&amp;nbsp; &lt;STRONG&gt;Tools&lt;/STRONG&gt;-&amp;gt;&lt;STRONG&gt;Manage keyboard shortcuts&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="TextRun Highlight SCXW59685226 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW59685226 BCX0"&gt;SAS studio has a "background submit" which I think is like a batch submit.&amp;nbsp; Does EG have a batch submit, where you can submit an entire program and have it&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="TextRun Highlight SCXW59685226 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun ContextualSpellingAndGrammarErrorV2 SCXW59685226 BCX0"&gt;execute&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="TextRun Highlight SCXW59685226 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW59685226 BCX0"&gt;&amp;nbsp;in a clean SAS session?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="EOP SCXW59685226 BCX0" data-ccp-props="{&amp;quot;134233279&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="EOP SCXW59685226 BCX0" data-ccp-props="{&amp;quot;134233279&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;No, and I do not believe this feature is planned at this time.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="EOP SCXW59685226 BCX0" data-ccp-props="{&amp;quot;134233279&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;SPAN class="TextRun Highlight SCXW32077370 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW32077370 BCX0"&gt;Can I disable/gray out options in EG for my Users?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="EOP SCXW32077370 BCX0" data-ccp-props="{&amp;quot;134233279&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="EOP SCXW59685226 BCX0" data-ccp-props="{&amp;quot;134233279&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;SPAN class="EOP SCXW32077370 BCX0" data-ccp-props="{&amp;quot;134233279&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;Yes, you can control different capabilities by role using SAS metadata.&amp;nbsp; &lt;A href="https://go.documentation.sas.com/?docsetId=bidaag&amp;amp;docsetTarget=p1vdc5gy9i5q1bn19gbg41ag1pec.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_self"&gt;See the doc for details&lt;/A&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="EOP SCXW59685226 BCX0" data-ccp-props="{&amp;quot;134233279&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;SPAN class="EOP SCXW32077370 BCX0" data-ccp-props="{&amp;quot;134233279&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;SPAN class="TextRun Highlight SCXW72882577 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW72882577 BCX0"&gt;Is there a way to enable a "Dark Mode" on the SAS program background?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="EOP SCXW72882577 BCX0" data-ccp-props="{&amp;quot;134233279&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="EOP SCXW59685226 BCX0" data-ccp-props="{&amp;quot;134233279&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;SPAN class="EOP SCXW32077370 BCX0" data-ccp-props="{&amp;quot;134233279&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;SPAN class="EOP SCXW72882577 BCX0" data-ccp-props="{&amp;quot;134233279&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;Yes - &lt;A href="https://www.youtube.com/watch?v=Es8TqvujPuM" target="_self"&gt;here's a video that shows you how&lt;/A&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="EOP SCXW59685226 BCX0" data-ccp-props="{&amp;quot;134233279&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;SPAN class="EOP SCXW32077370 BCX0" data-ccp-props="{&amp;quot;134233279&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;SPAN class="EOP SCXW72882577 BCX0" data-ccp-props="{&amp;quot;134233279&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;SPAN class="TextRun Highlight SCXW236810991 BCX0" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW236810991 BCX0"&gt;I like v8, but the graphical style is not as good as v7, is there any option to run v8 with the v7 - much clearer and more readable graphical style?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="EOP SCXW236810991 BCX0" data-ccp-props="{&amp;quot;134233279&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="EOP SCXW59685226 BCX0" data-ccp-props="{&amp;quot;134233279&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;SPAN class="EOP SCXW32077370 BCX0" data-ccp-props="{&amp;quot;134233279&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;SPAN class="EOP SCXW72882577 BCX0" data-ccp-props="{&amp;quot;134233279&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;SPAN class="EOP SCXW236810991 BCX0" data-ccp-props="{&amp;quot;134233279&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;Some default settings are different in Version 8.&amp;nbsp; It uses ODS HTML5 instead of just HTML, and also SVG (scalable vector graphics) instead of PNG.&amp;nbsp; Also, ActiveX is no longer the default for traditional chart/plot tasks -- it's JPG or PNG.&amp;nbsp; You can adjust all of these settings in Tools-&amp;gt;Options; Results.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Recommended Resources&lt;/STRONG&gt;&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://www.sas.com/content/dam/SAS/support/en/sas-global-forum-proceedings/2020/5188-2020.pdf" target="_self"&gt;This paper from SAS Global Forum 2020&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://support.sas.com/en/software/enterprise-guide-support.html" target="_self"&gt;SAS Enterprise Guide Support&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://support.sas.com/en/software/enterprise-guide-support.html#tutorials" target="_self"&gt;SAS Enterprise Guide Tutorial&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://www.youtube.com/watch?v=7dhTeyxefZ0" target="_self"&gt;SAS Enterprise Guide Overview&lt;/A&gt; (YouTube)&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;I suggest looking into the other &lt;A href="https://www.sas.com/en_us/learn/ask-the-expert-webinars.html" target="_blank" rel="noopener"&gt;Ask the Expert sessions&lt;/A&gt; on Enterprise Guide&lt;SUP&gt;®&lt;/SUP&gt; for additional information.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Want more tips? Be sure to subscribe to the&amp;nbsp;&lt;A href="http://communities.sas.com/askexpert" target="_blank" rel="noopener"&gt;Ask the Expert board&lt;/A&gt;&amp;nbsp;to receive follow up Q&amp;amp;A, slides and recordings from other SAS Ask the Expert webinars.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 14 Aug 2020 13:18:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/SAS-Enterprise-Guide-20-Tips-in-20-Minutes/ta-p/651103</guid>
      <dc:creator>KDG</dc:creator>
      <dc:date>2020-08-14T13:18:19Z</dc:date>
    </item>
    <item>
      <title>On Demand Webinar: Using SAS APIs</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/On-Demand-Webinar-Using-SAS-APIs/ta-p/647587</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="usingAPIs.jpg" style="width: 250px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39435iBA3DC9577F36FFBE/image-size/large?v=1.0&amp;amp;px=999" title="usingAPIs.jpg" alt="usingAPIs.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;SAS has APIs to help integrate open source technologies and languages to perform analytics and create applications. In this webinar you will learn how to interact with SAS&amp;nbsp;Viya and CAS REST APIs to create and access SAS resources using any client technology.&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 13:01:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/On-Demand-Webinar-Using-SAS-APIs/ta-p/647587</guid>
      <dc:creator>joeFurbee</dc:creator>
      <dc:date>2020-05-14T13:01:51Z</dc:date>
    </item>
    <item>
      <title>A Tour of SAS Viya Programming and Application Interfaces: A Forest Modeling Example</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/A-Tour-of-SAS-Viya-Programming-and-Application-Interfaces-A/ta-p/616079</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;&lt;P&gt;In case you missed it,&amp;nbsp;&lt;LI-USER uid="7881"&gt;&lt;/LI-USER&gt;&amp;nbsp;posted&lt;A href="https://communities.sas.com/t5/About-SAS-Viya/A-Tour-of-SAS-Viya-Programming-and-Application-Interfaces-A/m-p/615407" target="_blank" rel="noopener"&gt; information about the Ask the Expert webinar, A Tour of SAS Viya Programming and Application Interfaces: A Forest Modeling Example&lt;/A&gt; on the SAS Viya Community. I'm posting it here as well for those of you who subscribe to this channel for all Ask the Expert sessions. If this topic interests you, be sure to &lt;A href="https://www.sas.com/en_us/webinars/ate-tour-of-sas-viya-programming.html" target="_blank" rel="noopener"&gt;watch the on-demand webinar&lt;/A&gt; itself.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SAS Viya methods.jpg" style="width: 445px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/35227i271D8C86805D2ECA/image-size/large?v=1.0&amp;amp;px=999" title="SAS Viya methods.jpg" alt="SAS Viya methods.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/About-SAS-Viya/A-Tour-of-SAS-Viya-Programming-and-Application-Interfaces-A/m-p/615407" target="_blank" rel="noopener"&gt;Check out David's post&lt;/A&gt; for the presentation material, related data, code used in the programming examples, and Q/A from the session.&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 08 Jan 2020 21:31:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/A-Tour-of-SAS-Viya-Programming-and-Application-Interfaces-A/ta-p/616079</guid>
      <dc:creator>AnnaBrown</dc:creator>
      <dc:date>2020-01-08T21:31:13Z</dc:date>
    </item>
    <item>
      <title>Best Practices for Data Scientists and Analysts: Communicating Your Results</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/Best-Practices-for-Data-Scientists-and-Analysts-Communicating/ta-p/613135</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;&lt;P&gt;&lt;SPAN class="small-txt-light"&gt;Did you miss the webinar on &lt;A href="https://www.sas.com/en_us/webinars/ate-best-practices-for-data-scientists-and-analysts.html" target="_blank" rel="noopener"&gt;Best Practices for Data Scientists and Analysts: Communicating Your Results&lt;/A&gt;?&amp;nbsp; Not to worry, you can &lt;A href="https://www.sas.com/en_us/webinars/ate-best-practices-for-data-scientists-and-analysts.html" target="_blank" rel="noopener"&gt;view it on-demand&lt;/A&gt; at anytime. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="small-txt-light"&gt;This webinar introduces some of the best practices to consider when presenting your analytics findings to colleagues and decision makers.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="styledcontainer parbase"&gt;
&lt;DIV class="container  circle-check border-wht border-t nopad "&gt;
&lt;DIV class="par parsys"&gt;
&lt;DIV class="text parbase section"&gt;
&lt;DIV class=""&gt;
&lt;H2&gt;Learn how to:&lt;/H2&gt;
&lt;UL class="list-bullet"&gt;
&lt;LI&gt;Identify your audience.&lt;/LI&gt;
&lt;LI&gt;Create effective messages.&lt;/LI&gt;
&lt;LI&gt;Demonstrate the value of your findings.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the communication workflow that is covered in the webinar:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="comm_workflow.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/34969i4DCE373016F81AE0/image-size/large?v=1.0&amp;amp;px=999" title="comm_workflow.PNG" alt="comm_workflow.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are some highlighted questions from the Q&amp;amp;A segment held at the end of the session.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;What do you do with a mixed audience?&lt;/STRONG&gt;&lt;BR /&gt;Try your best to please everyone.&amp;nbsp; Some of your communication will have to be detailed and technical to satisfy those audience members, but also provide high-level, easy to consume communication to satisfy the nontechnical audience members. Always communicate what you are doing to your audience.&amp;nbsp; If you providing a technical, in-depth answer that some audience members may not be able to follow, tell your audience that you have to get technical to answer the question, but it is OK if not everyone understands the details.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Do you anticipate possible questions regarding the analysis and results and prepare some slides just in case? Any tips to be prepared for questions?&lt;/STRONG&gt;&lt;BR /&gt;Yes. Always have the technical details available "just in case".&amp;nbsp; Even if not prepared on a slide, be ready to provide technical answers about the analysis and results. &lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;What are the next steps to continue learning on this topic?&lt;/STRONG&gt;&lt;STRONG&gt;Practice.&amp;nbsp; Get out there and practice communication.&amp;nbsp; Practice for colleagues, family members, your boss, or just by standing in front of a mirror.&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;How do you end your presentation strongly, leaving the audience craving for more? &lt;/STRONG&gt;Summarize what you have discussed and be sure to make it relevant for your audience. Tailor your communication for your specific audience so they see the relevance of the topic to their work. Pose a rhetorical question so that they are thinking about the topic even after the presentation is over&lt;/LI&gt;
&lt;/OL&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 19 Dec 2019 20:05:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/Best-Practices-for-Data-Scientists-and-Analysts-Communicating/ta-p/613135</guid>
      <dc:creator>JThompson</dc:creator>
      <dc:date>2019-12-19T20:05:46Z</dc:date>
    </item>
    <item>
      <title>Introduction to Hierarchical Linear Models</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/Introduction-to-Hierarchical-Linear-Models/ta-p/581562</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HierDataStruct.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/31785i0A29D011349D9610/image-size/large?v=1.0&amp;amp;px=999" title="HierDataStruct.PNG" alt="HierDataStruct.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2019 19:53:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/Introduction-to-Hierarchical-Linear-Models/ta-p/581562</guid>
      <dc:creator>sasmlp</dc:creator>
      <dc:date>2019-11-18T19:53:01Z</dc:date>
    </item>
    <item>
      <title>Leveraging SAS® Viya® to Improve SAS® Processes</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/Leveraging-SAS-Viya-to-Improve-SAS-Processes/ta-p/600509</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;This article was co-authored by Brian Kinnebrew and &lt;A href="https://communities.sas.com/t5/user/viewprofilepage/user-id/7931" target="_blank" rel="noopener"&gt;Steven Sober&lt;/A&gt;.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;Did you miss the Ask the Expert session Best Practices in Migrating SAS Code to Leverage CAS? Not to worry, you can catch it&amp;nbsp;&lt;A href="https://www.sas.com/en_us/webinars/ate-best-practices-in-migrating-sas-code.html" target="_blank" rel="noopener"&gt;on-demand&lt;/A&gt; at your leisure. A pdf of the presentation slides is attached.&lt;/H3&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The SAS Platform is greatly enhanced by SAS Viya. In this session, Steven Sober and Brian Kinnebrew share their experiences in leveraging SAS Viya to improve SAS processes. They explore technical insights and implementation details to CAS-enable your code, thus achieving faster results. These techniques are illustrated by real-life case studies.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this session, you’ll learn the answers to questions such as:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;If a process cannot run in CAS, where does it run?&lt;/LI&gt;
&lt;LI&gt;What coding components are most frequently encountered in code reviews with customers?&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Figure 1 Agenda of the Webinar Best Practices for Migrating SAS Code to leverage CAS" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/33484iCC263236D64E48EC/image-size/large?v=1.0&amp;amp;px=999" title="agenda.png" alt="Figure 1 Agenda of the Webinar Best Practices for Migrating SAS Code to leverage CAS" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Figure 1 Agenda of the Webinar Best Practices for Migrating SAS Code to leverage CAS&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are some highlighted questions from the Q&amp;amp;A segment held at the end of the session for ease of reference.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;What does CAS stand for?&lt;BR /&gt;&lt;/STRONG&gt;CAS stands for SAS Cloud Analytic Services. It's the In-memory processing engine in SAS Viya.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;In general, if the base procedure is threaded in Base SAS, will it thread in CAS? Like Proc Sort, for example?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Yes, CAS is multi-threaded by default.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL start="3"&gt;
&lt;LI&gt;&lt;STRONG&gt;How can you tell if SPRE or CAS is running?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;In the SAS log, there is a note that tells you if the procedure or DATA Step ran in CAS. If you write CASL code, that code will only run in CAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL start="4"&gt;
&lt;LI&gt;&lt;STRONG&gt;Is there a PROPCASE function in CAS?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;This function is not supported in a DATA Step that runs in CAS.&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=lefunctionsref&amp;amp;docsetTarget=n169kj2of5nur0n1bl1hubv55q63.htm&amp;amp;locale=en"&gt;https://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=lefunctionsref&amp;amp;docsetTarget=n169kj2of5nur0n1bl1hubv55q63.htm&amp;amp;locale=en&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL start="5"&gt;
&lt;LI&gt;&lt;STRONG&gt;Does a LIBNAME statement run in SPRE, and a CASLIB will run in CAS?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;All data sources that are access by a LIBNAME will be processed in SPRE. All data sources that are accessed via a CASLIB will run in CAS provided.&lt;/P&gt;
&lt;P&gt;a. The step is a CAS enabled procedure or all statements in the DATA Step are CAS enabled.&lt;/P&gt;
&lt;P&gt;b. All source and target tables to the step reside in CAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Recommended Resources&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Course:&amp;nbsp;&lt;A href="https://www.sas.com/gms/redirect.jsp?detail=GMS60943_89857"&gt;Free SAS Viya Enablement&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Course:&amp;nbsp;&lt;A href="http://support.sas.com/training/us/paths/viya.html"&gt;SAS Viya Learning Path&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Reading material:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://www.sas.com/content/dam/SAS/support/en/sas-global-forum-proceedings/2018/2184-2018.pdf"&gt;&lt;STRONG&gt;Parallel Programming with the DATA Step: Next Steps&lt;/STRONG&gt;&lt;/A&gt;&lt;STRONG&gt; (2018) required reading&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://blogs.sas.com/content/sgf/?p=18315"&gt;&lt;STRONG&gt;How to achieve repeatable results with distributed DATA Step BY Groups&lt;/STRONG&gt;&lt;/A&gt;&lt;STRONG&gt; (2018) required reading&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://blogs.sas.com/content/iml/2013/07/10/stop-using-ranuni.html"&gt;&lt;STRONG&gt;Six reasons you should stop using the RANUNI function to generate random numbers&lt;/STRONG&gt;&lt;/A&gt;&lt;STRONG&gt; (2013) required reading&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.3&amp;amp;docsetId=proc&amp;amp;docsetTarget=p0nnkdmqmz48w8n1kqofzc7mcla4.htm&amp;amp;locale=en"&gt;The following Base SAS procedures are CAS Enabled&lt;/A&gt; (2018)&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.3&amp;amp;docsetId=casfedsql&amp;amp;docsetTarget=titlepage.htm&amp;amp;locale=en"&gt;SAS&lt;/A&gt;&lt;A href="http://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.3&amp;amp;docsetId=casfedsql&amp;amp;docsetTarget=titlepage.htm&amp;amp;locale=en"&gt;&lt;SUP&gt;®&lt;/SUP&gt;&lt;/A&gt;&lt;A href="http://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.3&amp;amp;docsetId=casfedsql&amp;amp;docsetTarget=titlepage.htm&amp;amp;locale=en"&gt;SAS Viya&lt;/A&gt;&lt;A href="http://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.3&amp;amp;docsetId=casfedsql&amp;amp;docsetTarget=titlepage.htm&amp;amp;locale=en"&gt;&lt;SUP&gt;™&lt;/SUP&gt;&lt;/A&gt;&lt;A href="http://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.3&amp;amp;docsetId=casfedsql&amp;amp;docsetTarget=titlepage.htm&amp;amp;locale=en"&gt;3: FedSQL Programming for SAS&lt;/A&gt;&lt;A href="http://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.3&amp;amp;docsetId=casfedsql&amp;amp;docsetTarget=titlepage.htm&amp;amp;locale=en"&gt;&lt;SUP&gt;®&lt;/SUP&gt;&lt;/A&gt;&lt;A href="http://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.3&amp;amp;docsetId=casfedsql&amp;amp;docsetTarget=titlepage.htm&amp;amp;locale=en"&gt;&amp;nbsp;Cloud Analytic Services&lt;/A&gt; (2018)&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.3&amp;amp;docsetId=casfedsql&amp;amp;docsetTarget=p1jpuyk9ivovawn1e6nhazywded8.htm&amp;amp;locale=en"&gt;FedSQL Implicit Pass-Through Facility in CAS&lt;/A&gt; (2018)&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://www.sas.com/content/dam/SAS/support/en/sas-global-forum-proceedings/2018/1905-2018.pdf"&gt;What’s New in SAS® Data Connectors for SAS® SAS Viya®&lt;/A&gt; (2018)&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://blogs.sas.com/content/sgf/2018/04/18/how-to-simulate-descending-by-variables-in-data-step-code-that-runs-distributed-in-sas-viya/"&gt;How to Emulate DESCENDING BY Variables in DATA Step Code that Runs Distributed in SAS® SAS Viya™&lt;/A&gt; (2018)&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://support.sas.com/resources/papers/proceedings17/SAS0118-2017.pdf"&gt;DATA Step in SAS® SAS Viya™: Essential New Features&lt;/A&gt; (2017)&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://blogs.sas.com/content/sgf/2017/11/20/how-to-simulate-proc-append-in-cas/"&gt;How to Emulate PROC APPEND in CAS &lt;/A&gt;(2017)&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://blogs.sas.com/content/sgf/2018/01/24/getting-sas-9-code-run-multi-threaded-sas-viya-3-3/"&gt;Getting your SAS 9 code to run multi-threaded in SAS Viya 3.3&lt;/A&gt; (2017)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Trial:&amp;nbsp;&lt;A href="https://www.sas.com/en_us/trials/software/visual-analytics/ep-form.html"&gt;Get an early preview of SAS® Visual Analytics on SAS® Viya™&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Want more tips? Be sure to subscribe to the&amp;nbsp;&lt;A href="http://communities.sas.com/askexpert"&gt;Ask the Expert board&lt;/A&gt;&amp;nbsp;to receive follow up Q/A, slides and recordings from other SAS&lt;/P&gt;
&lt;P&gt;Ask the Expert webinars. To subscribe, select Subscribe from the Options drop down button above the articles.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 30 Oct 2019 19:43:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/Leveraging-SAS-Viya-to-Improve-SAS-Processes/ta-p/600509</guid>
      <dc:creator>brian_kinnebrew_sas</dc:creator>
      <dc:date>2019-10-30T19:43:05Z</dc:date>
    </item>
    <item>
      <title>Gaining Efficiencies in SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/Gaining-Efficiencies-in-SAS-Enterprise-Guide/ta-p/588897</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;&lt;P&gt;Did you miss the Ask the Expert session on Gaining Efficiencies in SAS Enterprise Guide? Not to worry, you can &lt;A href="https://event.on24.com/wcc/r/2056094/0137478E0C9825B27C9D624802AEB88E" target="_self"&gt;view it on-demand. &lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://event.on24.com/wcc/r/2056094/0137478E0C9825B27C9D624802AEB88E" target="_blank" rel="nofollow noopener noreferrer"&gt;&lt;SPAN class="cta-button-article"&gt;Watch the webinar&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Its goals are:&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Understand recommended ways to organize your work in Enterprise Guide&lt;/LI&gt;
&lt;LI&gt;Learn tips for improving Enterprise Guide performance&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;It discusses and demonstrates&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Factors to consider when designing SAS Enterprise Guide projects.&lt;/LI&gt;
&lt;LI&gt;Ordering and arranging your work.&lt;/LI&gt;
&lt;LI&gt;Techniques for reducing data volumes and minimizing I/O.&lt;/LI&gt;
&lt;LI&gt;Client/server performance considerations.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Reviewing and revising your Tools -&amp;amp;gt; Options settings can help you gain efficiencies in Enterprise Guide" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/32483i73DFE887EFA80324/image-size/large?v=1.0&amp;amp;px=999" title="EG gaining effiiciencies options.jpg" alt="Reviewing and revising your Tools -&amp;gt; Options settings can help you gain efficiencies in Enterprise Guide" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Reviewing and revising your Tools -&amp;gt; Options settings can help you gain efficiencies in Enterprise Guide&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Here are some questions and answers that were submitted during this webinar:&amp;nbsp;&lt;/P&gt;
&lt;H4 id="toc-hId-1286801735"&gt;­&lt;/H4&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;In the project tr&lt;/STRONG&gt;&lt;STRONG&gt;ee, I only see process flows. How I can see the other notes?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Notes can be free-floating or attached to a node. You can create them from the "New" menu or right mouse click in the white space of a diagram.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Does autoexec process flow pertain to the project or just the user's individual Enterprise Guide preferences?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The autoexec process flow is project-specific - only one process flow per project can be named autoexec (or AUTOEXEC or AutoExec - casing does not matter.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Can you access a program residing in one process flow, and utilize that program in another process flow?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Yes, you can copy and paste it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Are these options for this specific project or all projects?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Tools -&amp;gt; Options specifications apply to all projects opened in that installation of Enterprise Guide.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;How to create several process flows in one Enterprise Guide session?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Use the "New" menu pull-down to create new process flows,&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 16 Sep 2019 14:12:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/Gaining-Efficiencies-in-SAS-Enterprise-Guide/ta-p/588897</guid>
      <dc:creator>megak8</dc:creator>
      <dc:date>2019-09-16T14:12:45Z</dc:date>
    </item>
    <item>
      <title>What’s New in SAS® Enterprise Guide® 8.1</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/What-s-New-in-SAS-Enterprise-Guide-8-1/ta-p/578528</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;&lt;P&gt;Did you miss our live webinar “What’s New in SAS® Enterprise Guide® 8.1”?&amp;nbsp; No problem! You can watch the recording right now.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.sas.com/en_us/webinars/ate-whats-new-enterprise-guide81.html" target="_blank" rel="nofollow noopener noreferrer noreferrer noreferrer noreferrer"&gt;&lt;SPAN class="cta-button-article"&gt;Watch the webinar&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Take a tour of the new (released June 2019) SAS Enterprise Guide 8.1. The redefined SAS Enterprise Guide 8 is attractive, flexible, and smart. SAS Enterprise Guide 8 sports a modern interface, tab-based organization of content, and flexible window management such as floating, docking, and leveraging multiple monitors. Want to view your code, log, and results at the same time? SAS Enterprise Guide 8 has you covered. Want to view four data sets at the same time? Sure, no problem. Want to just code, without a project? You got it.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="EG8Graphic.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/31468iE7D4932A626A1241/image-size/medium?v=1.0&amp;amp;px=400" title="EG8Graphic.png" alt="EG8Graphic.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are some highlighted questions from the Q&amp;amp;A during the session.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;How do I get SAS Enterprise Guide 8.1?&amp;nbsp; Do I have to update SAS? Is there an extra charge for the new release?&amp;nbsp; Does it require a new license?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Since this is a major update, that is, going to a new version rather than a hot fix or minor release, you will not be able to use the update functionality within SAS Enterprise Guide to get SAS Enterprise Guide 8.1. A new version must be requested from your administrator. Your administrator should just place a new order and install latest version via the SAS Deployment Wizard or the standalone installer.&amp;nbsp; SAS does not need to be updated as SAS Enterprise Guide 8.1 works with older SAS releases just fine.&amp;nbsp; There’s no extra charge or new license required for the new version if you already have SAS Enterprise Guide licensed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Can I have SAS Enterprise Guide 8.1 and an older version of SAS Enterprise Guide on the same machine?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Yes, you can have multiple versions of SAS Enterprise Guide.&amp;nbsp; The only thing to watch out for is once a project has been saved in SAS Enterprise Guide 8.x, it is no longer backwards compatible with 7.1x versions of SAS Enterprise Guide. For this reason, if you share SAS Enterprise Guide projects, we recommend coordinating upgrading with your colleagues, so you use the same SAS Enterprise Guide version.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Is running one program at a time still a limitation of new version? &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Each program is run in the order they are submitted, but they will be queued as shown in the Submission Status window. But while a program is running, you can view and edit the programs. The submit will be disabled while they are running or queued.&amp;nbsp;&amp;nbsp; SAS Enterprise Guide also supports parallel execution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;How are custom tasks handled?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Custom tasks work the same way as they did in previous versions of SAS Enterprise Guide.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Is there any functionality we will be losing?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;SAS Enterprise Guide 8.1 has parity with SAS Enterprise Guide 7 - things are moved around in some cases but the functionality is the same.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Want more tips? Be sure to subscribe to the Ask the Expert Community Library to receive follow up Q/A, slides and recordings from other SAS Ask the Expert webinars. From the Ask the Expert Library, just click Subscribe from the orange bar underneath the list of the recent articles.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 01 Aug 2019 18:50:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/What-s-New-in-SAS-Enterprise-Guide-8-1/ta-p/578528</guid>
      <dc:creator>AmyP_sas</dc:creator>
      <dc:date>2019-08-01T18:50:14Z</dc:date>
    </item>
    <item>
      <title>Ask the Expert: Getting Started with AI-Embedded IoT Analytics</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/Ask-the-Expert-Getting-Started-with-AI-Embedded-IoT-Analytics/ta-p/569263</link>
      <description>&lt;P&gt;Learn how to use AI-embedded IoT analytics to quickly drive desired outcomes for the business - no coding required.&amp;nbsp; Leverage all of your IoT solutions (SAS, Open Source and Third Party) to optimize your investment in IoT.&amp;nbsp; Watch this on demand video today.&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="SAS Analytics for IoT Capture.JPG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/30741i51B5F668952C26C6/image-size/large?v=1.0&amp;amp;px=999" title="SAS Analytics for IoT Capture.JPG" alt="SAS Analytics for IoT Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 18:24:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/Ask-the-Expert-Getting-Started-with-AI-Embedded-IoT-Analytics/ta-p/569263</guid>
      <dc:creator>janehowell</dc:creator>
      <dc:date>2020-04-29T18:24:24Z</dc:date>
    </item>
    <item>
      <title>SAS® Studio or SAS® Enterprise Guide®: What's the Best SAS® Programming Interface for Me?</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/SAS-Studio-or-SAS-Enterprise-Guide-What-s-the-Best-SAS/ta-p/570331</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;&lt;P&gt;Did you miss our live webinar "SAS® Studio or SAS® Enterprise Guide®: What's the Best SAS® Programming Interface for Me"?&amp;nbsp; No problem! You can watch the recording right now.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.sas.com/en_us/webinars/ate-studio-enterpriseguide-best-programming-interface.html" target="_blank" rel="nofollow noopener noreferrer noreferrer noreferrer"&gt;&lt;SPAN class="cta-button-article"&gt;Watch the webinar&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For some, loyalty to an interface can run as deep as loyalty to a football team – and it’s no different for many SAS users. An effort to remove barriers between interfaces and the differences between them is underway, enabling you to choose what you use.&amp;nbsp;Are you on a desktop? A mobile device? In a conference room? This webinar talks you through this integrated future and helps you understand what the strengths and weaknesses are of programming interfaces today.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="StudioEGCapabilities.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/30693iAC57BEAFE08E080D/image-size/large?v=1.0&amp;amp;px=999" title="StudioEGCapabilities.png" alt="StudioEGCapabilities.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are some highlighted questions from the Q&amp;amp;A during the session. I’ve attached the slides, as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Do we need new computers, more sophisticated hardware, computer memory and more space for SAS Studio compared to SAS Display Manager / SAS Enterprise Guide?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;No. SAS Studio is a web application, thus zero-footprint on client machines (end-users simply access via a URL). SAS Enterprise Guide is installed on the Windows client machine, which provides a more native experience, but it is still a thin client. Both SAS Studio and SAS Enterprise Guide are light-weight clients that leverage backend SAS servers for the heavy lifting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Can GIT be integrated with our own Enterprise GIT?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Yes, you can work with any existing Enterprise Git repositories from both SAS Studio and SAS Enterprise Guide.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;In SAS Studio, when you open a program and are shown the list of file names to choose from, they are listed in alphabetical order. In SAS Display Manager, you can sort the list by date, size, etc. which makes it convenient find the latest program that you have been working on. Is there any way currently to do so or is that in the works for a future edition?&lt;/STRONG&gt;&lt;BR /&gt;Yes, that is a commonly asked question and is high on the future roadmap.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Can you clarify whether SAS Studio is available with SAS 9.4?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Yes, SAS Studio is available with SAS 9.4 and SAS Viya. SAS Studio 3.8 is the latest version of SAS Studio on SAS 9.4. SAS Studio 5.1 and 4.4 are the latest versions of SAS Studio on Viya.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;In SAS Studio, the inability to edit data sets in a ViewTable equivalent is a large drawback at our site. Any plans for addressing that or is it unaddressable given the HTML5 interface?&lt;/STRONG&gt;&lt;BR /&gt;That is a tough one to answer as it’s quite challenging in a browser. It is something we are looking at.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Can one type code in SAS Enterprise Guide?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Absolutely. SAS Enterprise Guide has a robust program editor with syntax highlighting, suggestion, autocompletion, and integrated syntax help. Many SAS programmers use SAS Enterprise Guide as their SAS programming IDE.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;In SAS Display Manager, when you submit an ODS PDF or ODS EXCEL sandwich, the PDF or EXCEL file automatically display when the program finishes. This isn’t the case in SAS Studio. Is there any way to enable that functionality?&lt;/STRONG&gt;&lt;BR /&gt;Sorry, SAS Studio does not currently automatically display results generated by hand-written ODS statements. We are planning on adding this in a future release.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;If I currently have SAS Enterprise Guide 7.1 installed, can I download 8.1?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-8-1-how-to-obtain/td-p/567446" target="_self"&gt;This article&lt;/A&gt; has a good explanation of how you get 8.&amp;nbsp; Both 7.1x and 8.1 can coexist on the same machine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;My problem with SAS studio is that you cannot view the whole data set, whereas SAS Enterprise Guide you can (but it takes longer to load). Am I missing a functionality in this?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;As a web application, SAS Studio has to make http requests for the data, rather than having a persistent direct connection to the data the way SAS Enterprise Guide does. Therefore, (for performance reasons) SAS Studio "pages" the data by retrieving a certain number of observations at a time. As you noted, it does result in a different user experience.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;A Global Forum paper on SAS Studio was mentioned that included references to blogs. Can you provide a link or the name of that paper?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The paper is &lt;SPAN&gt;&lt;A href="https://www.sas.com/content/dam/SAS/support/en/sas-global-forum-proceedings/2019/3044-2019.pdf"&gt;SAS Studio or SAS Enterprise Guide: What's the Best SAS Programming Interface for Me?&lt;/A&gt;&lt;/SPAN&gt;. Many of the same links are in the notes of the webinar slides, too.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;How do you change in themes/backgrounds in SAS Enterprise Guide? &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;In SAS Enterprise Guide 8.1 you can change themes by going to Tools &amp;gt; Options &amp;gt; General and from the Visual Experience section you can change the theme. Then you can change the theme for the code editor separately. Go To Program &amp;gt; Editor Options and on the Appearance tab you can play with all sorts of colors on different syntax elements.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Now that SAS Enterprise Guide 8.1 is released, when my site renews its SAS, will we get SAS Enterprise Guide 8.1 as part of the 2020 release or will that require a new license?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;SAS Enterprise Guide 8.1 does not require a new license. Whenever you get a new order and download the latest depot, it will include the latest SAS Enterprise Guide version (8.1), assuming SAS Enterprise Guide is part of your order.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Want more tips? Be sure to subscribe to the Ask the Expert Community Library to receive follow up Q/A, slides and recordings from other SAS Ask the Expert webinars. From the Ask the Expert Library, just click Subscribe from the orange bar underneath the list of the recent articles.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NOTE: For best results when opening the attached slides, click on the “download” icon.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 01 Jul 2019 18:59:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/SAS-Studio-or-SAS-Enterprise-Guide-What-s-the-Best-SAS/ta-p/570331</guid>
      <dc:creator>AmyP_sas</dc:creator>
      <dc:date>2019-07-01T18:59:29Z</dc:date>
    </item>
    <item>
      <title>SAS Viya Architecture, Data Access, Movement, and Processing - Ask the Expert talk on demand</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/SAS-Viya-Architecture-Data-Access-Movement-and-Processing-Ask/ta-p/566920</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;&lt;P&gt;Did you miss&amp;nbsp;the live presentation of the Ask the Expert session on SAS® Viya® Architecture and Data Access, Movement, and Processing: A SAS Programmer's Overview.&amp;nbsp;No problem. You can still click &lt;A title="on demand recording" href="https://www.sas.com/en_us/webinars/ate-viya-architecture-data-movement.html" target="_blank" rel="noopener"&gt;here&lt;/A&gt; to access and view&amp;nbsp;the on demand recording. A PDF document for the presentation and the demonstration script is also available for download. In this post I am attaching the demo code used and&amp;nbsp;a Q&amp;amp;A for questions received but not answered in the recording.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SAS Viya.jpg" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/30374i45FF720CCDDCE9B8/image-size/large?v=1.0&amp;amp;px=999" title="SAS Viya.jpg" alt="SAS Viya.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is a Q and A for some outstanding questions that were not provided during the live session:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Q:&lt;/STRONG&gt; Does SAS Web Report Studio integrate with SAS Viya.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;A:&lt;/STRONG&gt; It does not. However, SAS Visual Analytics provides the equivalent functionality in the SAS Viya environment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Q&lt;/STRONG&gt;: Could you give some examples of what programmers cannot accomplish on SAS Grid but on SAS Viya? Do they share the similar architecture?&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;A:&lt;/STRONG&gt; SAS Grid allows you to distribute SAS jobs in an automated way to any number of available SAS servers that are available. This allows you to effectively use any available SAS Server resources to execute SAS programs as soon as a server is available. However, each SAS job executes only on the single SAS server machine that the job is sent to. In SAS Viya, on the other hand, every single process executes in parallel across multiple machine simultaneously where the data itself is distributed across all those machines and the process executes in parallel across all those machines. This allows you to execute each individual process rapidly on large volumes of data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 06 Jan 2020 20:31:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/SAS-Viya-Architecture-Data-Access-Movement-and-Processing-Ask/ta-p/566920</guid>
      <dc:creator>DavidGhan</dc:creator>
      <dc:date>2020-01-06T20:31:03Z</dc:date>
    </item>
    <item>
      <title>Using SAS with Git: Bring a DevOps Mindset to Your SAS Code</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/Using-SAS-with-Git-Bring-a-DevOps-Mindset-to-Your-SAS-Code/ta-p/557476</link>
      <description>&lt;P&gt;&lt;SPAN class="small-txt-light"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Picture1.png" style="width: 271px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/29373iDFA1614922402446/image-size/large?v=1.0&amp;amp;px=999" title="Picture1.png" alt="Picture1.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="small-txt-light"&gt;Few technologies have done more to advance code collaboration and automation than Git. And GitHub’s explosive growth has drawn the interest of all types of programmers, including SAS programmers.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Aug 2020 19:46:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/Using-SAS-with-Git-Bring-a-DevOps-Mindset-to-Your-SAS-Code/ta-p/557476</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2020-08-14T19:46:10Z</dc:date>
    </item>
    <item>
      <title>SAS Viya: Working with APIs</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/SAS-Viya-Working-with-APIs/ta-p/542251</link>
      <description>&lt;P&gt;Did you miss the Ask the Expert session on SAS® Viya™: Working with APIs? No problem! This is a recap of the webinar. This webinar was for both experienced and novice SAS® users who want to learn how and when to use APIs to run machine learning models in SAS® Viya™.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2019 15:03:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/SAS-Viya-Working-with-APIs/ta-p/542251</guid>
      <dc:creator>tylerfreckmann</dc:creator>
      <dc:date>2019-04-08T15:03:20Z</dc:date>
    </item>
    <item>
      <title>Introduction to Survival Data Mining</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/Introduction-to-Survival-Data-Mining/ta-p/524363</link>
      <description>&lt;P&gt;Do you want to learn about survival data mining?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.sas.com/en_us/webinars/introduction-survival-data-mining/register.html" target="_blank"&gt;This webinar&amp;nbsp;&lt;/A&gt;(see attached slides as well)&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;will discuss topics such as building models for time-dependent outcomes derived from customer event histories, accounting for competing risks and incorporating time-dependent covariates.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Demonstrated in SAS/STAT&lt;SUP&gt;®&lt;/SUP&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;14.3, you’ll see how to fit a multinomial logistic regression model with splines for right-censored data and how to produce graphics that illustrate results of a model.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 19:52:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/Introduction-to-Survival-Data-Mining/ta-p/524363</guid>
      <dc:creator>sasmlp</dc:creator>
      <dc:date>2019-01-04T19:52:56Z</dc:date>
    </item>
    <item>
      <title>SAS Optimization on SAS Viya: Getting Started</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/SAS-Optimization-on-SAS-Viya-Getting-Started/ta-p/518459</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-right" image-alt="sas-viya-midnight-cloud-midnight-wordmark-vert.png" style="width: 200px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/25416i89AFA5BA9A0C847D/image-size/small?v=1.0&amp;amp;px=200" title="sas-viya-midnight-cloud-midnight-wordmark-vert.png" alt="sas-viya-midnight-cloud-midnight-wordmark-vert.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Did you miss the Ask the Expert session on Getting Started on SAS Optimization? Not to worry, you can catch it &lt;A href="https://www.sas.com/en_us/webinars/optimization-on-viya/register.html"&gt;on-demand&lt;/A&gt; at your leisure&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.sas.com/en_us/webinars/optimization-on-viya/register.html" target="_blank" rel="nofollow noopener noreferrer noopener noreferrer noopener noreferrer"&gt;&lt;SPAN class="cta-button-article"&gt;Watch the webinar&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Every time we use our GPS system, receive items purchased online or find in stock food, medicine and clothing, we benefit from optimization algorithms. Optimization solves real-world problems in many areas: medicine, manufacturing, transportation, supply chain, finance, government, physics, economics, artificial intelligence and more.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This session provides several examples on how Optimization is used to solve real-world problems, and briefly reviews important Optimization concepts.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You will learn how to use SAS Optimization on Viya to build these models:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Linear Programming&lt;/LI&gt;
&lt;LI&gt;Mixed Integer Linear Programming&lt;/LI&gt;
&lt;LI&gt;Nonlinear Models&lt;/LI&gt;
&lt;LI&gt;Network optimization (brief example)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are some highlighted questions from the Q&amp;amp;A segment held at the end of the session for ease of reference. I’ve attached the slides as well.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Do you know if these Optimization algorithms are industry standard?&amp;nbsp; What other technology can compete with SAS Optimization?&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Optimization algorithms are well known I would say that all vendors use similar algorithms to the ones we use. However, we do have some elements,&amp;nbsp;like the automated Dantzig-Wolfe decomposition algorithm, that other vendors&amp;nbsp;don’t have.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;I noticed that in your code examples that you use data lines for your input data – can you also use data stored in traditional Relational Database Management System?&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Yes, you can read/write between SAS data sets and virtually any other broadly accepted data format, or you can use a SAS/ACCESS engine and keep the data in its native format and SAS will see it as a SAS data set.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Is there any advantage to running the procedures in SAS versus an open source with CAS actions?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;No, the beauty of the Viya platform and the CAS analytic engine is that the CAS enabled procedures map down to the action calls.&amp;nbsp; So, no matter which programming language you use to call the CAS actions you will be executing the same algorithms.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Are there better problems suited for constraint programming than for any other optimization technique?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Constraint Programming is a powerful technique that is used to solve powerful “real-world” problems in a variety of areas, such as, planning, Sports scheduling, DNA Sequencing, computer graphics and natural language processing.&lt;/P&gt;
&lt;P&gt;Some types of constraints can be better implemented with constraint programming than with MILP. Still, frequently for complex programs like sports scheduling a hybrid approach is used, that is, an approach that uses Integer Programming, Constraint Programming and Heuristic procedures.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Is it possible to use a SAS Stored Process to call an Optimization technique from a non-SAS interface such as Excel? ­ Or even calling an Optimization technique from Visual Analytics (VA)?­&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;At this time, it is not possible to call Optimization techniques from VA. However, from SAS Studio 5 one can use Tasks to solve several Network Optimization problems.&lt;/P&gt;
&lt;P&gt;In Viya, jobs replace stored processes that ran in 9.4. But that not all functionality is there yet.&lt;/P&gt;
&lt;P&gt;I cannot have a job in Viya with the SAS Add-in for Microsoft Office and call it from Excel.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What would you say are the prerequisites to utilize SAS Optimization? How can I learn more about Mathematical Optimization?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;At least a graduate level course in Mathematical Optimization that covers LPs, MILPs, etc.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See the references listed below&lt;/P&gt;
&lt;P&gt;­&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Where can I find reference materials?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;1) Several related optimization blogs, for example:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/sgf/2018/01/24/solving-sudoku-puzzles-using-constraint-programming-in-sas-optimization/"&gt;Solving Sudoku puzzles using Constraint Programming in SAS Optimization&lt;/A&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/subconsciousmusings/2019/05/16/using-optimization-to-define-weights-and-parameters-for-customer-risk-rating-models/"&gt;Using optimization to define weights and parameters for customer risk rating models&lt;/A&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/operations/2017/10/09/the-traveling-salesman-traverses-the-plant-genome/"&gt;The Traveling Salesman Traverses the Plant Genome&lt;/A&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;A href=" https://communities.sas.com/t5/SAS-Communities-Library/Mathematical-Optimization-in-our-Daily-Lives/ta-p/504724" target="_blank" rel="noopener"&gt;Mathematical Optimization in our Daily Lives&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/What-is-the-shortest-tour-that-visits-only-once-the-48/ta-p/490231" target="_self"&gt;What is the shortest tour that visits only once the 48 contiguous US State Capitals?&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) Videos from the INFORMS Wagner Prize competition &lt;A href="https://www.informs.org/Resource-Center/Video-Library/Wagner-Competition-Videos"&gt;https://www.informs.org/Resource-Center/Video-Library/Wagner-Competition-Videos&lt;/A&gt; , for example:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://www.youtube.com/watch?v=9O_S3aClwyU"&gt;Calibrated Route Finder: Improving the Safety, Environmental Consciousness, and Cost Effectiveness of Truck Routing in Sweden (2016 Wagner Winner – video presentation)&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;SAS OR Center of Excellence’s finalist entry to the 2014 Wagner Prize “&lt;EM&gt;Statistical &amp;amp; Optimization Techniques for Laundry Portfolio Optimization at P&amp;amp;G (&lt;/EM&gt;&lt;U&gt;&lt;A href="https://www.youtube.com/watch?v=M6J8L-Y5iL8"&gt;https://www.youtube.com/watch?v=M6J8L-Y5iL8&lt;/A&gt;&lt;/U&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3) Videos from the INFORMS Edelman Prize competition &lt;A href="https://www.informs.org/Resource-Center/Video-Library/Edelman-Competition-Videos"&gt;https://www.informs.org/Resource-Center/Video-Library/Edelman-Competition-Videos&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;4) Global Forum Papers, for example:&lt;/P&gt;
&lt;P&gt;Using the OPTMODEL Procedure in SAS/OR® to Solve Complex Problems by Rob Pratt (Paper SAS1502-2015)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Want more tips? Be sure to subscribe to the&amp;nbsp;&lt;A href="http://communities.sas.com/askexpert"&gt;Ask the Expert board&lt;/A&gt;&amp;nbsp;to receive follow up Q/A, slides and recordings from other SAS Ask the Expert webinars. To subscribe, select Subscribe from the Options drop down button above the articles.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can view this and other&amp;nbsp;&lt;A href="http://support.sas.com/training/askexpert.html"&gt;Ask the Experts sessions on-demand here.&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 25 Jun 2019 18:44:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/SAS-Optimization-on-SAS-Viya-Getting-Started/ta-p/518459</guid>
      <dc:creator>PatriciaNeri</dc:creator>
      <dc:date>2019-06-25T18:44:12Z</dc:date>
    </item>
    <item>
      <title>SAS Visual Forecasting on SAS Viya: Getting Started</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/SAS-Visual-Forecasting-on-SAS-Viya-Getting-Started/ta-p/514905</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;&lt;P&gt;This webinar provides an introduction to SAS Visual Forecasting (SVF) on the SAS Viya platform.&amp;nbsp; It answers the question, "what is SAS Visual Forecasting?".&amp;nbsp; It introduces the viewer to the foundational concepts behind SVF.&amp;nbsp; It overviews the visual, programmatic, and open source interfaces to SVF.&amp;nbsp; And through presentation and demonstration, shows how a user can prepare the time series data, define variable roles, build and compare models/pipelines, and apply overrides through the integrated visual interface.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.sas.com/en_us/webinars/forecasting-on-viya/register.html "&gt;Watch the webinar&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SVF ScreenShot.GIF" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/25092i4C5C8813073D75EF/image-size/large?v=1.0&amp;amp;px=999" title="SVF ScreenShot.GIF" alt="SVF ScreenShot.GIF" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Recommended Resources&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/training/us/paths/for.html" target="_self"&gt;SAS Training:&amp;nbsp;&amp;nbsp;Advanced Analytics: Forecasting and Econometrics Courses&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.sas.com/en_us/trials/software/visual-forecasting/ep-form.html"&gt;Try the software: Free Trial&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/edu/schedules.html?id=4936&amp;amp;ctry=US#s1=1"&gt;SAS Viya Enablement: free eLearning course&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Want more tips? Be sure to subscribe to the&amp;nbsp;&lt;A href="http://communities.sas.com/askexpert"&gt;Ask the Expert board&lt;/A&gt;&amp;nbsp;to receive follow up Q/A, slides and recordings from other SAS Ask the Expert webinars. To subscribe, select Subscribe from the Options drop down button above the articles.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Live Webinar Q&amp;amp;A:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Q1: how does this compare with the capabilities of SAS Forecast Server&lt;BR /&gt;A1: it is very comparable in terms of automated forecasting capabilities – automatically developing and choosing models based upon selection criteria using ESM and ARIMA algorithms. It provides new ML based modeling algorithms. It provides integrated data prep and visualization that in FS had to be accomplished through multiple products/interfaces. It provides integrated model management if licensed through Model Manager. It provides easy access to code for tuning and creating new templates. But it doesn’t yet have all “bells and whistles” of FS like scenario analysis.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Q2: Do I have to use the visual interface, can I just write code&lt;BR /&gt;A2: Of course. That is a key feature of all Viya products. The interface, obviously, has advantages for some to speed the development process (by generating the code underneath) and to provide visual perspective to enhance insight and understanding, but it is just a code generator calling underlying procedures like TSMODEL which you can call directly through code in SAS Studio. You can also see that you can easily access the code that the interface generates and modify and save it – like in the example of the intermittent denad model.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Q3: Can I use these models/algorithms from Python?&lt;BR /&gt;A3: Yes. Viya provides APIs that enable you to call these capabilities in SAS VF. The Python programmer can code in Python, include packages to enable him/her to call CAS actions which underlie the SAS VF functionality to prepare data, and run VF algorthims returning the results to Python for further processing. Same is true with R, Java, other.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 02 Apr 2019 15:21:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/SAS-Visual-Forecasting-on-SAS-Viya-Getting-Started/ta-p/514905</guid>
      <dc:creator>TWinand</dc:creator>
      <dc:date>2019-04-02T15:21:17Z</dc:date>
    </item>
    <item>
      <title>The New Languages of SAS 9.4 and SAS Viya: A SAS Programmer's Primer</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/The-New-Languages-of-SAS-9-4-and-SAS-Viya-A-SAS-Programmer-s/ta-p/513535</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Did you miss the Ask the Expert session on The New Languages of SAS 9.4 and SAS Viya: A SAS Programmer's Primer? Not to worry, you can catch it on-demand at your leisure.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Nov 2018 14:41:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/The-New-Languages-of-SAS-9-4-and-SAS-Viya-A-SAS-Programmer-s/ta-p/513535</guid>
      <dc:creator>AmyP_sas</dc:creator>
      <dc:date>2018-11-20T14:41:18Z</dc:date>
    </item>
    <item>
      <title>SAS Grid Manager and SAS Viya: A Perfect Pair</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/SAS-Grid-Manager-and-SAS-Viya-A-Perfect-Pair/ta-p/511175</link>
      <description>&lt;P&gt;This article shows the implications of SAS Grid Manager and SAS Viya complementing each other to provide a highly available and scalable environment. What does this mean for you and your organization?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You'll learn about:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Workload management, the lifeblood of SAS Grid Manager.&lt;/LI&gt;
&lt;LI&gt;The many ways SAS Grid Manager and SAS Viya complement each other.&lt;/LI&gt;
&lt;LI&gt;SAS Grid Manager and SAS Viya use cases.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 20 Nov 2018 16:26:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/SAS-Grid-Manager-and-SAS-Viya-A-Perfect-Pair/ta-p/511175</guid>
      <dc:creator>ambuff</dc:creator>
      <dc:date>2018-11-20T16:26:01Z</dc:date>
    </item>
    <item>
      <title>SAS Enterprise Guide: Scheduling Projects</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/SAS-Enterprise-Guide-Scheduling-Projects/ta-p/506514</link>
      <description>&lt;P&gt;This webinar walked the SAS Enterprise Guide user through scheduling SAS Enterprise Guide projects using Windows Task Scheduler. During the session discussion included the prerequisites for scheduling, caching metadata credentials, and step-by-step troubleshooting.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Oct 2018 14:06:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/SAS-Enterprise-Guide-Scheduling-Projects/ta-p/506514</guid>
      <dc:creator>fifthand57th</dc:creator>
      <dc:date>2018-10-26T14:06:21Z</dc:date>
    </item>
    <item>
      <title>SAS Enterprise Guide: Tips, Tricks and Considerations for Programmers</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/SAS-Enterprise-Guide-Tips-Tricks-and-Considerations-for/ta-p/505816</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;&lt;P&gt;&lt;EM&gt;This webinar provided the SAS programmer, either new or experienced, with useful tips and tricks for programming effectively in SAS Enterprise Guide.&amp;nbsp; The webinar especially focuses on the experienced SAS programmer who is migrating from Display Manager (aka "PC SAS") to Enterprise Guide&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Did you miss the live Ask the Expert session on SAS Enterprise Guide: Tips, Tricks, and Considerations for Programmers? Not to worry, you can catch it on-demand at your leisure.&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.sas.com/en_us/webinars/enterprise-guide-tips-tricks-considerations/register.html " target="_blank" rel="nofollow noopener noreferrer noopener noreferrer"&gt;&lt;SPAN class="cta-button-article"&gt;Watch the webinar&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Topics in this webinar include:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Overview Considerations – Gains &amp;amp; Losses&lt;/LI&gt;
&lt;LI&gt;A Different Paradigm – Projects, Process Flows &amp;amp; Programs&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;The Basics
&lt;UL&gt;
&lt;LI&gt;Error Handling&lt;/LI&gt;
&lt;LI&gt;SAS Libraries&lt;/LI&gt;
&lt;LI&gt;Auto Complete &amp;amp; Syntax Help&lt;/LI&gt;
&lt;LI&gt;Enhanced Editor Options&lt;/LI&gt;
&lt;LI&gt;Window Navigation&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;SAS Logging
&lt;UL&gt;
&lt;LI&gt;The Project Log&lt;/LI&gt;
&lt;LI&gt;Changing Default Behaviors&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Taking Advantage of a Paradigm Shift (part 1)
&lt;UL&gt;
&lt;LI&gt;Parsing Up the Mega-Program&lt;/LI&gt;
&lt;LI&gt;Creating An Ordered List&lt;/LI&gt;
&lt;LI&gt;Linking&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Taking Advantage of a Paradigm Shift (part 2)
&lt;UL&gt;
&lt;LI&gt;Using a Task to Write Code&lt;/LI&gt;
&lt;LI&gt;Using Code to Expand a Task&lt;/LI&gt;
&lt;LI&gt;Using Tasks to Inspect Your Data&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Other Tips &amp;amp; Tricks
&lt;UL&gt;
&lt;LI&gt;Exporting, Scheduling, &amp;amp; Sharing&lt;/LI&gt;
&lt;LI&gt;Formatting Code&lt;/LI&gt;
&lt;LI&gt;Using the Data Step Debugger &amp;amp; Other Development Tools&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Common User Feedback&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.GIF" style="width: 725px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/24169iAA0CAB3482D692E2/image-dimensions/725x343?v=1.0" width="725" height="343" title="Capture.GIF" alt="Capture.GIF" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There were no questions during the live webinar, but the attached PDF has several user questions with responses.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Recommended Resources&lt;BR /&gt;&lt;/STRONG&gt;Course:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="SAS Enterprise Guide for Experienced Programmers" href="https://support.sas.com/edu/schedules.html?id=2277&amp;amp;ctry=US" target="_self"&gt;SAS&amp;nbsp;Enterprise Guide for Experienced Programmers&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Want more tips? Be sure to subscribe to the&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://communities.sas.com/askexpert" target="_blank"&gt;Ask the Expert board&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;to receive follow up Q/A, slides and recordings from other SAS Ask the Expert webinars. To subscribe, select Subscribe from the Options drop down button above the articles.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 19 Oct 2018 02:41:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/SAS-Enterprise-Guide-Tips-Tricks-and-Considerations-for/ta-p/505816</guid>
      <dc:creator>TWinand</dc:creator>
      <dc:date>2018-10-19T02:41:30Z</dc:date>
    </item>
    <item>
      <title>SAS ACCESS: Universal SAS Methods to Access Just About Any Data, Anywhere</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/SAS-ACCESS-Universal-SAS-Methods-to-Access-Just-About-Any-Data/ta-p/496673</link>
      <description>&lt;P&gt;I often speak about SAS ACCESS to customers. One particular presentation, called&amp;nbsp;&lt;STRONG&gt;SAS ACCESS: Universal SAS Methods to Access Just About Any Data, Anywhere,&amp;nbsp;&lt;/STRONG&gt;covered&amp;nbsp;&lt;SPAN&gt;two universal SAS&amp;nbsp;programming methods for reading and writing to/from many types of database tables: SQL pass-through and the SAS ACCESS LIBNAME method. To emphasize the commonality of this across database systems, I&amp;nbsp;demonstrated these methods for several diverse data source and focused on the consistency of the SAS syntax that makes it easy for SAS users to apply these methods to any required database. General performance considerations and efficiency techniques&amp;nbsp;were discussed.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="SAS Access.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/23356i5D0BA15EA34464ED/image-size/large?v=1.0&amp;amp;px=999" title="SAS Access.PNG" alt="SAS Access.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Below I am including the Q&amp;amp;A for the presentation. Following the Q&amp;amp;A you will find attached slides and demonstration code that you can download as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Question:&lt;/STRONG&gt;&amp;nbsp;What is the maximum number of lines that the database can return to SAS?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Answer:&lt;/STRONG&gt;&amp;nbsp;That will be determined by your hardware and operating system.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Q:&lt;/STRONG&gt;&amp;nbsp;I run SAS in a UNIX environment and want to read an .xlsx file from my local PC (example c:\temp). I wrote the libname statement but get an error saying I need to include the SERVER= option?&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;A:&lt;/STRONG&gt;&amp;nbsp;Because SAS resides on UNIX and the Excel workbook resides on Windows, you must use the SAS PC Files Server to connect. You must also use the SERVER= option to specify the name of the Windows machine where the .xlsx file is stored. You can use the IP address or the machine name.:&lt;/P&gt;
&lt;P&gt;libname unxls pcfiles path="c:\temp\lwacc\mixed.xlsx"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; server="L7621.na.sas.com"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; port=9621;&lt;/P&gt;
&lt;P&gt;* The default port is 9621, so the PORT= option is necessary only when you use a different port number.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Q:&amp;nbsp;&lt;/STRONG&gt;Can you run and return an Oracle Explain plan using execute ( )?&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;A:&lt;/STRONG&gt;&amp;nbsp; Yes, you can use the SQL Pass-Through Facility and the EXECUTE statement to use native Oracle non-SELECT SQL statements such as the EXPLAIN PLAN statement:&lt;/P&gt;
&lt;P&gt;proc sql;&lt;BR /&gt;&amp;nbsp; connect to oracle (path=localhost user=student pw=Metadata0);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; execute (explain plan for &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; select last_name from employees)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; by oracle;&lt;BR /&gt;&amp;nbsp; disconnect from oracle;&lt;BR /&gt;quit;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Q:&lt;/STRONG&gt;&amp;nbsp;Can you use SAS Access to connect to data in Amazon S3?&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;A: &lt;/STRONG&gt;Amazon S3 is a service for storing and retrieving data. You can use SAS Access to Amazon Red Shift to query S3 data. Amazon Red Shift provides the application layer, including an SQL language that SAS can communicate with to access the S3 data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Q:&lt;/STRONG&gt; How can I tell what SAS Access licenses I have?&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;A:&lt;/STRONG&gt; You can execute a PROC SETINIT with the NOALIAS option to find out what is licensed. To determine which of the available licensed SAS components you have installed you should also run PROC PRODUCT_STATUS. The results will show in the SAS log.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Q:&lt;/STRONG&gt; Is SQL Pass-through or the LIBNAME method most efficient for moving data from the database to SAS?&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;A:&lt;/STRONG&gt; Both methods use the same connection and communication protocol. So for moving the equivalent amount of data both are equal in performance. It may take the LIBNAME a little longer initially to determine how to generate the native SQL code but this amount of time becomes negligible when compared to the time it takes to move a significant amount of data from the database back to SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Q:&lt;/STRONG&gt; Is there a way to avoid using database passwords in the code? This is a security risk we need to avoid.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;A:&lt;/STRONG&gt; There are various ways to do this, depending on your setup. This can involve storing the library connection information in the SAS metadata repository. This connection information is available to the SAS server in a secure way without it being visible to the SAS user. Another way to set this is up can be to design the application to prompt the user to type the userid and/or password in a prompt window. This works for interactive applications only. Other methods can also be employed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Q:&lt;/STRONG&gt; When I query Hive tables from Hadoop and create SAS datasets the datasets the file size is really large even for small amounts of data and the character variables are larger than they need to be. Is this preventable?&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;A:&lt;/STRONG&gt; This is a know issue when returning STRING variables from Hive back to SAS. The STRING data type in Hive has no length information and SAS defaults to creating character variables with a length of 32767 bytes in the resulting SAS Dataset. There are several ways to prevent this. Either by converting the Hive variables to a CHAR or a VARCHAR type, or by using SAS functions to reduce the length of the CHARACTER variable. I can add links to the Q and A log that I post for this talk sometime early next week.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Q: &lt;/STRONG&gt;What data types does SAS support with SAS/ACCESS?&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;A:&lt;/STRONG&gt; SAS generally supports all the basic data types, and not the more complex ones. This is documented for each database in the SAS Access documentation and varies somewhat by database. But everything is converted by the ACCESS engine to the only two data types SAS supports (character and numeric). Database dates are converted to the numeric SAS date value and automatically assigned a default date format. Complex data types are not supported for the most part, but in some case may simply be converted to character values and treated as a literal character string.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Q: &lt;/STRONG&gt;If you copy an indexed SAS dataset to a database, is there a way to re-create the index in the database table?&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;A:&lt;/STRONG&gt; It does not happen automatically as part of the copy process has been my general experience and as far as I know this is generally true. What you can do though, is add some SQL pass-through to submit database code to add an index to the tables after you create them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Q: &lt;/STRONG&gt;How do I name columns from an excel spreadsheet in my SAS code. I've had trouble working with columns that have spaces in their name.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;A:&lt;/STRONG&gt; For the LIBNAME access method this depends depends on the system option called&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;validvarname&lt;/STRONG&gt;. If using value of&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;V7&lt;/STRONG&gt;, the access engine will put underscore characters in place of invalid characters such as spaces, so 'My Var' becomes My_Var. If&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;validvarname&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is set to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;ANY&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;then the oroginal name with spaces and other invalid characters are retained and instead you need to quote the varialbe name, as it is, and add the letter&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;n&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;after the quoted name (so 'My Var'n).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Q: &lt;/STRONG&gt;What is the quickest best way to do a lookup for data from a small SAS dataset. I need to find the matching rows in a large database table and return some values for those rows in the database.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;A:&lt;/STRONG&gt; There are several ways to approach this. One is to simply copy the small dataset into the database if you have write access to the database, and perform an inner join in the database. Then you can return the result back to SAS. There is also an option you can add on the SAS ACCESS LIBNAME statement (&lt;STRONG&gt;multi_data_src=inclause&lt;/STRONG&gt;). If you then do an inner join of the sas dataset with a database table that option causes SAS to first find the unique values for the key value in the SAS dataset and then generate a query to ONLY bring back the matching rows from the database (see documentation&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/acreldb/69580/HTML/default/viewer.htm#n08fst8xffsxx6n191ais907yw9e.htm" target="_blank" rel="nofollow noopener noreferrer"&gt;here&lt;/A&gt;). Even better, if the database is indexed for the key value for the lookup, then you can use a LIBNAME or dataset option in the join (&lt;STRONG&gt;dbindex=yes&lt;/STRONG&gt;) which instructs the Access engine to use the index to retrieve each needed row from the database. Click&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/acreldb/69580/HTML/default/viewer.htm#p0onchx2pl6krxn1txhuourliake.htm" target="_blank" rel="nofollow noopener noreferrer"&gt;here&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;for documentation on dbindex.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Q:&lt;/STRONG&gt; Which SAS procedures are converted into native database SQL when you use the SAS ACCESS LIBNAME method?&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;A:&lt;/STRONG&gt; The table below lists the BASE SAS and SAS/STAT procedures that convert part of the processing (sorting/computing summary statistics) in database before returning results to SAS. The SAS/STAT&amp;nbsp; procedures only execute in-database with Teradata.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="lia-page"&gt;&lt;CENTER&gt;
&lt;DIV class="MinimumWidthContainer"&gt;
&lt;DIV class="min-width-wrapper"&gt;
&lt;DIV class="min-width"&gt;
&lt;DIV class="lia-content"&gt;
&lt;DIV class="lia-quilt lia-quilt-tkb-article-page-comm-library lia-quilt-layout-two-column-main-side lia-top-quilt lia-quilt-tkb-article-page-v2"&gt;
&lt;DIV class="lia-quilt-row lia-quilt-row-header"&gt;
&lt;DIV class="lia-quilt-row lia-quilt-row-main"&gt;
&lt;DIV class="lia-quilt-column lia-quilt-column-18 lia-quilt-column-left lia-quilt-column-main-content"&gt;
&lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-left"&gt;
&lt;DIV id="messageview" class="lia-message-view message-uid-467827 lia-component-article" data-lia-message-uid="467827"&gt;
&lt;DIV&gt;
&lt;DIV class="lia-js-resize-images lia-component-tkb-widget-tkb-message-view"&gt;
&lt;DIV data-message-id="467827"&gt;
&lt;DIV class="lia-panel-message-root lia-message-tkb lia-panel-message lia-js-data-messageUid-467827"&gt;
&lt;DIV class="lia-panel-message-content"&gt;
&lt;DIV class="lia-decoration-border"&gt;
&lt;DIV class="lia-decoration-border-content"&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;DIV class="lia-quilt lia-quilt-tkb-message lia-quilt-layout-tkb-message-v2"&gt;
&lt;DIV class="lia-quilt-row"&gt;
&lt;DIV class="lia-quilt-column lia-quilt-column-24 lia-quilt-column-single lia-quilt-column-main"&gt;
&lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-single"&gt;
&lt;DIV class="lia-message-body lia-component-body"&gt;
&lt;DIV class="lia-message-body-content"&gt;
&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="264"&gt;
&lt;P&gt;&lt;STRONG&gt;Base&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="168"&gt;
&lt;P&gt;&lt;STRONG&gt;SAS/STAT&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="264"&gt;
&lt;P&gt;FREQ&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="168"&gt;
&lt;P&gt;CORR&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="264"&gt;
&lt;P&gt;MEANS&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="168"&gt;
&lt;P&gt;CANCORR&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="264"&gt;
&lt;P&gt;RANK&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="168"&gt;
&lt;P&gt;DMDB&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="264"&gt;
&lt;P&gt;REPORT&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="168"&gt;
&lt;P&gt;DMINE&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="264"&gt;
&lt;P&gt;SORT&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="168"&gt;
&lt;P&gt;DMREG&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="264"&gt;
&lt;P&gt;SUMMARY&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="168"&gt;
&lt;P&gt;FACTOR&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="264"&gt;
&lt;P&gt;TABULATE&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="168"&gt;
&lt;P&gt;PRINCOMP&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="264"&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="168"&gt;
&lt;P&gt;REG&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="264"&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="168"&gt;
&lt;P&gt;SCORE&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="264"&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="168"&gt;
&lt;P&gt;TIMESERIES&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="264"&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="168"&gt;
&lt;P&gt;VARCLUS&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/CENTER&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 30 Jun 2020 17:39:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/SAS-ACCESS-Universal-SAS-Methods-to-Access-Just-About-Any-Data/ta-p/496673</guid>
      <dc:creator>DavidGhan</dc:creator>
      <dc:date>2020-06-30T17:39:39Z</dc:date>
    </item>
    <item>
      <title>Data Preparation Best Practice Approaches for Deriving Better Insights from Analytics</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/Data-Preparation-Best-Practice-Approaches-for-Deriving-Better/ta-p/487031</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Did you miss the Ask the Expert session on "Data Preparation Best Practice Approaches for Deriving Better Insights from Analytics?"&amp;nbsp; Not to worry, you can catch it on-demand at your leisure.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Oct 2018 15:52:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/Data-Preparation-Best-Practice-Approaches-for-Deriving-Better/ta-p/487031</guid>
      <dc:creator>JohnStultz</dc:creator>
      <dc:date>2018-10-23T15:52:50Z</dc:date>
    </item>
    <item>
      <title>The What, When and Why of SAS/ACCESS</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/The-What-When-and-Why-of-SAS-ACCESS/ta-p/437357</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 17:26:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/The-What-When-and-Why-of-SAS-ACCESS/ta-p/437357</guid>
      <dc:creator>JeffSimpsonSAS</dc:creator>
      <dc:date>2020-06-30T17:26:25Z</dc:date>
    </item>
    <item>
      <title>Sorting Through the Features of Proc Sort</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/Sorting-Through-the-Features-of-Proc-Sort/ta-p/447263</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;&lt;P&gt;Did you miss the Ask the Expert session on Sorting Through the Features in Proc Sort? &amp;nbsp;Not to worry, you can catch it &lt;A title="Recording - Sorting Through the Options of Proc Sort" href="https://www.sas.com/en_us/webinars/proc-sort/register.html" target="_blank"&gt;On-Demand&lt;/A&gt;&amp;nbsp;at your leisure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A title="Recording - Sorting Through The Options of Proc Sort" href="https://www.sas.com/en_us/webinars/proc-sort/register.html" target="_blank" rel="nofollow noopener noreferrer"&gt;&lt;SPAN class="cta-button-article"&gt;Watch the webinar&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Remember Proc sort data=&amp;lt; Library.Dataset&amp;gt;;&lt;BR /&gt;By var;&lt;BR /&gt;Run; ??&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Well, the PROC SORT of today tackles data challenges like never before. It goes past EBCDIC and ASCII to include additional international languages beyond English.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Imagine having the ability to sort allowing for case insensitivity of names such as McGowan or the ability to sort addresses by the address number and the address name with the same field or eliminating records with unique keys vs. duplicates.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this session we will explore some of the exciting PROC SORT tools and goodies.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We look at:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Proc Sort Basics&lt;/LI&gt;
&lt;LI&gt;Modern Day Sort Functionality&lt;/LI&gt;
&lt;LI&gt;Linguistic Collating options&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="TUTS-Sorting-Photos-preview.jpg" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/19349i0FE26DB72CB611C9/image-size/medium?v=1.0&amp;amp;px=400" title="TUTS-Sorting-Photos-preview.jpg" alt="TUTS-Sorting-Photos-preview.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have added the Q&amp;amp;A from the session below and attached you will find the slides:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Q. If I use a WHERE with PROC SORT, do I have to use OUT=&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A: The danger of NOT using an OUT= is that you could overwrite the original data. For example, if you used a “WHERE age ge 14” when sorting SASHELP.CLASS with an OUT=, then you would be creating a subset of ages 14, 15 and 16. But, if you did NOT have an OUT= and you had write access to the data file, then you would essentially be overwriting the original data with that subset. We’ll post an example of the code (using a WORK dataset) in the Q&amp;amp;A log.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Sort log.jpg" style="width: 470px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/19348iBA88A9E566D3E41F/image-size/large?v=1.0&amp;amp;px=999" title="Sort log.jpg" alt="Sort log.jpg" /&gt;&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Q: I am told that I need to use something called SYNCSORT. Is that a SAS Product? How do I use it:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;A: No, SYNCSORT is a “host” sort routine and is frequently used on IBM mainframe computers. There are three SAS system options that work together to let you use a host sort. Remember, the SYNCSORT product itself needs to be installed, and then SAS needs to be told how to find and use it. The values for these options are operating system specific.&lt;/P&gt;
&lt;P&gt;We’ll put an example of the code in the Q&amp;amp;A log.&lt;/P&gt;
&lt;P&gt;Option Description&lt;/P&gt;
&lt;P&gt;SORTPGM= Specifies whether SAS sorts using the SAS sort utility or the host sort utility.&lt;/P&gt;
&lt;P&gt;SORTCUTP= Specifies the number of bytes up to which SAS sorts. If the number of bytes in the data set is greater than the specified number, the host sort program sorts the entire data set.&lt;/P&gt;
&lt;P&gt;SORTNAME= Specifies the name of the host sort utility.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here’s an example:&lt;/P&gt;
&lt;P&gt;options sortpgm=host&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sortcutp=1M&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sortname=syncsort;&lt;/P&gt;
&lt;P&gt;proc sort data=detail;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; by ID;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Consult the Operating System Companion for your platform to see the specifics on using host sorts in your environment.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Q: Can I create an index on my dataset using PROC SORT? What happens if I try to sort an indexed data set?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;A: Yes, you can. PROC SORT allows you to use the INDEX= option for the OUT= dataset. We’ll put an example in the Q&amp;amp;A log:&lt;/P&gt;
&lt;P&gt;proc sort data=old&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; out=new(index=id);&lt;/P&gt;
&lt;P&gt;&amp;nbsp; by id;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Want more tips? Be sure to subscribe to the &lt;A href="http://communities.sas.com/askexpert"&gt;Ask the Expert board&lt;/A&gt; to receive follow up Q/A, slides and recordings from other SAS Ask the Expert webinars.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 06 Jul 2018 16:29:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/Sorting-Through-the-Features-of-Proc-Sort/ta-p/447263</guid>
      <dc:creator>JeffSimpsonSAS</dc:creator>
      <dc:date>2018-07-06T16:29:24Z</dc:date>
    </item>
    <item>
      <title>Leveraging SAS® Viya® to Improve Base SAS® Processes</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/Leveraging-SAS-Viya-to-Improve-Base-SAS-Processes/ta-p/474181</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Did you miss the Ask the Expert session Leveraging SAS&lt;/SPAN&gt;&lt;SUP&gt;®&lt;/SUP&gt;&lt;SPAN&gt;&amp;nbsp;Viya&lt;/SPAN&gt;&lt;SUP&gt;®&lt;/SUP&gt;&lt;SPAN&gt;&amp;nbsp;to Improve Base SAS&lt;/SPAN&gt;&lt;SUP&gt;®&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SUP&gt;&lt;SPAN&gt;Processes? Not to worry, you can catch it&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.sas.com/en_us/webinars/leveraging-sas-viya/register.html"&gt;on-demand&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;at your leisure. I’ve attached the slides as well.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jun 2018 18:09:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/Leveraging-SAS-Viya-to-Improve-Base-SAS-Processes/ta-p/474181</guid>
      <dc:creator>SteveSober</dc:creator>
      <dc:date>2018-06-28T18:09:58Z</dc:date>
    </item>
    <item>
      <title>PROC REPORT Next Steps</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/PROC-REPORT-Next-Steps/ta-p/469284</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;&lt;P&gt;Did you miss the Ask the Expert session on Next Steps with PROC REPORT? Not to worry, you can watch it &lt;A href="https://www.sas.com/en_us/webinars/proc-report-next-steps/register.html"&gt;on-demand&lt;/A&gt;&amp;nbsp;whenever you want.&amp;nbsp; The slides and demo code are attached as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.sas.com/en_us/webinars/proc-report-next-steps/register.html" target="_blank" rel="nofollow noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer"&gt;&lt;SPAN class="cta-button-article"&gt;Watch the webinar&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The session covers using aliases and temporary variables in PROC REPORT.&amp;nbsp; It&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Defines aliases.&lt;/LI&gt;
&lt;LI&gt;Defines temporary variables.&lt;/LI&gt;
&lt;LI&gt;Examples demonstrate how to use aliases to show multiple statistics, change summary values, and apply multiple formats to the same raw value.&lt;/LI&gt;
&lt;LI&gt;Examples demonstrate how to use temporary variables to fill in group and order values, apply IF/THEN logic based on group values, and how to calculate percentages within nested groups.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PROC Report Next Steps image.jpg" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/21489i1519FC17C8F1C70C/image-size/large?v=1.0&amp;amp;px=999" title="PROC Report Next Steps image.jpg" alt="PROC Report Next Steps image.jpg" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are some highlighted questions from the Q&amp;amp;A segment held at the end of the session for ease of reference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;I have an across variable and tried to create a percent column under each value but I got all missing values.&amp;nbsp; Why?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;With an across variable you must refer to columns in the form _cn_.&amp;nbsp; I suspect you got all missing because you had the computed variable name in the compute block but you need to use _cn_ to reference those columns.&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Refer to this sample to see how to calculate variables under an across.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/kb/43091"&gt;Sample 43091: Calculate percentages under an ACROSS variable using PROC REPORT&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;When I am debugging my code, is there a way to see the values of the temporary variables?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Yes, you can output the temporary variables in a LINE statement.&amp;nbsp; The syntax is&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; compute before region;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; denomreg = sales.sum;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; line denomreg 8.;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endcomp;&lt;/P&gt;
&lt;P&gt;While debugging your code you can also add a dummy computed column to the end of your COLUMN statement.&amp;nbsp; Then assign the computed column to the temporary variable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;In the example that showed the overall sum and mean, is there a way to use a different format for one of those rows?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Yes, you can apply a different format to a summary row by adding a CALL DEFINE statement to the compute block that controls the summary row you want to change.&amp;nbsp; If you want to change the row generated by the RBREAK statement then the CALL DEFINE statement should be added to the compute after block.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;How do I sort the table by the overall sum or one of the statistics that I am not showing in the table?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;A PROC REPORT cannot be sorted by an analysis variable.&amp;nbsp; You need to summarize the data in one step and create a data set with the results. With PROC REPORT, create the final report that would allow you to define the summarized value as group or order variable.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;When I use PROC TABULATE, I use ALL to create totals and grand totals.&amp;nbsp; PROC REPORT does not respect that, why not?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Every procedure is different.&amp;nbsp; PROC TABULATE as the keyword ALL.&amp;nbsp; PROC REPORT does not have that keyword.&amp;nbsp; You can get the totals and grand totals with PROC REPORT.&amp;nbsp; Using an analysis variable multiple times will let you get row totals, that is like using ALL in the column dimension in TABULATE.&amp;nbsp; The RBREAK statement will create a summary row containing the column totals.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;I know I can test _BREAK_ because it is an automatic variable.&amp;nbsp; Can I use it in a COLUMN statement?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;To use in the COLUMN statement it would need to be in your input data set or creating one (like you would a compute variable).&amp;nbsp; However, I don’t recommend creating a variable called _break_.&amp;nbsp; You could create a computed column and set the value of the computed column to _break_ so you can see what the value is on a given row.&lt;/P&gt;
&lt;P&gt;This paper is a very good reference for learning about breaking in PROC REPORT.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/resources/papers/proceedings17/SAS0431-2017.pdf"&gt;Go Ahead and _BREAK_-down: Advanced COMPUTE Block Examples&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;How is the length of a temporary character variable set?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;All the defaults are used. But PROC REPORT generally assumes that temporary variables are numeric. The best way to assure that you get the right type and length is to use a LENGTH statement in your COMPUTE block.­&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Are you required to define all Column statement variables?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;No, you're not required to DEFINE each variable. But if you do NOT use a DEFINE statement, then you take all the defaults for usage, format, label, etc. If you're OK with that, then don't use a DEFINE.­&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What is the difference in creating alias in Proc Report vs creating variables in pre-processing data step?&lt;/STRONG&gt;&lt;BR /&gt;In general, it is user preference to pre-process the data and create a copy of a variable versus using an alias in PROC REPORT. Some programmers do not want to add more variables to the data set so that like that they can create a copy inside of the procedure. &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;In your Proc Format to highlight the background of a cell, what would be the color if the value is 50000? Shouldn't the other range be 50001-1000000 so it does not overlap with the 1-50000?&lt;BR /&gt;&lt;/STRONG&gt;The cell would be blue if the value was exactly 50,000. You are correct, the values in the PROC FORMAT step should not have overlapped.&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Do temporary variables have to be numeric?&lt;/STRONG&gt;&lt;BR /&gt;No, temporary variables can be either numeric or character.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Could you do this with a "Display" instead of "Group" when defining region? If so what is the benefit of one versus the other?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Group combines like variable values and will sum (or whatever statistic you are using) any analysis variables that are specified. Display is just that - it is like PROC PRINT and does not grouping or summation.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Want more tips? Be sure to subscribe to the&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://communities.sas.com/askexpert" target="_blank" rel="noopener"&gt;Ask the Expert board&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;to receive follow up Q/A, slides and recordings from other SAS Ask the Expert webinars.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 04 Jun 2019 15:29:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/PROC-REPORT-Next-Steps/ta-p/469284</guid>
      <dc:creator>JaneEslinger</dc:creator>
      <dc:date>2019-06-04T15:29:27Z</dc:date>
    </item>
    <item>
      <title>SAS Enterprise Miner: Tips and Tricks - Ask the Expert Q&amp;A</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/SAS-Enterprise-Miner-Tips-and-Tricks-Ask-the-Expert-Q-amp-A/ta-p/459054</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Did you miss the Ask the Expert session on SAS Enterprise Miner: Tips and Tricks?&amp;nbsp; Not to worry, you can catch it&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.sas.com/en_us/webinars/enterprise-miner-tips-and-tricks/register.html"&gt;on-demand&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;at your leisure.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Dec 2018 18:06:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/SAS-Enterprise-Miner-Tips-and-Tricks-Ask-the-Expert-Q-amp-A/ta-p/459054</guid>
      <dc:creator>MelodieRush</dc:creator>
      <dc:date>2018-12-03T18:06:00Z</dc:date>
    </item>
    <item>
      <title>SAS Modeling Best Practices - Ask the Expert Q&amp;A</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/SAS-Modeling-Best-Practices-Ask-the-Expert-Q-amp-A/ta-p/456578</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Did you miss the Ask the Expert session on SAS Modeling Best Practices?&amp;nbsp; Not to worry, you can catch it&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.sas.com/en_us/webinars/modeling-best-practices/register.html"&gt;on-demand&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;at your leisure.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Feb 2019 16:51:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/SAS-Modeling-Best-Practices-Ask-the-Expert-Q-amp-A/ta-p/456578</guid>
      <dc:creator>MelodieRush</dc:creator>
      <dc:date>2019-02-12T16:51:17Z</dc:date>
    </item>
    <item>
      <title>A Venture into SAS Data Management</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/A-Venture-into-SAS-Data-Management/ta-p/455631</link>
      <description>&lt;P&gt;&lt;SPAN&gt;This session describes and illustrates&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;SAS Data Management's key characteristics, value and features. It demonstrates profiling, standardizing, cleansing, de-duplicating, integrating and enhancing data via SAS Data Management Studio and SAS Data Integration Studio.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jun 2018 19:44:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/A-Venture-into-SAS-Data-Management/ta-p/455631</guid>
      <dc:creator>megak8</dc:creator>
      <dc:date>2018-06-28T19:44:20Z</dc:date>
    </item>
    <item>
      <title>Gaining Comfort with SAS Grid Computing for Analysts and Data Scientists</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/Gaining-Comfort-with-SAS-Grid-Computing-for-Analysts-and-Data/ta-p/443460</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Gaining Comfort with SAS Grid Computing for Analysts and Data Scientists video, slides, examples plus questions and answers are now available.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2019 16:52:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/Gaining-Comfort-with-SAS-Grid-Computing-for-Analysts-and-Data/ta-p/443460</guid>
      <dc:creator>megak8</dc:creator>
      <dc:date>2019-06-04T16:52:39Z</dc:date>
    </item>
    <item>
      <title>SAS® Visual Statistics on SAS Viya:  Getting Started Q&amp;A</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/SAS-Visual-Statistics-on-SAS-Viya-Getting-Started-Q-amp-A/ta-p/441321</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Did you miss the Ask the Expert session on SAS® Visual Statistics 8.2 on SAS Viya: Getting Started?&amp;nbsp; Not to worry, you can catch it&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.sas.com/en_us/webinars/sas-vs-on-viya-getting-started/register.html"&gt;on-demand&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;at your leisure.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2019 21:16:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/SAS-Visual-Statistics-on-SAS-Viya-Getting-Started-Q-amp-A/ta-p/441321</guid>
      <dc:creator>MelodieRush</dc:creator>
      <dc:date>2019-09-25T21:16:27Z</dc:date>
    </item>
    <item>
      <title>Introduction to Custom Processing for SAS Marketing Automation</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/Introduction-to-Custom-Processing-for-SAS-Marketing-Automation/ta-p/425819</link>
      <description>&lt;P&gt;Keen to learn about custom processing for SAS Marketing Automation, but you missed the recent Ask the Expert session? Rest easy, you can view it on-demand whenever you like.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2018 16:45:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/Introduction-to-Custom-Processing-for-SAS-Marketing-Automation/ta-p/425819</guid>
      <dc:creator>LiseC</dc:creator>
      <dc:date>2018-01-08T16:45:15Z</dc:date>
    </item>
    <item>
      <title>Understanding SAS Hot Fixes</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/Understanding-SAS-Hot-Fixes/ta-p/418217</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;&lt;P&gt;&lt;STRONG&gt;Understanding SAS Hot Fixes – Ask the Expert Q&amp;amp;A&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you miss the Ask the Expert session on Understanding SAS Hot Fixes? Not to worry, you can catch it &lt;A href="https://www.sas.com/en_us/webinars/understanding-hot-fixes/register.html"&gt;on-demand&lt;/A&gt; at your leisure. I’ve attached the slides as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hfdepot.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/17229i89A1DC5BE7551D02/image-size/medium?v=1.0&amp;amp;px=400" title="hfdepot.png" alt="hfdepot.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This session introduces the concept of SAS® hot fixes, why they are necessary, and how they are installed and configured. Specifics of this session include working with:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;SAS hot fix analysis.&lt;/LI&gt;
&lt;LI&gt;Download and deployment tools.&lt;/LI&gt;
&lt;LI&gt;SAS Deployment Wizard to install SAS hot fixes.&lt;/LI&gt;
&lt;LI&gt;Building the SAS deployment registry.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;A href="https://www.sas.com/en_us/webinars/understanding-hot-fixes/register.html" target="_blank" rel="nofollow noopener noreferrer noopener noreferrer noopener noreferrer"&gt;&lt;SPAN class="cta-button-article"&gt;Watch the webinar&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here’s a transcript of the Q&amp;amp;A segment held at the end of the session for ease of reference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Question&lt;/STRONG&gt;: ­Some hotfixes need configuration update and some will need configuration update, how do we determine which hotfix will need a configuration update and which will not? Also, what are the common configuration files that will be updated when applying hotfixes? ­&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Answer&lt;/STRONG&gt;: ­n the SAS Note, hot fix tab, when you download the hot fix, there's also the documentation html link.&amp;nbsp; That tells you of any Post-Installation instructions like re-building and re-deploying the web apps.&amp;nbsp; ­&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Q&lt;/STRONG&gt;: ­Does the hotfixes update custom configuration? ­&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;A&lt;/STRONG&gt;: No, however, the customizations that can be done to an environment usually don't have an effect on the products itself.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Q&lt;/STRONG&gt;: In our SAS 9.4M3 environment, we have HTTPS (CA signed certificates, key store files, etc.), Single sign on and FIPS configured on our platforms. We are always worried losing custom configurations with our hotfix implementations or with upgrades. We are on 9.4 M3­&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;A&lt;/STRONG&gt;: ­If a hot fix does not affect encryption or authentication, customizations will not be touched. It is important to read the documentation and/or SAS Notes carefully as they usually point out what will actually be updated. To be on the very save side­, please always make sure to run a backup before installing a hot fix.­&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Q&lt;/STRONG&gt;: ­I've found some hot fixes to overwrite your custom configurations, especially when rebuilding/redeploying any web applications.&amp;nbsp; I have to go back and check files I had previously edited in my custom configurations and re-enter them. Any suggestions?&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;A&lt;/STRONG&gt;: ­If the hot fix is middle tier/web tier related, it could affect the customization. It really does depend on what is being updated. Please be sure to review all pre and post installation steps before installing the hot fix. As always feel free to reach out to SAS Technical Support if you have questions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Q&lt;/STRONG&gt;: ­Is the process for applying a hot fix different in a Mainframe z/OS environment? ­&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;A&lt;/STRONG&gt;: The process is the same, however SASHFADD is not currently compatible with PERL for z/OS. SAS Technical Support recommends z/OS users run the WINDOWS version of SASHFADD.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Q&lt;/STRONG&gt;: ­Do we need to remove existing HotFixes that might have been applied earlier before copying into InstallMisc/HotFixes?&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;A&lt;/STRONG&gt;: No, you do not have to remove any existing hot fixes. Any new hot fixes are seamlessly added or components are updated for you.­&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Recommended Resources&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://communities.sas.com/t5/Getting-Started/How-to-learn-about-hot-fixes-to-SAS-software/ta-p/283553" target="_self"&gt;How to learn about hot fixes to SAS software&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://communities.sas.com/t5/SAS-Hot-Fix-Announcements/bg-p/hf" target="_self"&gt;SAS Hot Fix Announcements&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://support.sas.com/en/sas-administrators.html" target="_self"&gt;SAS Administrators home on support.sas.com&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Want more tips? Be sure to subscribe to the&amp;nbsp;&lt;U&gt;&lt;A href="https://communities.sas.com/t5/Ask-the-Expert/tkb-p/askexpert"&gt;Ask the Expert board&amp;nbsp;&lt;/A&gt;&lt;/U&gt;to receive follow up Q/A, slides and recordings from other SAS Ask the Expert webinars. To subscribe, select Subscribe from the Options drop down button above the articles.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 14 Dec 2017 15:37:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/Understanding-SAS-Hot-Fixes/ta-p/418217</guid>
      <dc:creator>rpthom</dc:creator>
      <dc:date>2017-12-14T15:37:38Z</dc:date>
    </item>
    <item>
      <title>Getting Started with PROC REPORT</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/Getting-Started-with-PROC-REPORT/ta-p/415522</link>
      <description>&lt;P&gt;Did you miss the Ask the Expert session on Getting Started with PROC REPORT? Not to worry, you can catch it &lt;A href="https://www.sas.com/en_us/webinars/proc-report/register.html"&gt;on-demand&lt;/A&gt; at your leisure.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2019 18:56:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/Getting-Started-with-PROC-REPORT/ta-p/415522</guid>
      <dc:creator>JaneEslinger</dc:creator>
      <dc:date>2019-02-19T18:56:35Z</dc:date>
    </item>
    <item>
      <title>Producing PPT, EXCEL, and EPUB books in SAS</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/Producing-PPT-EXCEL-and-EPUB-books-in-SAS/ta-p/415293</link>
      <description>&lt;P&gt;Did you miss the Ask the Expert session on Producing PPT, EXCEL, and EPUB books in SAS? Don't worry, you can catch it on-demand at your leisure.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2018 19:53:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/Producing-PPT-EXCEL-and-EPUB-books-in-SAS/ta-p/415293</guid>
      <dc:creator>D_Dunlap</dc:creator>
      <dc:date>2018-01-26T19:53:08Z</dc:date>
    </item>
    <item>
      <title>SAS Visual Analytics 7.4: Getting Started</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/SAS-Visual-Analytics-7-4-Getting-Started/ta-p/405978</link>
      <description>&lt;P&gt;Did you miss the Ask the Expert session on SAS Visual Analytics 7.4: Getting Started? Not to worry, you can catch it &lt;A href="https://www.sas.com/en_us/webinars/getting-started-with-sas-visual-analytics/register.html"&gt;on-demand&lt;/A&gt; at your leisure.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2018 21:26:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/SAS-Visual-Analytics-7-4-Getting-Started/ta-p/405978</guid>
      <dc:creator>CJ_SAS</dc:creator>
      <dc:date>2018-01-26T21:26:17Z</dc:date>
    </item>
    <item>
      <title>Programming Techniques for SAS In-Memory Analytics for Hadoop</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/Programming-Techniques-for-SAS-In-Memory-Analytics-for-Hadoop/ta-p/405213</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SAS In Memory Analytics.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/15989iDF5D1C20B8E11DFA/image-size/large?v=1.0&amp;amp;px=999" title="SAS In Memory Analytics.PNG" alt="SAS In Memory Analytics.PNG" /&gt;&lt;/span&gt;If you missed the October 16 Ask the Expert session on Programming Techniques for SAS In-Memory Analytics for Hadoop, you can still view it on-demand at any time.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2017 16:17:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/Programming-Techniques-for-SAS-In-Memory-Analytics-for-Hadoop/ta-p/405213</guid>
      <dc:creator>DavidGhan</dc:creator>
      <dc:date>2017-12-21T16:17:34Z</dc:date>
    </item>
    <item>
      <title>Understanding User Administration</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/Understanding-User-Administration/ta-p/403941</link>
      <description>&lt;P&gt;Did you miss the Ask the Expert session on Understanding User Administration? Not to worry, you can catch it &lt;A href="https://www.sas.com/en_us/webinars/understanding-user-authentication/register.html " target="_blank"&gt;on-demand&lt;/A&gt;&amp;nbsp;at your leisure. I’ve attached the slides&amp;nbsp;as well.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2018 19:21:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/Understanding-User-Administration/ta-p/403941</guid>
      <dc:creator>Sheeesh</dc:creator>
      <dc:date>2018-01-26T19:21:03Z</dc:date>
    </item>
    <item>
      <title>SAS Enterprise Guide: Getting Started</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/SAS-Enterprise-Guide-Getting-Started/ta-p/403660</link>
      <description>&lt;P&gt;Did you miss the Ask the Expert session on SAS Enterprise Guide: Getting Started? Not to worry, you can catch it &lt;A href="https://www.sas.com/en_us/webinars/getting-started-sas-enterprise-guide/register.html"&gt;on-demand&lt;/A&gt; at your leisure.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 16:55:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/SAS-Enterprise-Guide-Getting-Started/ta-p/403660</guid>
      <dc:creator>CJ_SAS</dc:creator>
      <dc:date>2019-03-12T16:55:43Z</dc:date>
    </item>
    <item>
      <title>Techniques for User Code in SAS Data Integration Studio</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/Techniques-for-User-Code-in-SAS-Data-Integration-Studio/ta-p/399567</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="User Code in SAS Data Integration Studio.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/15487iC034F574174609AA/image-size/large?v=1.0&amp;amp;px=999" title="User Code in SAS Data Integration Studio.PNG" alt="User Code in SAS Data Integration Studio.PNG" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Did you miss the Ask the Expert session on&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Techniques for User Code in SAS Data Integration Studio? Not to worry, you can catch it on-demand at your leisure.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2017 16:22:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/Techniques-for-User-Code-in-SAS-Data-Integration-Studio/ta-p/399567</guid>
      <dc:creator>DavidGhan</dc:creator>
      <dc:date>2017-12-01T16:22:25Z</dc:date>
    </item>
    <item>
      <title>Creating and Scheduling SAS Job Flows with the Schedule Manager Plugin</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/Creating-and-Scheduling-SAS-Job-Flows-with-the-Schedule-Manager/ta-p/399190</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="scheduling flows.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/15459i5539977D9632385D/image-size/large?v=1.0&amp;amp;px=999" title="scheduling flows.png" alt="scheduling flows.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you missed the Ask the Expert session on Creating and Scheduling SAS Job Flows with the Schedule Manager Plugin in SAS Management Console, you can still view it&amp;nbsp;&lt;/SPAN&gt;&lt;U&gt;&lt;A title="On-demand recording" href="https://www.sas.com/en_us/webinars/creating-and-scheduling-job-flows/register.html" target="_blank"&gt;on-demand&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/U&gt;&lt;SPAN&gt;at any time.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2017 16:16:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/Creating-and-Scheduling-SAS-Job-Flows-with-the-Schedule-Manager/ta-p/399190</guid>
      <dc:creator>DavidGhan</dc:creator>
      <dc:date>2017-12-01T16:16:30Z</dc:date>
    </item>
    <item>
      <title>Using Microsoft Excel PivotTables in the SAS® Add-In for Microsoft Office</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/Using-Microsoft-Excel-PivotTables-in-the-SAS-Add-In-for/ta-p/398218</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Did you miss the Ask the Expert session on Using Microsoft Excel PivotTables in the SAS® Add-In for Microsoft Office?&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-weight: 400;"&gt;Not to worry, you can catch it on-demand at your leisure.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2018 19:10:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/Using-Microsoft-Excel-PivotTables-in-the-SAS-Add-In-for/ta-p/398218</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2018-01-26T19:10:23Z</dc:date>
    </item>
    <item>
      <title>SAS Visual Analytics 7.4: Working with Data</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/SAS-Visual-Analytics-7-4-Working-with-Data/ta-p/396444</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Did you miss the Ask the Expert session on SAS Visual Analytics Working with Data? Not to worry, you can catch it&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.sas.com/en_us/webinars/sas-va-working-with-data/register.html"&gt;on-demand&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;at your leisure.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 20:22:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/SAS-Visual-Analytics-7-4-Working-with-Data/ta-p/396444</guid>
      <dc:creator>CJ_SAS</dc:creator>
      <dc:date>2018-03-15T20:22:45Z</dc:date>
    </item>
    <item>
      <title>SAS Visual Analytics: An Intro to Custom Calculations and Aggregations</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/SAS-Visual-Analytics-An-Intro-to-Custom-Calculations-and/ta-p/396131</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="aggcalc.png" style="width: 636px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/10106iAA951929C818A918/image-dimensions/636x336?v=1.0" width="636" height="336" title="aggcalc.png" alt="aggcalc.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Did you miss the Ask the Expert session on SAS Visual Analytics: An Introduction to Custom Calculations and Aggregations?&amp;nbsp; Not to worry, you can catch it on demand at your leisure. I’ve attached the slides as well.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2017 16:23:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/SAS-Visual-Analytics-An-Intro-to-Custom-Calculations-and/ta-p/396131</guid>
      <dc:creator>ShannonMoore</dc:creator>
      <dc:date>2017-12-21T16:23:14Z</dc:date>
    </item>
    <item>
      <title>Creating custom tasks for SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/Creating-custom-tasks-for-SAS-Enterprise-Guide/ta-p/395172</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="ctbook.png" style="width: 200px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/15039iA9ECDF0F96B30689/image-size/small?v=1.0&amp;amp;px=200" title="ctbook.png" alt="ctbook.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In this video, I lead you through the uses of SAS custom tasks for SAS Enterprise Guide&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;and&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;the basic steps for creating your own task.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2017 17:08:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/Creating-custom-tasks-for-SAS-Enterprise-Guide/ta-p/395172</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2017-09-12T17:08:11Z</dc:date>
    </item>
    <item>
      <title>Virtualizing Enterprise Data</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/Virtualizing-Enterprise-Data/ta-p/391452</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 599px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/14693i0C6C85720AF9958E/image-size/large?v=1.0&amp;amp;px=999" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Did you miss the Ask the Expert session on&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Virtualizing Enterprise Data? Not to worry, you can catch&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;it&amp;nbsp;&lt;/SPAN&gt;&lt;A title="Virtualizing Enterprise Data" href="https://www.sas.com/en_us/webinars/virtualizing-enterprise-data/register.html" target="_blank"&gt;on-demand&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;at any time&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2017 15:44:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/Virtualizing-Enterprise-Data/ta-p/391452</guid>
      <dc:creator>JohnnyS</dc:creator>
      <dc:date>2017-12-01T15:44:09Z</dc:date>
    </item>
    <item>
      <title>Top 10 SAS Functions</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/Top-10-SAS-Functions/ta-p/391244</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="input example for AtE communities article.jpg" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/16558i61084D58EF42F648/image-size/large?v=1.0&amp;amp;px=999" title="input example for AtE communities article.jpg" alt="input example for AtE communities article.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Did you miss the Ask the Expert session on&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Top 10 SAS Functions? Not to worry, you can catch it on-demand at your leisure.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2017 15:23:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/Top-10-SAS-Functions/ta-p/391244</guid>
      <dc:creator>megak8</dc:creator>
      <dc:date>2017-11-17T15:23:00Z</dc:date>
    </item>
    <item>
      <title>SAS Visual Analytics 8.3.1 on SAS Viya: Getting Started</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/SAS-Visual-Analytics-8-3-1-on-SAS-Viya-Getting-Started/ta-p/389225</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Visual Analytics HOW.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/14555iC08A1A2159A1FFFF/image-size/large?v=1.0&amp;amp;px=999" title="Visual Analytics HOW.png" alt="Visual Analytics HOW.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Did you miss the Ask the Expert session SAS&lt;/SPAN&gt;&lt;SUP&gt;®&lt;/SUP&gt;&lt;SPAN&gt;&amp;nbsp;Visual Analytics 8.1 on SAS&lt;/SPAN&gt;&lt;SUP&gt;®&lt;/SUP&gt;&lt;SPAN&gt;&amp;nbsp;Viya™: Getting Started? Not to worry, you can catch it&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.sas.com/en_us/webinars/sas-va-on-viya-getting-started/register.html"&gt;on-demand&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;at your leisure. I’ve attached the slides as well.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 22:32:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/SAS-Visual-Analytics-8-3-1-on-SAS-Viya-Getting-Started/ta-p/389225</guid>
      <dc:creator>nicolemarieball</dc:creator>
      <dc:date>2019-07-18T22:32:25Z</dc:date>
    </item>
    <item>
      <title>Optimize Your Way to Awesome Marketing</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/Optimize-Your-Way-to-Awesome-Marketing/ta-p/387905</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Marketing Optimization AtE.PNG" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/14504i5DCCE2F34626B212/image-size/medium?v=1.0&amp;amp;px=400" title="Marketing Optimization AtE.PNG" alt="Marketing Optimization AtE.PNG" /&gt;&lt;/span&gt;&lt;SPAN&gt;Did you miss the Ask the Expert session called Optimize Your Way to Awesome Marketing? Not to worry, you can catch it&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.sas.com/en_us/webinars/optimize-your-way/register.html" target="_blank"&gt;on-demand&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;at your leisure. I’ve attached the slides as well.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2017 20:00:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/Optimize-Your-Way-to-Awesome-Marketing/ta-p/387905</guid>
      <dc:creator>PatriciaNeri</dc:creator>
      <dc:date>2017-11-10T20:00:27Z</dc:date>
    </item>
    <item>
      <title>SAS Add-In for Microsoft Office</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/SAS-Add-In-for-Microsoft-Office/ta-p/387344</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Did you miss the Ask the Expert session on Model Selection in SAS Enterprise Guide and SAS Enterprise Miner? Not to worry, you can catch it on-demand at your leisure.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 19:45:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/SAS-Add-In-for-Microsoft-Office/ta-p/387344</guid>
      <dc:creator>megak8</dc:creator>
      <dc:date>2018-09-20T19:45:50Z</dc:date>
    </item>
    <item>
      <title>SAS Visual Analytics 7.4: Tips and Tricks</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/SAS-Visual-Analytics-7-4-Tips-and-Tricks/ta-p/385786</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VATip.PNG" style="width: 531px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/14342iBE23AD567AB4D4F2/image-dimensions/531x306?v=1.0" width="531" height="306" title="VATip.PNG" alt="VATip.PNG" /&gt;&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;Did you miss the Ask the Expert session on SAS Visual Analytics 7.4: Tips and Tricks? Not to worry, you can catch it on-demand at your leisure.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2019 22:02:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/SAS-Visual-Analytics-7-4-Tips-and-Tricks/ta-p/385786</guid>
      <dc:creator>ShannonMoore</dc:creator>
      <dc:date>2019-06-25T22:02:33Z</dc:date>
    </item>
    <item>
      <title>SAS Visual Data Mining and Machine Learning (VDMML): Getting Started</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/SAS-Visual-Data-Mining-and-Machine-Learning-VDMML-Getting/ta-p/385455</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2017-08-03_15-14-08.jpg" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/14320iA558AEBE41CEE24F/image-size/medium?v=1.0&amp;amp;px=400" title="2017-08-03_15-14-08.jpg" alt="2017-08-03_15-14-08.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Did you miss the Ask the Expert session on SAS Visual Data Mining and Machine Learning? Not to worry, you can catch it on-demand at your leisure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2019 14:03:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/SAS-Visual-Data-Mining-and-Machine-Learning-VDMML-Getting/ta-p/385455</guid>
      <dc:creator>MelodieRush</dc:creator>
      <dc:date>2019-05-30T14:03:36Z</dc:date>
    </item>
    <item>
      <title>Top 10 Ways to Optimize Your SAS Code</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/Top-10-Ways-to-Optimize-Your-SAS-Code/ta-p/383916</link>
      <description>&lt;P&gt;&lt;SPAN&gt;This session introduces you to&amp;nbsp;ideas and comparisons on ways to Optimize Your SAS Code &amp;nbsp;and describes how you can take advantage of finding a balance of saving&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;space&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;and&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;time&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;within your sas Environment.&amp;nbsp; We will cover the following:&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 16:34:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/Top-10-Ways-to-Optimize-Your-SAS-Code/ta-p/383916</guid>
      <dc:creator>JeffSimpsonSAS</dc:creator>
      <dc:date>2018-03-28T16:34:44Z</dc:date>
    </item>
    <item>
      <title>Preparing Data in Hadoop for Analysis and Reporting</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/Preparing-Data-in-Hadoop-for-Analysis-and-Reporting/ta-p/378943</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dl.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/10504i3CB2181A43415537/image-size/medium?v=1.0&amp;amp;px=400" title="dl.png" alt="dl.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you missed the Ask the Expert session on Preparing Data in Hadoop for Analysis and Reporting, then you can still view&lt;/P&gt;
&lt;P&gt;it&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.sas.com/en_us/webinars/preparing-data-in-hadoop/register.html" target="_blank"&gt;on-demand&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;at any time.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2017 21:32:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/Preparing-Data-in-Hadoop-for-Analysis-and-Reporting/ta-p/378943</guid>
      <dc:creator>JohnnyS</dc:creator>
      <dc:date>2017-11-20T21:32:52Z</dc:date>
    </item>
    <item>
      <title>Filtering Every Which Way in SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/Filtering-Every-Which-Way-in-SAS-Enterprise-Guide/ta-p/375516</link>
      <description>&lt;P&gt;July 11, 2017 Ask the Expert webinar recording, slides, plus Q&amp;amp;A are now posted - Filtering Every Which Way in SAS Enterprise Guide.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 16:26:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/Filtering-Every-Which-Way-in-SAS-Enterprise-Guide/ta-p/375516</guid>
      <dc:creator>megak8</dc:creator>
      <dc:date>2018-07-18T16:26:24Z</dc:date>
    </item>
    <item>
      <title>Accessing and Manipulating Data in SAS Viya</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/Accessing-and-Manipulating-Data-in-SAS-Viya/ta-p/374129</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VideoLibrary.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/10232i37F60AA10A32C0DF/image-size/medium?v=1.0&amp;amp;px=400" title="VideoLibrary.png" alt="VideoLibrary.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;Did you miss the Ask the Expert session on Accessing and Manipulating Data in SAS Viya? Not to worry, you can catch it on-demand at your leisure.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2017 14:57:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/Accessing-and-Manipulating-Data-in-SAS-Viya/ta-p/374129</guid>
      <dc:creator>D_Dunlap</dc:creator>
      <dc:date>2017-11-22T14:57:46Z</dc:date>
    </item>
    <item>
      <title>SAS Studio: An Introduction</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/SAS-Studio-An-Introduction/ta-p/373803</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="studioint.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/10187i5359898F68587993/image-size/large?v=1.0&amp;amp;px=999" title="studioint.png" alt="studioint.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Did you miss the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Ask the Expert&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;session on&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;SAS Studio: An Introduction&lt;/STRONG&gt;&lt;STRONG&gt;?&lt;/STRONG&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN&gt;Not to worry, you can catch it on demand at your leisure. I’ve attached the slides as well.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2019 21:05:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/SAS-Studio-An-Introduction/ta-p/373803</guid>
      <dc:creator>ShannonMoore</dc:creator>
      <dc:date>2019-06-25T21:05:03Z</dc:date>
    </item>
    <item>
      <title>Programming Techniques for SAS In-Memory Analytics for Hadoop</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/Programming-Techniques-for-SAS-In-Memory-Analytics-for-Hadoop/ta-p/373776</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="In Memory Analytics.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/10183i2D861E3BE94978F2/image-size/medium?v=1.0&amp;amp;px=400" title="In Memory Analytics.png" alt="In Memory Analytics.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If you missed the Ask the Expert session on Programming Techniques for SAS In-Memory Analytics for Hadoop you can still view it on-demand at any time.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2017 14:37:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/Programming-Techniques-for-SAS-In-Memory-Analytics-for-Hadoop/ta-p/373776</guid>
      <dc:creator>DavidGhan</dc:creator>
      <dc:date>2017-11-17T14:37:57Z</dc:date>
    </item>
    <item>
      <title>SAS Visual Analytics: An Intro to Custom Calculations and Aggregations</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/SAS-Visual-Analytics-An-Intro-to-Custom-Calculations-and/ta-p/372881</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="aggcalc.png" style="width: 556px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/10106iAA951929C818A918/image-size/large?v=1.0&amp;amp;px=999" title="aggcalc.png" alt="aggcalc.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Did you miss the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Ask the Expert&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;session on&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;SAS Visual Analytics: An Introduction to Custom Calculations and Aggregations?&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;Not to worry, you can catch it on demand at your leisure.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2017 21:36:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/SAS-Visual-Analytics-An-Intro-to-Custom-Calculations-and/ta-p/372881</guid>
      <dc:creator>ShannonMoore</dc:creator>
      <dc:date>2017-11-20T21:36:27Z</dc:date>
    </item>
    <item>
      <title>SAS Enterprise Guide: Hidden Gems</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/SAS-Enterprise-Guide-Hidden-Gems/ta-p/372868</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Gems.png" style="width: 457px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/10105i82269FD4E1EE334C/image-size/large?v=1.0&amp;amp;px=999" title="Gems.png" alt="Gems.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Did you miss the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Ask the Expert&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;session on&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;SAS Enterprise Guide: Hidden Gems&lt;/STRONG&gt;&lt;SPAN&gt;? Not to worry, you can catch it on demand at your leisure. I’ve attached the slides as well.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2019 21:46:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/SAS-Enterprise-Guide-Hidden-Gems/ta-p/372868</guid>
      <dc:creator>ShannonMoore</dc:creator>
      <dc:date>2019-06-25T21:46:15Z</dc:date>
    </item>
    <item>
      <title>SAS Studio: Advanced Topics and What's New</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/SAS-Studio-Advanced-Topics-and-What-s-New/ta-p/372334</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Studio.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/10056i26532A6CDBF63AE0/image-size/large?v=1.0&amp;amp;px=999" title="Studio.png" alt="Studio.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Did you miss the Ask the Expert session on SAS Studio: Advanced Topics and What's New? Not to worry, you can catch it on demand at your leisure&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2019 21:27:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/SAS-Studio-Advanced-Topics-and-What-s-New/ta-p/372334</guid>
      <dc:creator>ShannonMoore</dc:creator>
      <dc:date>2019-06-25T21:27:15Z</dc:date>
    </item>
    <item>
      <title>SAS Visual Analytics: What’s New with 7.4</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/SAS-Visual-Analytics-What-s-New-with-7-4/ta-p/366177</link>
      <description>&lt;P&gt;Did you miss the Ask the Expert session on What’s New with SAS® Visual Analytics™ 7.4? Not to worry, you can catch it on-demand here at your leisure.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2018 15:55:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/SAS-Visual-Analytics-What-s-New-with-7-4/ta-p/366177</guid>
      <dc:creator>TedStolarczyk</dc:creator>
      <dc:date>2018-01-26T15:55:42Z</dc:date>
    </item>
    <item>
      <title>Ensemble Models and Partitioning Algorithms in SAS® Enterprise Miner</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/Ensemble-Models-and-Partitioning-Algorithms-in-SAS-Enterprise/ta-p/365159</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled picture.png" style="width: 275px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/15257iD0529646D3554F80/image-size/large?v=1.0&amp;amp;px=999" title="Untitled picture.png" alt="Untitled picture.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Did you miss the Ask the Expert session on Ensemble Models and Partitioning Algorithms in SAS® Enterprise Miner? Not to worry, you can catch it&amp;nbsp;&lt;/SPAN&gt;&lt;A title="Watch the webinar" href="https://www.sas.com/en_us/webinars/ensemble-models-partitioning-algorithms/register.html" target="_blank"&gt;on-demand&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;at your leisure.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2018 21:22:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/Ensemble-Models-and-Partitioning-Algorithms-in-SAS-Enterprise/ta-p/365159</guid>
      <dc:creator>MelodieRush</dc:creator>
      <dc:date>2018-01-31T21:22:04Z</dc:date>
    </item>
    <item>
      <title>Moving Your Programs to the World of DS2</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/Moving-Your-Programs-to-the-World-of-DS2/ta-p/364584</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Did you miss the Ask the Expert session on Moving Your SAS Programs to the World of DS2? &amp;nbsp;Not to worry, you can catch it &lt;/SPAN&gt;&lt;A href="https://sas.webex.com/sas/lsr.php?RCID=fde0e547d0604d16aeae001fbbc6e53a"&gt;on-demand&lt;/A&gt;&lt;SPAN&gt; at your leisure.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 May 2018 19:24:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/Moving-Your-Programs-to-the-World-of-DS2/ta-p/364584</guid>
      <dc:creator>JeffSimpsonSAS</dc:creator>
      <dc:date>2018-05-17T19:24:53Z</dc:date>
    </item>
    <item>
      <title>Deeper Dive into SAS Enterprise Guide Reporting</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/Deeper-Dive-into-SAS-Enterprise-Guide-Reporting/ta-p/358760</link>
      <description>&lt;P&gt;&amp;nbsp;Want to review the video, Q&amp;amp;A about reporting in SAS Enterprise Guide?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 15:41:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/Deeper-Dive-into-SAS-Enterprise-Guide-Reporting/ta-p/358760</guid>
      <dc:creator>megak8</dc:creator>
      <dc:date>2019-02-13T15:41:22Z</dc:date>
    </item>
    <item>
      <title>Introduction to SAS® Add-In for Microsoft Office</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/Introduction-to-SAS-Add-In-for-Microsoft-Office/ta-p/357000</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Did you miss the Ask the Expert session on Introduction to SAS Add-In for Microsoft Office? Not to worry, you can catch it &lt;/SPAN&gt;&lt;A href="https://www.sas.com/en_us/webinars/intro-sas-add-in-microsoft-office/register.html" rel="nofollow noopener noreferrer"&gt;on-demand&lt;/A&gt;&lt;SPAN&gt; at your leisure. I’ve attached the slides as well.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 16:19:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/Introduction-to-SAS-Add-In-for-Microsoft-Office/ta-p/357000</guid>
      <dc:creator>CJ_SAS</dc:creator>
      <dc:date>2018-06-13T16:19:07Z</dc:date>
    </item>
    <item>
      <title>SAS Visual Statistics 7.4: Getting Started</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/SAS-Visual-Statistics-7-4-Getting-Started/ta-p/350614</link>
      <description>&lt;P&gt;Did you miss the Ask the Expert session on SAS Visual Statistics: Getting Started? Catch the on-demand version and check out this Q&amp;amp;A from the webinar.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 19:34:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/SAS-Visual-Statistics-7-4-Getting-Started/ta-p/350614</guid>
      <dc:creator>MelodieRush</dc:creator>
      <dc:date>2017-12-06T19:34:54Z</dc:date>
    </item>
    <item>
      <title>SAS Text Miner: Getting Started</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/SAS-Text-Miner-Getting-Started/ta-p/350616</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Text image.png" style="width: 200px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/16183i9492E9FB24393DBD/image-size/large?v=1.0&amp;amp;px=999" title="Text image.png" alt="Text image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Did you miss the&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Ask the Expert&lt;/STRONG&gt;&lt;SPAN&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;session on Text Mining: Getting Started? Not to worry, you can catch it&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.sas.com/en_us/webinars/getting-started-with-sas-text-miner/register.html" rel="nofollow noopener noreferrer"&gt;on-demand&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;at your leisure. I’ve attached the slides as well.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2017 16:38:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/SAS-Text-Miner-Getting-Started/ta-p/350616</guid>
      <dc:creator>Twanda</dc:creator>
      <dc:date>2017-12-21T16:38:17Z</dc:date>
    </item>
    <item>
      <title>SAS Visual Analytics: What's New in 7.3</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/SAS-Visual-Analytics-What-s-New-in-7-3/ta-p/340915</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Did you miss the Ask the Expert session on SAS Visual Analytics: What’s New in 7.3? Not to worry, you can catch it &lt;/SPAN&gt;&lt;A href="https://www.sas.com/en_us/webinars/visual-analytics-new/register.html"&gt;on-demand&lt;/A&gt;&lt;SPAN&gt; at your leisure.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2018 15:44:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/SAS-Visual-Analytics-What-s-New-in-7-3/ta-p/340915</guid>
      <dc:creator>CJ_SAS</dc:creator>
      <dc:date>2018-01-26T15:44:10Z</dc:date>
    </item>
    <item>
      <title>What’s New in 9.4 for Foundation</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/What-s-New-in-9-4-for-Foundation/ta-p/340862</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;&lt;P&gt;Did you miss the Ask the Expert session on What’s New in SAS 9.4 Foundation? Not to worry, you can catch it &lt;A href="https://www.sas.com/en_us/webinars/new-94-foundation/register.html"&gt;on-demand&lt;/A&gt; at your leisure.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.sas.com/en_us/webinars/new-94-foundation/register.html" target="_blank"&gt; &lt;SPAN class="cta-button-article"&gt;Watch the webinar&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-right" image-alt="9_4 Foundation image.jpg" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/18123i8179D7C659A15BD2/image-size/medium?v=1.0&amp;amp;px=400" title="9_4 Foundation image.jpg" alt="9_4 Foundation image.jpg" /&gt;&lt;/span&gt;The session covers enhancements to SAS 9.4 that have improved Base SAS, SAS/GRAPH&lt;SUP&gt;®&lt;/SUP&gt;, SAS/Access to PC File Formats and SAS Studio.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Join us for this webinar as we discuss how SAS 9.4 will:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Give you more ways to report and output data.&lt;/LI&gt;
&lt;LI&gt;Simplify how to remove unauthorized access.&lt;/LI&gt;
&lt;LI&gt;Make programming easier with modern coding syntax.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;BR /&gt;Here’s a transcript of the Q&amp;amp;A segment held at the end of the session for ease of reference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Do you need SAS/Access to PC File Formats to use ODS Excel?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;­&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No. This functionality is part of Base SAS and is available for version 9.4 Maintenance release 3.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Can the JSON LIBNAME statement help the programmers to convert JSON files to SAS datasets?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;­&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes. &amp;nbsp;Please note that this functionality became available with Maintenance release 4 of version 9.4.&amp;nbsp; Please see&lt;A href="http://blogs.sas.com/content/sasdummy/2016/12/02/json-libname-engine-sas/" target="_blank"&gt; this blog&lt;/A&gt; and &lt;A href="http://support.sas.com/documentation/cdl/en/lestmtsref/69738/HTML/default/viewer.htm#n1jfdetszx99ban1rl4zll6tej7j.htm" target="_blank"&gt;this support page&lt;/A&gt; for more information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Are there plans to add NEWFILE=YES for the XLSX engine in addition to the EXCEL engine? ­&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A suggestion has been added for this functionality&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;How do you access SAS Studio? Do you need a web server?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;­&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You access SAS Studio from a web browser. The way in which SAS Studio is implemented dictates whether a web server is required.&amp;nbsp; Please see&amp;nbsp;&lt;A href="http://go.documentation.sas.com/?cdcId=webeditorcdc&amp;amp;cdcVersion=3.6&amp;amp;docsetId=webeditorag&amp;amp;docsetTarget=n1egr4vpqvzi4nn1kv80f8mp65h6.htm&amp;amp;locale=en" target="_blank"&gt;this link&lt;/A&gt;&amp;nbsp;for more info:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Are there any plans for enabling ODS HTML output to be named with #BYVAL + unique digit syntax, rather than the current static basename + digit?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;­&lt;/P&gt;
&lt;P&gt;We support the #BYVAL on the titles, labels,&amp;nbsp;and the ANCHOR= but not the filename. There are no plans to add this for the FILENAME statement.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Where can we find help documents for DS2, FEDSQL &amp;amp; Hadoop?­&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What’s New Documentation for these products can be found in the following location. &lt;A href="http://support.sas.com/documentation/cdl/en/whatsnew/64788/HTML/default/viewer.htm#n14c8glgh3j7hxn1b1byjs3sqnvz.htm" target="_blank"&gt;Additional documentation &lt;/A&gt;is available through embedded links.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Is there a separate license fee for SAS studio?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;­&lt;/P&gt;
&lt;P&gt;No, it is included with Base SAS­ if you are running version 9.4.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Want more tips? Be sure to subscribe to the&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://communities.sas.com/askexpert" target="_blank"&gt;Ask the Expert board&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;to receive follow up Q/A, slides and recordings from other SAS Ask the Expert webinars. To subscribe, select Subscribe from the Options drop down button above the articles.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 26 Jan 2018 15:35:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/What-s-New-in-9-4-for-Foundation/ta-p/340862</guid>
      <dc:creator>CJ_SAS</dc:creator>
      <dc:date>2018-01-26T15:35:20Z</dc:date>
    </item>
    <item>
      <title>SAS SQL: An Introduction</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/SAS-SQL-An-Introduction/ta-p/340821</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sasAtEpicture.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/17817i9821C2421E7703C9/image-size/large?v=1.0&amp;amp;px=999" title="sasAtEpicture.PNG" alt="sasAtEpicture.PNG" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Did you miss the Ask the Expert session on Using SQL within SAS? Not to worry, you can catch it &lt;/SPAN&gt;&lt;A href="https://www.sas.com/en_us/webinars/sql-introduction/register.html"&gt;on-demand&lt;/A&gt;&lt;SPAN&gt; at your leisure.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 17:49:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/SAS-SQL-An-Introduction/ta-p/340821</guid>
      <dc:creator>CJ_SAS</dc:creator>
      <dc:date>2018-05-02T17:49:59Z</dc:date>
    </item>
    <item>
      <title>Getting Started with SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/Getting-Started-with-SAS-Enterprise-Guide/ta-p/337445</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Did you miss the March 1, 2017 Ask the Expert session on Getting Started with SAS Enterprise Guide? Not to worry, you can reivew it on-demand and check out the Q/A.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2017 16:23:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/Getting-Started-with-SAS-Enterprise-Guide/ta-p/337445</guid>
      <dc:creator>megak8</dc:creator>
      <dc:date>2017-11-21T16:23:42Z</dc:date>
    </item>
    <item>
      <title>Model Selection in SAS Enterprise Guide and SAS Enterprise Miner</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/Model-Selection-in-SAS-Enterprise-Guide-and-SAS-Enterprise-Miner/ta-p/336345</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CommunitiesImage.jpg" style="width: 399px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/9967i13D1BA9C8D966198/image-size/medium?v=1.0&amp;amp;px=400" title="CommunitiesImage.jpg" alt="CommunitiesImage.jpg" /&gt;&lt;/span&gt;Did you miss the Ask the Expert session on Model Selection in SAS Enterprise Guide and SAS Enterprise Miner? Not to worry, you can catch the recording and bookmark this Q/A for reference.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2019 18:23:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/Model-Selection-in-SAS-Enterprise-Guide-and-SAS-Enterprise-Miner/ta-p/336345</guid>
      <dc:creator>MelodieRush</dc:creator>
      <dc:date>2019-08-06T18:23:20Z</dc:date>
    </item>
    <item>
      <title>Variable Selection: SAS Enterprise Guide &amp; SAS Enterprise Miner</title>
      <link>https://communities.sas.com/t5/Ask-the-Expert/Variable-Selection-SAS-Enterprise-Guide-amp-SAS-Enterprise-Miner/ta-p/319961</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SASEnterpriseGuide10-6.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/15680i434C853BEA170F0D/image-size/large?v=1.0&amp;amp;px=999" title="SASEnterpriseGuide10-6.png" alt="SASEnterpriseGuide10-6.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Did you miss the Ask the Expert session on Variable Selection in SAS Enterprise Guide and SAS Enterprise Miner? Catch the on-demand version and check out this Q&amp;amp;A from the webinar.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Nov 2018 21:40:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Ask-the-Expert/Variable-Selection-SAS-Enterprise-Guide-amp-SAS-Enterprise-Miner/ta-p/319961</guid>
      <dc:creator>MelodieRush</dc:creator>
      <dc:date>2018-11-26T21:40:12Z</dc:date>
    </item>
  </channel>
</rss>

