<?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>twocanbazza Tracker</title>
    <link>https://communities.sas.com/kntur85557/tracker</link>
    <description>twocanbazza Tracker</description>
    <pubDate>Thu, 14 May 2026 19:20:51 GMT</pubDate>
    <dc:date>2026-05-14T19:20:51Z</dc:date>
    <item>
      <title>Re: Call symput not working as expected</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Call-symput-not-working-as-expected/m-p/318167#M69690</link>
      <description>&lt;P&gt;I thought (could be wrong) that the &amp;amp; is executed at complile time and &amp;amp;dte1 and &amp;amp;dte2 don't exist at compile time given it is populated during the datastep&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The reason it works the second time is that the first data step execution has completed and so the macro vars now exist and can be used when you run again.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;so change to&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data _null_;&lt;BR /&gt;date1=put(intnx('month',today(),-1,'beginning'),yymmdd10.);&lt;BR /&gt;call symput('dte1',date1);&lt;BR /&gt;call symput ('st_dt',date1);&lt;BR /&gt;date2=put(intnx('month',today(),-1,'e'), yymmdd10.);&lt;BR /&gt;call symput('dte2',date2);&lt;BR /&gt;call symput ('en_dt', date2);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;run;&lt;BR /&gt;%put &amp;amp;dte1.;&lt;BR /&gt;%put &amp;amp;dte2.;&lt;BR /&gt;%put &amp;amp;st_dt.;&lt;BR /&gt;%put &amp;amp;en_dt.;&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;&lt;SPAN&gt;Barry&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2016 20:57:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Call-symput-not-working-as-expected/m-p/318167#M69690</guid>
      <dc:creator>twocanbazza</dc:creator>
      <dc:date>2016-12-12T20:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: LSF schedudling: developers vs admins</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/LSF-schedudling-developers-vs-admins/m-p/313312#M6599</link>
      <description>&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/19879"&gt;@Quentin﻿&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ideally yes a second environment with SAS and LSF to test the deployment and scheduling (obviously the schedule wouldn't run in the same frequency but it enables the developer to get things right before handing over for release). &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However in the real world, like your site and a site we manage this sometimes doesn't fit; At a site we manage the developers who have rights to schedule etc are now finding issues like what happens when they go on leave for a period of time, who monitors the job and re-triggers if they fail - given the jobs are scheduled using their ID becomes painful - you need to find a happy medium and have a good relationship with your SAS administrators &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could have a group setup in LSF with a lower priority that you could test your schedules and then pass to your admins to release in the production queue etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Barry&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2016 00:26:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/LSF-schedudling-developers-vs-admins/m-p/313312#M6599</guid>
      <dc:creator>twocanbazza</dc:creator>
      <dc:date>2016-11-22T00:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: LSF schedudling: developers vs admins</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/LSF-schedudling-developers-vs-admins/m-p/312959#M6582</link>
      <description>&lt;P&gt;There are particular options in LSF that enable you to allow non-owners to trigger jobs... although the are still called 'Administrators'...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Role&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Where defined&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Summary of permissions&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Normal user&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Any operating system user on LSF hosts. All users are automatically assigned this role.&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Normal users can view flow definitions, flows, calendars, and jobs that are owned by all users but can control only work items that they own.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Process Manager administrator&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Users that are specified in&amp;nbsp;JS_ADMINS&amp;nbsp;in the file&amp;nbsp;js.conf&amp;nbsp;after the first one that is listed.&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Process Manager administrators have full control over all Process Manager items of all users.&lt;/P&gt;&lt;P&gt;Process Manager administrators can view, control, and modify flow definitions, flows, calendars, and jobs on behalf of other users.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Process Manager Control administrator&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Users that are specified in&amp;nbsp;JS_CONTROL_ADMINS&amp;nbsp;in the file&amp;nbsp;js.conf.&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Process Manager Control administrators can view flow definitions, flows, calendars, and jobs that are owned by all users and can control flows and jobs on behalf of other users.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Process Manager Group administrator&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Users that are specified as GROUP_ADMIN in LSF user groups in thelsb.users&amp;nbsp;file when&amp;nbsp;JS_ENABLE_GROUP_ADMIN=true&amp;nbsp;in&amp;nbsp;js.conf.&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Group administrators can view flow definitions, flows, and calendars owned by all users.&lt;/P&gt;&lt;P&gt;Group administrators can control flows and jobs on behalf of users who are members of the same LSF user group.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As an admin I for one like the Idea to only allow admin to schedule (Should have been tested in UAT prior to being released and scheduled in production so no need to test) however this has other issues like who monitors job and resolves issues if it failes etc&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2016 02:02:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/LSF-schedudling-developers-vs-admins/m-p/312959#M6582</guid>
      <dc:creator>twocanbazza</dc:creator>
      <dc:date>2016-11-21T02:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: AUTHDOMAIN for users</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/AUTHDOMAIN-for-users/m-p/297087#M5981</link>
      <description>&lt;P&gt;If you have the users defined in the Metadata against AUTHDOMAINS The users could manually update their passwords in the metadata with the&amp;nbsp;&lt;SPAN&gt;SAS Personal Login Manager.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2016 23:43:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/AUTHDOMAIN-for-users/m-p/297087#M5981</guid>
      <dc:creator>twocanbazza</dc:creator>
      <dc:date>2016-09-07T23:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Future release SAS VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Future-release-SAS-VA/m-p/282856#M4763</link>
      <description>&lt;P&gt;I am Wondering if VA is at the same point of it's life cycle as WRS was when VA was released, given the shift in focus to SAS Viya&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2016 03:29:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Future-release-SAS-VA/m-p/282856#M4763</guid>
      <dc:creator>twocanbazza</dc:creator>
      <dc:date>2016-07-08T03:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Can't launch SAS Deployment Manager/Uninstall SAS 9.3 - Same problem!</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Can-t-launch-SAS-Deployment-Manager-Uninstall-SAS-9-3/m-p/233690#M3567</link>
      <description>&lt;P&gt;SAS Should be able to provide you a 9.3 license&lt;/P&gt;</description>
      <pubDate>Sun, 08 Nov 2015 20:32:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Can-t-launch-SAS-Deployment-Manager-Uninstall-SAS-9-3/m-p/233690#M3567</guid>
      <dc:creator>twocanbazza</dc:creator>
      <dc:date>2015-11-08T20:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.3 won't uninstall properly - same problem!</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-3-won-t-uninstall-properly/m-p/233689#M3566</link>
      <description>&lt;P&gt;SAS should be able to provide you a licence for 9.3&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Nov 2015 20:30:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-3-won-t-uninstall-properly/m-p/233689#M3566</guid>
      <dc:creator>twocanbazza</dc:creator>
      <dc:date>2015-11-08T20:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: SAS enterprise guide slow to open dataset on SAS server in AWS cloud</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-enterprise-guide-slow-to-open-dataset-on-SAS-server-in-AWS/m-p/232976#M3545</link>
      <description>&lt;P&gt;AWS Hosts Worldwide&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AWS has about 9 Regions where they host, each Region is split by at least two availability zones. &amp;nbsp;If your setup is basic with no failover etc your SAS server was stood-up in one of those availability zones. &amp;nbsp;That Region/Zone was selected by whoever set up the ec2 server and may not be your closest. You could Live on the west coast of the states and have your server in europe, not ideal. For myself I am in Auckland New Zealand and our closest AWS Region is Sydney Australia etc&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2015 21:14:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-enterprise-guide-slow-to-open-dataset-on-SAS-server-in-AWS/m-p/232976#M3545</guid>
      <dc:creator>twocanbazza</dc:creator>
      <dc:date>2015-11-03T21:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: SAS enterprise guide slow to open dataset on SAS server in AWS cloud</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-enterprise-guide-slow-to-open-dataset-on-SAS-server-in-AWS/m-p/232973#M3544</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Really hard to say how to fix with out knowing you network topography and how AWS is setup for your site&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What region is you EC2 running, and is it the closest region to your location. &amp;nbsp;Is you organisiation using AWS direct connect between your Site and AWS or are you accessing over the internet connection?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Several options, Look into direct connect (this will increase you bandwidth and thru put), another option is to have EG installed on a server in AWS and you RDP onto that. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also Just a warning, AWS charges for data out, so everytime you view a dataset like you have decribed it is costing you organisation money, having EG in AWS also will not incur that data download cost.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another issue could be that your PC that you have EG installed on is underpowered and is struggling?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2015 20:58:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-enterprise-guide-slow-to-open-dataset-on-SAS-server-in-AWS/m-p/232973#M3544</guid>
      <dc:creator>twocanbazza</dc:creator>
      <dc:date>2015-11-03T20:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: create a table name with a variable name</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/create-a-table-name-with-a-variable-name/m-p/230646#M16752</link>
      <description>&lt;P&gt;Does this work when not using the a macro var in the name, the error indicates and issue with Library permissions not the table name...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also what is the value of the macrovar when you get the issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Barry&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2015 21:15:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/create-a-table-name-with-a-variable-name/m-p/230646#M16752</guid>
      <dc:creator>twocanbazza</dc:creator>
      <dc:date>2015-10-19T21:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: AD Account is locked at SAS Server</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/AD-Account-is-locked-at-SAS-Server/m-p/227966#M3442</link>
      <description>&lt;P&gt;Have seen this before also but can't recall the exact problem... &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I gather the user can't log onto the server directly&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Given you have rebooted the server etc, a rouge session doesn't seem to be the issue...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;do you have credentials stored in the metadata? or hardcoded in SAS code? &amp;nbsp;are there any SAS jobs running on the server when the account is locked? &amp;nbsp;Is it after they do something in SAS or is it even when they don't do anything?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Although it is the SAS server that is seen to be be doing this it may not be SAS that is the issue....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Barry&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2015 23:01:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/AD-Account-is-locked-at-SAS-Server/m-p/227966#M3442</guid>
      <dc:creator>twocanbazza</dc:creator>
      <dc:date>2015-09-30T23:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Depots, which one was used?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Multiple-Depots-which-one-was-used/m-p/207081#M3036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunshine, will have a look as this points me in the right direction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should have said this is SAS 9.2, and don't know who did the install... &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://communities.sas.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Barry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 21:21:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Multiple-Depots-which-one-was-used/m-p/207081#M3036</guid>
      <dc:creator>twocanbazza</dc:creator>
      <dc:date>2015-08-25T21:21:52Z</dc:date>
    </item>
    <item>
      <title>Multiple Depots, which one was used?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Multiple-Depots-which-one-was-used/m-p/207079#M3034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully a simple question, and just making sure I haven't missed anything&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have multiple depots on site, is there a way of checking an installation for what depot was used (ie PC has EG installed and need to know what depot was used to do the install)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Barry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 20:16:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Multiple-Depots-which-one-was-used/m-p/207079#M3034</guid>
      <dc:creator>twocanbazza</dc:creator>
      <dc:date>2015-08-25T20:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect SAS EG 7.1 on virtual PC to metadata server on AIX box</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Unable-to-connect-SAS-EG-7-1-on-virtual-PC-to-metadata-server-on/m-p/197961#M14947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you got a SAS profile defined or a SAS metadata server running? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 03:25:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Unable-to-connect-SAS-EG-7-1-on-virtual-PC-to-metadata-server-on/m-p/197961#M14947</guid>
      <dc:creator>twocanbazza</dc:creator>
      <dc:date>2015-06-03T03:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: WRS cannot open the data which from oracle database</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/WRS-cannot-open-the-data-which-from-oracle-database/m-p/187215#M1951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then you are not testing like for like, try accessing through the information map from EG, as your information map may be using another server etc which may not have the same SAS products installed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Mar 2014 21:13:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/WRS-cannot-open-the-data-which-from-oracle-database/m-p/187215#M1951</guid>
      <dc:creator>twocanbazza</dc:creator>
      <dc:date>2014-03-02T21:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: WRS cannot open the data which from oracle database</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/WRS-cannot-open-the-data-which-from-oracle-database/m-p/187213#M1949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When using EG, can you access the data using the information map or are you accessing the data/library directly...&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 20:59:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/WRS-cannot-open-the-data-which-from-oracle-database/m-p/187213#M1949</guid>
      <dc:creator>twocanbazza</dc:creator>
      <dc:date>2014-02-27T20:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to output a list of all libraries in SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-output-a-list-of-all-libraries-in-SAS/m-p/118671#M1444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stumbled on this and thought it may help.&amp;nbsp; I believe it provides the answer you need (although the document has been mentioned here, here is the specific link I think)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/lrmeta/63180/HTML/default/viewer.htm#p1k9zipe59ha2an1pq34gu143lay.htm" title="http://support.sas.com/documentation/cdl/en/lrmeta/63180/HTML/default/viewer.htm#p1k9zipe59ha2an1pq34gu143lay.htm"&gt;SAS(R) 9.3 Language Interfaces to Metadata&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Barry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 23:38:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-output-a-list-of-all-libraries-in-SAS/m-p/118671#M1444</guid>
      <dc:creator>twocanbazza</dc:creator>
      <dc:date>2014-02-20T23:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Deployment Manager 9.3. starts with windows</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Deployment-Manager-9-3-starts-with-windows/m-p/175748#M2264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Best bet for this is to contact Tech Support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At a guess it is because the install hasn't appeared to have completed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Barry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Feb 2014 21:17:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Deployment-Manager-9-3-starts-with-windows/m-p/175748#M2264</guid>
      <dc:creator>twocanbazza</dc:creator>
      <dc:date>2014-02-16T21:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Access Data created in E.G. 5.1 in Office Analytics</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Cannot-Access-Data-created-in-E-G-5-1-in-Office-Analytics/m-p/184250#M1556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Just trying to understand what you have done, and I need to clarify your definitions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you say folder(s) under a library your admin created - are you talking about metadata folders or physical folders? As I am not sure you can create folders under a library in metadata...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How did you place the data in the folders?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Funny questions I know &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Barry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 00:35:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Cannot-Access-Data-created-in-E-G-5-1-in-Office-Analytics/m-p/184250#M1556</guid>
      <dc:creator>twocanbazza</dc:creator>
      <dc:date>2014-02-14T00:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: Order of programs in SAS EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Order-of-programs-in-SAS-EG/m-p/147408#M11617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As &lt;A __default_attr="255172" __jive_macro_name="user" class="jive_macro jive_macro_user" href="https://communities.sas.com/"&gt;&lt;/A&gt; (Reeza) said -&amp;nbsp; is to Link the programs, in the order you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 20:31:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Order-of-programs-in-SAS-EG/m-p/147408#M11617</guid>
      <dc:creator>twocanbazza</dc:creator>
      <dc:date>2014-01-20T20:31:42Z</dc:date>
    </item>
  </channel>
</rss>

