<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SAS/AF software in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-AF-software/m-p/378113#M276755</link>
    <description>&lt;P&gt;Look at the &lt;A href="https://support.sas.com/documentation/cdl/en/stpug/68399/PDF/default/stpug.pdf" target="_blank"&gt;Stored Process Developer's Guide&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Fri, 21 Jul 2017 12:53:01 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2017-07-21T12:53:01Z</dc:date>
    <item>
      <title>SAS/AF software</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-AF-software/m-p/377651#M276736</link>
      <description>&lt;P&gt;Hello.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I came accross a problem. I want to create dynamic reports, but I must install the SAS/AF software.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where I can get the software. I cannot find the soft. Is it free, or maybe it is available in trial mode.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please support. thanks a lot.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 06:22:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-AF-software/m-p/377651#M276736</guid>
      <dc:creator>Garik</dc:creator>
      <dc:date>2017-07-20T06:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/AF software</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-AF-software/m-p/377655#M276737</link>
      <description>&lt;P&gt;SAS/AF is a SAS module that needs additional licensing.&lt;/P&gt;
&lt;P&gt;(expanded license from SAS -&amp;gt; new installation package -&amp;gt; add to SAS depot -&amp;gt; install and configure with the SDW to add it to your installation)&lt;/P&gt;
&lt;P&gt;Depending on what you want to do, you might get the same functionality from macro programming (creating dynamic code) and/or from using stored processes with input parameters.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 06:35:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-AF-software/m-p/377655#M276737</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-07-20T06:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/AF software</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-AF-software/m-p/377656#M276738</link>
      <description>SAS/AF is legacy software and hasn't been developed since version 8, that's well over ten years...&lt;BR /&gt;Perhaps you should talk to a SAS architect for other options  (there are quite a few depending on your needs and constraints).</description>
      <pubDate>Thu, 20 Jul 2017 06:37:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-AF-software/m-p/377656#M276738</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2017-07-20T06:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/AF software</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-AF-software/m-p/377658#M276739</link>
      <description>&lt;P&gt;SAS/AF also requires Foundation SAS aka Base SAS to run and both products need to be installed on all PCs using it. A SAS desktop licence could easily cost over $10K per year depending on what mix of products you want.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 07:06:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-AF-software/m-p/377658#M276739</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-07-20T07:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/AF software</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-AF-software/m-p/377769#M276740</link>
      <description>&lt;P&gt;As mentioned here, this is legacy software. Did you try to run something inside of PC SAS from the menu and it complained? If so, I wouldn't go that route since the products are very dated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tell us&amp;nbsp;what you are wanting to do and we can help with how to go about doing it.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 13:55:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-AF-software/m-p/377769#M276740</guid>
      <dc:creator>AlanC</dc:creator>
      <dc:date>2017-07-20T13:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/AF software</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-AF-software/m-p/377815#M276741</link>
      <description>&lt;P&gt;One slight correction to&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;'s comments: SAS/AF only has to be licensed on the one machine that uses it to develop and compile SAS/AF modules. The compiled modules can be run on any machine that has base SAS licensed. However, those modules are NOT compatible with SAS/EG and I have no idea if the are compatible with SAS Studio.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regardless, if one's shop does run on base SAS and AF turns out to be the most effective way to accomplish certain tasks, it might be most cost effective to have an outside contractor (who does have a license for AF) develop and supply the compiled modules for use at one's shop.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;p.s. While I am experienced with AF, I am NOT one of the above mentioned contractors&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 15:43:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-AF-software/m-p/377815#M276741</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2017-07-20T15:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/AF software</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-AF-software/m-p/377908#M276742</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;The main problem is to create dynamic reports for the management. The report should contain several analysing and calculatin&amp;nbsp;moduls. I want to cretae easy to use reports, I try to use ODS, but &amp;nbsp;is not dynamic as I know. How to handle this issue? The dynamic reports can be created in excel, but excel is not so flexible as SAS is, I have 3 mln. rows minimum. I Have licence for SAS Enterprise Guide.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 20:02:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-AF-software/m-p/377908#M276742</guid>
      <dc:creator>Garik</dc:creator>
      <dc:date>2017-07-20T20:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/AF software</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-AF-software/m-p/377914#M276743</link>
      <description>&lt;P&gt;3 mil rows are data, not a report. A report is something a human can take in at a glance, more or less.&lt;/P&gt;
