<?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>SASguyCO Tracker</title>
    <link>https://communities.sas.com/kntur85557/tracker</link>
    <description>SASguyCO Tracker</description>
    <pubDate>Sun, 10 May 2026 10:35:43 GMT</pubDate>
    <dc:date>2026-05-10T10:35:43Z</dc:date>
    <item>
      <title>Re: sample a similar population?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/sample-a-similar-population/m-p/217925#M11788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Reeza, can you please provide sample syntax of how this would be accomplished with PROC SURVEYSELECT?&amp;nbsp; I've looked at the documentation and it seems pretty complex.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 04:10:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/sample-a-similar-population/m-p/217925#M11788</guid>
      <dc:creator>SASguyCO</dc:creator>
      <dc:date>2015-04-09T04:10:04Z</dc:date>
    </item>
    <item>
      <title>sample a similar population?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/sample-a-similar-population/m-p/217923#M11786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure this is the correct forum so please someone point me in the right direction if it's not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one population that is distributed a certain way by length of tenure and I'd like to sample from another population such that I end up with the same distribution.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example I have pop A summarized as follows:&lt;/P&gt;&lt;P&gt;&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;&amp;nbsp; %&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;tenure 1&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&lt;/P&gt;&lt;P&gt;tenure 2&amp;nbsp;&amp;nbsp;&amp;nbsp; 30&lt;/P&gt;&lt;P&gt;tenure 3&amp;nbsp;&amp;nbsp;&amp;nbsp; 25&lt;/P&gt;&lt;P&gt;tenure 4&amp;nbsp;&amp;nbsp;&amp;nbsp; 35&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I'd like to randomly sample from pop B (say, 1,000,000 records) so that the 4 tenure buckets distribute just like pop A above so I'd have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pop B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N&lt;/P&gt;&lt;P&gt;tenure 1&amp;nbsp;&amp;nbsp; 100,000&lt;/P&gt;&lt;P&gt;tenure 2&amp;nbsp;&amp;nbsp; 300,000&lt;/P&gt;&lt;P&gt;tenure 3&amp;nbsp;&amp;nbsp; 250,000&lt;/P&gt;&lt;P&gt;tenure 4&amp;nbsp;&amp;nbsp; 350,000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I imagine there has to be some sort of statistical/sampling PROC to achieve this? If not, perhaps some basic code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a ton for any assistance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 01:33:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/sample-a-similar-population/m-p/217923#M11786</guid>
      <dc:creator>SASguyCO</dc:creator>
      <dc:date>2015-04-09T01:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Need to condense a PROC SQL into one step</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-to-condense-a-PROC-SQL-into-one-step/m-p/125672#M25661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes a data step is fine too, but it's okay as I've gone about my solution another way.&amp;nbsp; Appreciate everyone's help though!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2013 15:57:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-to-condense-a-PROC-SQL-into-one-step/m-p/125672#M25661</guid>
      <dc:creator>SASguyCO</dc:creator>
      <dc:date>2013-07-08T15:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Need to condense a PROC SQL into one step</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-to-condense-a-PROC-SQL-into-one-step/m-p/125668#M25657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the replies all.&amp;nbsp; I asked about windowing because I was told by another colleague that this is what I needed to do via SQL syntax.&amp;nbsp; He actually created the syntax for me in SQL but I can't convert it to SAS SQL with the functions he has used.&amp;nbsp; It's all good though.&amp;nbsp; I appreciate the help, but think I'm going to need to go another direction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jul 2013 03:28:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-to-condense-a-PROC-SQL-into-one-step/m-p/125668#M25657</guid>
      <dc:creator>SASguyCO</dc:creator>
      <dc:date>2013-07-03T03:28:49Z</dc:date>
    </item>
    <item>
      <title>Need to condense a PROC SQL into one step</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-to-condense-a-PROC-SQL-into-one-step/m-p/125663#M25652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two data sets test1 and test2 as such:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Test1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Var1&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Test2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Var1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pack&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rank&lt;/P&gt;&lt;P&gt;1&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; aaa&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1a&lt;/P&gt;&lt;P&gt;1&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; bbb&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1b&lt;/P&gt;&lt;P&gt;2&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; aaa&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2a&lt;/P&gt;&lt;P&gt;2&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; bbb&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2b&lt;/P&gt;&lt;P&gt;2&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; ccc&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2c&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to end up with a data set test3 as such using a single PROC SQL step. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Test3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Var1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pack&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rank&lt;/P&gt;&lt;P&gt;1&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; bbb&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1b&lt;/P&gt;&lt;P&gt;2&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; ccc&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2c&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can do it in two PROC SQL steps using a MAX function and then joining back, but I believe this can be done with "windowing" in just one step but not sure how to exactly? &lt;/P&gt;&lt;P&gt;Any help is greatly appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 22:44:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-to-condense-a-PROC-SQL-into-one-step/m-p/125663#M25652</guid>
      <dc:creator>SASguyCO</dc:creator>
      <dc:date>2013-07-02T22:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: preserving (or adding single 'quotes') around a computed macro rolling date variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/preserving-or-adding-single-quotes-around-a-computed-macro/m-p/100215#M21029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Works like a charm!&amp;nbsp; Thanks so much for the quick reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 20:02:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/preserving-or-adding-single-quotes-around-a-computed-macro/m-p/100215#M21029</guid>
      <dc:creator>SASguyCO</dc:creator>
      <dc:date>2013-02-06T20:02:17Z</dc:date>
    </item>
    <item>
      <title>preserving (or adding single 'quotes') around a computed macro rolling date variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/preserving-or-adding-single-quotes-around-a-computed-macro/m-p/100213#M21027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Due to the way our database is set up, I need to pull a weeks worth of data at a time in the format 'YYYY-MM-DD' and it has to be enclosed in single quotes.&amp;nbsp; I've never been really good at the whole reading or not reading those strange characters with macro variables so I thought I'd ask the experts!&amp;nbsp; I'm fairly certain this is an easy solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what I have so far.&amp;nbsp; This gives me the two macro date variables &amp;amp;date1 and &amp;amp;date2.&amp;nbsp; However, I need to have single 'quotes' around them so that it resolves to '2013-01-28' and '2013-02-03' respectively.&amp;nbsp; I know I can't just put single quotes '&amp;amp;date1' and '&amp;amp;date2' like such but I'm not sure how to go about this.&amp;nbsp; Your input is always really appreciated!&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 14pt;"&gt;%let&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 14pt;"&gt; datem=today();&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 14pt; background: white; font-family: 'Courier New';"&gt;data&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 14pt;"&gt;_null_&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 14pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 14pt;"&gt;date1=put(intnx(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple; font-size: 14pt;"&gt;'week.2'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 14pt;"&gt;,&amp;amp;datem,-&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 14pt; background: white; font-family: 'Courier New';"&gt;1&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 14pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple; font-size: 14pt;"&gt;'b'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 14pt;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: teal; font-size: 14pt;"&gt;yymmddd10.&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 14pt;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 14pt;"&gt;date2=put(intnx(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple; font-size: 14pt;"&gt;'week.2'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 14pt;"&gt;,&amp;amp;datem,-&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 14pt; background: white; font-family: 'Courier New';"&gt;1&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 14pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple; font-size: 14pt;"&gt;'e'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 14pt;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: teal; font-size: 14pt;"&gt;yymmddd10.&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 14pt;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 14pt;"&gt;call&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 14pt;"&gt; symputx(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple; font-size: 14pt;"&gt;'date1'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 14pt;"&gt;,date1);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 14pt;"&gt;call&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 14pt;"&gt; symputx(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple; font-size: 14pt;"&gt;'date2'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 14pt;"&gt;,date2);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 14pt; background: white; font-family: 'Courier New';"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 14pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 14pt;"&gt;%put&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 14pt;"&gt; &amp;amp;date1 &amp;amp;date2;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 19:21:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/preserving-or-adding-single-quotes-around-a-computed-macro/m-p/100213#M21027</guid>
      <dc:creator>SASguyCO</dc:creator>
      <dc:date>2013-02-06T19:21:15Z</dc:date>
    </item>
    <item>
      <title>calling E-miner from SAS EG code?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/calling-E-miner-from-SAS-EG-code/m-p/97193#M783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to take a data set that has been created in SAS Enterprise Guide and then call SAS Enterprise miner (via SAS coding) and automatically run it through a CHAID tree analysis?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, I am trying to write an automation that can take a data set with about 100 variables that is created via an automation in SAS EG and call SAS Eminer and run it through a CHAID tree.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm thinking there is, but not certain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2012 07:59:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/calling-E-miner-from-SAS-EG-code/m-p/97193#M783</guid>
      <dc:creator>SASguyCO</dc:creator>
      <dc:date>2012-04-27T07:59:03Z</dc:date>
    </item>
    <item>
      <title>how to subset data for a graph so that lines are not stacked?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/how-to-subset-data-for-a-graph-so-that-lines-are-not-stacked/m-p/45244#M1502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is good to Robert, but I'd rather have it all on one graph as opposed to separate graphs for each bucket. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 18:59:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/how-to-subset-data-for-a-graph-so-that-lines-are-not-stacked/m-p/45244#M1502</guid>
      <dc:creator>SASguyCO</dc:creator>
      <dc:date>2012-03-27T18:59:47Z</dc:date>
    </item>
    <item>
      <title>how to subset data for a graph so that lines are not stacked?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/how-to-subset-data-for-a-graph-so-that-lines-are-not-stacked/m-p/45243#M1501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I'm using EG 4.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sanjay, can you provide example syntax for using the sgpanel and the panelby commands?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 18:59:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/how-to-subset-data-for-a-graph-so-that-lines-are-not-stacked/m-p/45243#M1501</guid>
      <dc:creator>SASguyCO</dc:creator>
      <dc:date>2012-03-27T18:59:05Z</dc:date>
    </item>
    <item>
      <title>how to subset data for a graph so that lines are not stacked?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/how-to-subset-data-for-a-graph-so-that-lines-are-not-stacked/m-p/45239#M1497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; You the man Sanjay! thanks so much.&amp;nbsp; that's very easy and helpful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 17:54:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/how-to-subset-data-for-a-graph-so-that-lines-are-not-stacked/m-p/45239#M1497</guid>
      <dc:creator>SASguyCO</dc:creator>
      <dc:date>2012-03-27T17:54:29Z</dc:date>
    </item>
    <item>
      <title>how to subset data for a graph so that lines are not stacked?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/how-to-subset-data-for-a-graph-so-that-lines-are-not-stacked/m-p/45237#M1495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Is it simpler to have it done side by side?&amp;nbsp; Doesn't need to be one in front of the other, just not stacked.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 17:42:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/how-to-subset-data-for-a-graph-so-that-lines-are-not-stacked/m-p/45237#M1495</guid>
      <dc:creator>SASguyCO</dc:creator>
      <dc:date>2012-03-27T17:42:23Z</dc:date>
    </item>
    <item>
      <title>how to subset data for a graph so that lines are not stacked?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/how-to-subset-data-for-a-graph-so-that-lines-are-not-stacked/m-p/45235#M1493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the following example which produces the attached graph.&amp;nbsp; How do I alter the code so that in the output the orange and green bars are not stacked but rather one in front of the other?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a ton!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; background-color: white; font-family: 'Courier New';"&gt;data&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; background-color: white;"&gt; test;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; background-color: white;"&gt;input&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; background-color: white;"&gt; bucket date:&lt;/SPAN&gt;&lt;SPAN style="color: teal; font-family: 'Courier New'; background-color: white;"&gt;mmddyy10.&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; background-color: white;"&gt; pct group $;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; background-color: white;"&gt;datalines&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; background-color: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; background-color: #ffffc0;"&gt;1 11/01/2011 2 Study&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; background-color: #ffffc0;"&gt;1 12/01/2011 3 Study&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; background-color: #ffffc0;"&gt;1 01/01/2012 2 Study&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; background-color: #ffffc0;"&gt;1 11/01/2011 3 Base&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; background-color: #ffffc0;"&gt;1 12/01/2011 5 Base&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; background-color: #ffffc0;"&gt;1 01/01/2012 3 Base&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; background-color: #ffffc0;"&gt;2 11/01/2011 6 Study&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; background-color: #ffffc0;"&gt;2 12/01/2011 3 Study&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; background-color: #ffffc0;"&gt;2 01/01/2012 4 Study&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; background-color: #ffffc0;"&gt;2 11/01/2011 3 Base&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; background-color: #ffffc0;"&gt;2 12/01/2011 7 Base&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; background-color: #ffffc0;"&gt;2 01/01/2012 2 Base&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; background-color: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; background-color: white; font-family: 'Courier New';"&gt;run&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; background-color: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; background-color: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; background-color: white; font-family: 'Courier New';"&gt;PROC&lt;/STRONG&gt; &lt;STRONG style="color: navy; background-color: white; font-family: 'Courier New';"&gt;GCHART&lt;/STRONG&gt; &lt;SPAN style="color: blue; font-family: 'Courier New'; background-color: white;"&gt;DATA&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; background-color: white;"&gt;=WORK.test;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; background-color: white;"&gt;format&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; background-color: white;"&gt; date &lt;/SPAN&gt;&lt;SPAN style="color: teal; font-family: 'Courier New'; background-color: white;"&gt;mmyyd7.&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; background-color: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: blue; font-family: 'Courier New'; background-color: white;"&gt;VBAR3d&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; background-color: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; background-color: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; background-color: white;"&gt;/&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; background-color: white;"&gt;discrete&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: blue; font-family: 'Courier New'; background-color: white;"&gt;SUMVAR&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; background-color: white;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; background-color: white;"&gt;pct&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: blue; font-family: 'Courier New'; background-color: white;"&gt;group&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; background-color: white;"&gt;=bucket&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: blue; font-family: 'Courier New'; background-color: white;"&gt;subgroup&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; background-color: white;"&gt;=group&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: blue; font-family: 'Courier New'; background-color: white;"&gt;CLIPREF&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; background-color: white;"&gt;FRAME&lt;/SPAN&gt; &lt;SPAN style="color: blue; font-family: 'Courier New'; background-color: white;"&gt;TYPE&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; background-color: white;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; background-color: white;"&gt;SUM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; background-color: white;"&gt;COUTLINE&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; background-color: white;"&gt;=BLACK&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; background-color: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; background-color: white; font-family: 'Courier New';"&gt;RUN&lt;/STRONG&gt;; &lt;STRONG style="color: navy; background-color: white; font-family: 'Courier New';"&gt;QUIT&lt;/STRONG&gt;;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11276i43F82C5E8B864286/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="test.jpg" title="test.jpg" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 17:26:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/how-to-subset-data-for-a-graph-so-that-lines-are-not-stacked/m-p/45235#M1493</guid>
      <dc:creator>SASguyCO</dc:creator>
      <dc:date>2012-03-27T17:26:45Z</dc:date>
    </item>
    <item>
      <title>Dates getting changed between data and graph?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Dates-getting-changed-between-data-and-graph/m-p/41966#M1357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; That did it Dan!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a ton!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2012 21:12:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Dates-getting-changed-between-data-and-graph/m-p/41966#M1357</guid>
      <dc:creator>SASguyCO</dc:creator>
      <dc:date>2012-03-23T21:12:04Z</dc:date>
    </item>
    <item>
      <title>Dates getting changed between data and graph?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Dates-getting-changed-between-data-and-graph/m-p/41964#M1355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having issues with my date values changing when I run a proc gplot or gchart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a simple example with output I dervied that illustrates the problem.&amp;nbsp; My dates are only 1/1/2012 and 2/1/2012, yet when I graph it 1/3/2012, 1/13/2012, 1/23/2012, and 2/2/2012.&amp;nbsp; Does anyone know why this is happening? I only want two dates showing, the only two in the data set 1/1/2012 and 2/1/2012 and ideally in the mmyyd7. format.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you!&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; color: #000080; font-family: Courier New;"&gt;&lt;SPAN style="color: #000080; font-size: 12pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 12pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN&gt;&lt;STRONG&gt;data&lt;/STRONG&gt; t2;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="background: white; color: blue; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;format&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt; breakout &lt;/SPAN&gt;&lt;SPAN style="background: white; color: teal; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;$15.&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="background: white; color: blue; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;input&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt; breakout $ value date:&lt;/SPAN&gt;&lt;SPAN style="background: white; color: teal; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;mmddyy10.&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="background: white; color: blue; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;datalines&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="background: #ffffc0; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;group1 41 1/1/2012&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="background: #ffffc0; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;group1 25 2/1/2012&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="background: #ffffc0; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;group2 15 1/1/2012&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="background: #ffffc0; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;group2 7&amp;nbsp; 2/1/2012&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="background: #ffffc0; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;group3 63 1/1/2012&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="background: #ffffc0; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;group3 21 2/1/2012&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="background: #ffffc0; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;group4 9&amp;nbsp; 1/1/2012&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="background: #ffffc0; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;group4 32 2/1/2012&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="background: white; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="background: white; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;gchart&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;=t2;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="background: white; color: blue; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;format&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt; date &lt;/SPAN&gt;&lt;SPAN style="background: white; color: teal; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;mmddyy10.&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="background: white; color: blue; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;vbar3d&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt; date /&lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;sumvar&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;=value &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;subgroup&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;=breakout&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="background: white; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;width&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;STRONG&gt;9&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="background: white; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;space&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;STRONG&gt;4&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="background: white; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;cframe&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;=gray;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN&gt;&lt;STRONG&gt;quit&lt;/STRONG&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000080; font-size: 12pt; font-family: Courier New;"&gt;&lt;SPAN&gt;﻿&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000080; font-size: 12pt; font-family: Courier New;"&gt;﻿&lt;/SPAN&gt;&lt;SPAN style="font-size: 11pt; font-family: 'Calibri','sans-serif';"&gt; &lt;IMG alt="graph.JPG" class="jive-image-thumbnail jive-image" onclick="" src="https://communities.sas.com/legacyfs/online/1564_graph.JPG" width="450" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2012 19:02:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Dates-getting-changed-between-data-and-graph/m-p/41964#M1355</guid>
      <dc:creator>SASguyCO</dc:creator>
      <dc:date>2012-03-23T19:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: trouble importing raw text file (3 columns only)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/trouble-importing-raw-text-file-3-columns-only/m-p/41830#M10845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Tom, that worked too!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 23:48:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/trouble-importing-raw-text-file-3-columns-only/m-p/41830#M10845</guid>
      <dc:creator>SASguyCO</dc:creator>
      <dc:date>2012-01-30T23:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: trouble importing raw text file (3 columns only)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/trouble-importing-raw-text-file-3-columns-only/m-p/41828#M10843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks FriedEgg!&amp;nbsp; that's the ticket!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Quick questions though, what is the purpose of the colon before the informat?&amp;nbsp; You have it again after the acct variable too?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Last, how come you changed the anydtdte length to be 21?&amp;nbsp; Was there a reason you chose that length?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 23:38:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/trouble-importing-raw-text-file-3-columns-only/m-p/41828#M10843</guid>
      <dc:creator>SASguyCO</dc:creator>
      <dc:date>2012-01-30T23:38:27Z</dc:date>
    </item>
    <item>
      <title>trouble importing raw text file (3 columns only)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/trouble-importing-raw-text-file-3-columns-only/m-p/41824#M10839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Here is a sample of what's in the text file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Date","Account Number (prop6)","Visits"&lt;/P&gt;&lt;P&gt;"January 1, 2011","",31709&lt;/P&gt;&lt;P&gt;"January 1, 2011","10001767",1&lt;/P&gt;&lt;P&gt;"January 1, 2011","10003595",1&lt;/P&gt;&lt;P&gt;"January 1, 2011","1001489",1&lt;/P&gt;&lt;P&gt;"January 1, 2011","10041613",1&lt;/P&gt;&lt;P&gt;"January 13, 2011","52094543",1&lt;/P&gt;&lt;P&gt;"January 13, 2011","52094640",1&lt;/P&gt;&lt;P&gt;"April 10, 2011","",37979&lt;/P&gt;&lt;P&gt;"April 11, 2011","",36743&lt;/P&gt;&lt;P&gt;"April 12, 2011","",36164&lt;/P&gt;&lt;P&gt;"April 13, 2011","",36517&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 23:09:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/trouble-importing-raw-text-file-3-columns-only/m-p/41824#M10839</guid>
      <dc:creator>SASguyCO</dc:creator>
      <dc:date>2012-01-30T23:09:03Z</dc:date>
    </item>
    <item>
      <title>trouble importing raw text file (3 columns only)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/trouble-importing-raw-text-file-3-columns-only/m-p/41823#M10838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've never been too good at importing raw text files &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://communities.sas.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt; and am having trouble with this simple one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only has three columns, however the first one is a date column that is written out in full form ie January 5, 2011, etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need to bring it into SAS EG and have gotten this far below, but it's still not quite right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is a sample of the raw text file and testfile is the fileref to the actual text file.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Any assistance is greatly appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="yiv922386552MsoNormal"&gt;&lt;STRONG style="color: navy; background: white; font-family: 'Courier New';"&gt;data&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt; test;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="yiv922386552MsoNormal"&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue;"&gt;infile&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple;"&gt;testfile&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue;"&gt;firstobs&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt;=&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-family: 'Courier New';"&gt;2&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue;"&gt;dsd&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue;"&gt;termstr&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt;=crlf;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="yiv922386552MsoNormal"&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: green;"&gt;*length date $20.;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="yiv922386552MsoNormal"&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue;"&gt;input&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt; date &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: teal;"&gt;anydtdte20.&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt; cust_acct_nbr visits;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="yiv922386552MsoNormal"&gt;&lt;STRONG style="color: navy; background: white; font-family: 'Courier New';"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 23:05:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/trouble-importing-raw-text-file-3-columns-only/m-p/41823#M10838</guid>
      <dc:creator>SASguyCO</dc:creator>
      <dc:date>2012-01-30T23:05:03Z</dc:date>
    </item>
    <item>
      <title>how to delete a SAS file without using PROC DELETE</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-delete-a-SAS-file-without-using-PROC-DELETE/m-p/19218#M3874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks again Art and FriedEgg.&amp;nbsp; Looks like it's not defined.&amp;nbsp; I looked at the link Art and it's certainly helpful.&amp;nbsp; Option 2 won't fly for sure, and option 1 requires me to gain admin rights which they will want to know what for so I'm not sure they'll let me go about it that way either.&amp;nbsp; Appreciate the help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2011 23:34:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-delete-a-SAS-file-without-using-PROC-DELETE/m-p/19218#M3874</guid>
      <dc:creator>SASguyCO</dc:creator>
      <dc:date>2011-09-28T23:34:34Z</dc:date>
    </item>
  </channel>
</rss>