&lt;P&gt;I would keep everything in SAS until it reaches the report stage as mentioned above.&lt;/P&gt;
&lt;P&gt;Can you use stored processes?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 20:14:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-AF-software/m-p/377914#M276743</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-07-20T20:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/AF software</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-AF-software/m-p/377919#M276744</link>
      <description>&lt;P&gt;I just ment, that my data contains minimum 3 mln rows, from which I should create reports.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, I can use&amp;nbsp;&lt;SPAN&gt;stored processes.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 20:30:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-AF-software/m-p/377919#M276744</guid>
      <dc:creator>Garik</dc:creator>
      <dc:date>2017-07-20T20:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/AF software</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-AF-software/m-p/377921#M276745</link>
      <description>&lt;P&gt;That leads to another question which is what tools (SAS software) do you have available to use?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 20:35:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-AF-software/m-p/377921#M276745</guid>
      <dc:creator>AlanC</dc:creator>
      <dc:date>2017-07-20T20:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/AF software</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-AF-software/m-p/377923#M276746</link>
      <description>&lt;P&gt;I have licensed SAS Enterprise Guide.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 20:44:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-AF-software/m-p/377923#M276746</guid>
      <dc:creator>Garik</dc:creator>
      <dc:date>2017-07-20T20:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/AF software</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-AF-software/m-p/377936#M276747</link>
      <description>&lt;P&gt;Well, EG is a client license so there needs to be more stuff on the server.&amp;nbsp;Any idea what SAS packages are available on the server?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 21:07:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-AF-software/m-p/377936#M276747</guid>
      <dc:creator>AlanC</dc:creator>
      <dc:date>2017-07-20T21:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/AF software</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-AF-software/m-p/377938#M276748</link>
      <description>&lt;P&gt;Then I would create the reports in EG, make them flexible with user prompts, and create stored processes from them.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 21:09:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-AF-software/m-p/377938#M276748</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-07-20T21:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/AF software</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-AF-software/m-p/377968#M276749</link>
      <description>&lt;P&gt;As others have said AF is very old - I've used it a lot in the past but I don't think many people are writing new systems with it these days. If you need a really flexible interface and you have EG then you might consider Custom Tasks; these can be written in C# or VB .NET using the free version of Visual Studio&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2017 00:42:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-AF-software/m-p/377968#M276749</guid>
      <dc:creator>ChrisBrooks</dc:creator>
      <dc:date>2017-07-21T00:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/AF software</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-AF-software/m-p/377991#M276750</link>
      <description>&lt;P&gt;No SAS/AF from Enterprise Guide.&lt;/P&gt;
&lt;P&gt;Many other options though, like:&lt;/P&gt;
&lt;P&gt;1- EG reports as&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;said&lt;/P&gt;
&lt;P&gt;2- SAS addon for office, to reports and query SAS data from MS Office (Usually Excel)&lt;/P&gt;
&lt;P&gt;3- Create HTML reports and push them somewhere on the network.&lt;/P&gt;
&lt;P&gt;You can tweak the SAS-created HTML code to add add menus and navigation, .&lt;/P&gt;
&lt;P&gt;Or create a main menu to point to the different pages, or a combination of both.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2017 03:55:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-AF-software/m-p/377991#M276750</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2017-07-21T03:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/AF software</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-AF-software/m-p/378091#M276751</link>
      <description>&lt;P&gt;Are there any books or papers on the "Stored Processes". Think it is what I am looking for.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks to all of you.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2017 12:09:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-AF-software/m-p/378091#M276751</guid>
      <dc:creator>Garik</dc:creator>
      <dc:date>2017-07-21T12:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/AF software</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-AF-software/m-p/378094#M276752</link>
      <description>&lt;P&gt;&lt;A href="http://www2.sas.com/proceedings/sugi30/135-30.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/sugi30/135-30.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2017 12:17:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-AF-software/m-p/378094#M276752</guid>
      <dc:creator>AlanC</dc:creator>
      <dc:date>2017-07-21T12:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/AF software</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-AF-software/m-p/378107#M276753</link>
      <description>&lt;P&gt;What version of SAS software are you running? Submit&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Procedures/Modify-thecontrol-limits-and-the-zone-colors-in-Shewhart-IR/m-p/377871#M65476" target="_blank"&gt;%put &amp;amp;=sysvlong;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;and then cut and paste the last line in the SAS log.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, how are you running SAS? &amp;nbsp;From SAS Studio? From SAS Enterprise Guide?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/documentation/cdl/en/webeditortaskgs/68948/PDF/default/webeditortaskgs.pdf" target="_self"&gt;SAS Studio supports creating custom tasks.&lt;/A&gt;&amp;nbsp; SAS Enterprise Guide also supports custom tasks, although it requires some specialized skills to create them. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2017 12:37:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-AF-software/m-p/378107#M276753</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-07-21T12:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/AF software</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-AF-software/m-p/378112#M276754</link>
      <description>&lt;P&gt;SAS Enterprise Guide 4.3&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2017 12:48:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-AF-software/m-p/378112#M276754</guid>
      <dc:creator>Garik</dc:creator>
      <dc:date>2017-07-21T12:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/AF software</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-AF-software/m-p/378113#M276755</link>
      <description>&lt;P&gt;Look at the &lt;A href="https://support.sas.com/documentation/cdl/en/stpug/68399/PDF/default/stpug.pdf" target="_blank"&gt;Stored Process Developer's Guide&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2017 12:53:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-AF-software/m-p/378113#M276755</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-07-21T12:53:01Z</dc:date>
    </item>
  </channel>
</rss>

