<?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: So very lost. in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/So-very-lost/m-p/536155#M6586</link>
    <description>&lt;P&gt;Read the documentation.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;For the length command, what does the '8' do at the end of the line and is its scope applied to all the variables or just to P90?&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The syntax is a series of pairs consisting of a variables list and a length. The number is the number of bytes used to store the variable. The $ indicates character variables, otherwise they are numeric. SAS stores all numbers as 8 byte floating point numbers. Hence the length for numeric should be 8.&amp;nbsp; If you use a smaller number then SAS will remove the lower order bytes of the floating point number when writing it to the disk.&amp;nbsp; That can work if the values are always integers, but it is normally NOT worth the effort.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;For informat&amp;nbsp;is this making the data numeric and removing the commas, how did you or SAS remove the dollar signs from the CSV?&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;An INFORMAT is instructions on how to convert text into values.&amp;nbsp; The COMMA informat is for reading strings with $ and commas as numbers.&amp;nbsp; Basically it just strips those two characters and then reads it as SAS normally reads numbers. So it also works fine with the PCHANGE variable that doesn't have either $ or comma.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;Finally rename verses label. From what I was reading label affects&amp;nbsp;the output but I'm not seeing how rename wouldn't be doing the same thing.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;A LABEL is metadata attached to a variable, basically a description.&amp;nbsp; Most reporting and analysis procedures (FREQ, GLM, etc.) will display the label on the output.&amp;nbsp; Your source file really looks more like a report than an actual data transfer document. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The variable NAME is the actual&amp;nbsp;unique id for the variable. It is what you need to type into your program. Nobody wants to type a sentence (and have to add extra quotes around it) in order to create a program.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Feb 2019 14:01:05 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2019-02-16T14:01:05Z</dc:date>
    <item>
      <title>So very lost.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/So-very-lost/m-p/536007#M6562</link>
      <description>&lt;P&gt;Sorry if this is rant-ish&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyway, I am trying to do a simple summary statistics on my data set. However, all of the variables are of type char when I need some&amp;nbsp;of them to be numeric. So I am trying to change their type but for the life of me cannot figure out how. Furthermore, I am also overthinking it to some extent as the variable names in the table contain white spaces and the values are of the form: $65,000.00 -- with that said, to me at least I think I need to remove the dollar sign, the comma, and the decimal point and its following digits.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the example to change types, all the data is being created in the proc and not pulled in from a table. I tried something like the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data work.import1;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; set work.import1;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I do not know how to reference the variables in work.import1 because of the whitespace.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2019 19:44:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/So-very-lost/m-p/536007#M6562</guid>
      <dc:creator>zsmith93</dc:creator>
      <dc:date>2019-02-15T19:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: So very lost.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/So-very-lost/m-p/536012#M6563</link>
      <description>&lt;P&gt;To turn character variables that look like numbers into actual numbers, you could use the INPUT function.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?cdcId=pgmmvacdc&amp;amp;cdcVersion=9.4&amp;amp;docsetId=lefunctionsref&amp;amp;docsetTarget=p19en16vskd2vhn1vwmxpxnglxxs.htm&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?cdcId=pgmmvacdc&amp;amp;cdcVersion=9.4&amp;amp;docsetId=lefunctionsref&amp;amp;docsetTarget=p19en16vskd2vhn1vwmxpxnglxxs.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are examples at that link.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2019 19:49:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/So-very-lost/m-p/536012#M6563</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-02-15T19:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: So very lost.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/So-very-lost/m-p/536016#M6564</link>
      <description>&lt;P&gt;In order to reference variables that don't follow the naming convention rules you can use a SAS name constant.&lt;/P&gt;
&lt;P&gt;For example, I want to create a new column called New which has the same value as my other one called A Column:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;New= 'A Coulmn'n;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Put the variable name in quotes and put the letter n after the ending quote.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2019 19:58:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/So-very-lost/m-p/536016#M6564</guid>
      <dc:creator>brzcol</dc:creator>
      <dc:date>2019-02-15T19:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: So very lost.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/So-very-lost/m-p/536022#M6565</link>
      <description>&lt;P&gt;thank you! As soon as I took a step back I found this was a common question. Although in what I found the way they have it listed is&amp;nbsp;&lt;BR /&gt;'Name lastName'n&amp;nbsp;= Name_LastName does SAS make a fuss if its this way I'm used to C so I think of it as your example, VARIABLE = EXPRESSION compared to EXPRESSION = VARIABLE. Or does it not matter in SAS?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2019 20:07:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/So-very-lost/m-p/536022#M6565</guid>
      <dc:creator>zsmith93</dc:creator>
      <dc:date>2019-02-15T20:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: So very lost.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/So-very-lost/m-p/536033#M6567</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/197485"&gt;@zsmith93&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;thank you! As soon as I took a step back I found this was a common question. Although in what I found the way they have it listed is&amp;nbsp;&lt;BR /&gt;'Name lastName'n&amp;nbsp;= Name_LastName does SAS make a fuss if its this way I'm used to C so I think of it as your example, VARIABLE = EXPRESSION compared to EXPRESSION = VARIABLE. Or does it not matter in SAS?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;A normal assignment statement in SAS has the target on the left and the expression on the right.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;new_var = 'Silly Name for a variable'n ;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If you are trying to use a RENAME statement (or RENAME= option) then the old name is on the left and the new name on the right.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;rename  'Silly Name for a variable'n = new_var ;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you created the dataset using PROC IMPORT then try running that step again, only set the option VALIDVARNAME to V7.&amp;nbsp; Normally then PROC IMPORT will convert your goofy names with spaces and other invalid characters into something that is easier to use.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options validvarname=v7;
proc import ....&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If you have a variable named 'total cost'n that contains text like '$3,210.85' you can convert that to a new variable by using an INPUT() function call with the COMMA informat.&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data want;
  set have ;
  total_cost = input('total cost'n,comma32.);
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Note that you need to make a NEW variable.&amp;nbsp; You cannot change the type of an existing variable.&amp;nbsp; You can use the RENAME statement to change the names if you liked the old name and want to keep using it for the new numeric variable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2019 20:34:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/So-very-lost/m-p/536033#M6567</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-02-15T20:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: So very lost.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/So-very-lost/m-p/536037#M6568</link>
      <description>&lt;P&gt;What is your original data source?&lt;BR /&gt;Usually, the easiest and best solution is to read it in properly instead of fixing it after the fact.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/197485"&gt;@zsmith93&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Sorry if this is rant-ish&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyway, I am trying to do a simple summary statistics on my data set. However, all of the variables are of type char when I need some&amp;nbsp;of them to be numeric. So I am trying to change their type but for the life of me cannot figure out how. Furthermore, I am also overthinking it to some extent as the variable names in the table contain white spaces and the values are of the form: $65,000.00 -- with that said, to me at least I think I need to remove the dollar sign, the comma, and the decimal point and its following digits.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the example to change types, all the data is being created in the proc and not pulled in from a table. I tried something like the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data work.import1;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; set work.import1;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I do not know how to reference the variables in work.import1 because of the whitespace.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2019 20:35:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/So-very-lost/m-p/536037#M6568</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-02-15T20:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: So very lost.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/So-very-lost/m-p/536045#M6570</link>
      <description>&lt;P&gt;I'm not sure if it's permitted so I hope I'm not breaking any rules. The files are from the following,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.kaggle.com/wsj/college-salaries" target="_blank"&gt;https://www.kaggle.com/wsj/college-salaries&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using all three data sources so I'd have to fix all three.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2019 20:44:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/So-very-lost/m-p/536045#M6570</guid>
      <dc:creator>zsmith93</dc:creator>
      <dc:date>2019-02-15T20:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: So very lost.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/So-very-lost/m-p/536052#M6571</link>
      <description>Kaggle is fine. How did you import the data, show us that code.&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Feb 2019 20:51:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/So-very-lost/m-p/536052#M6571</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-02-15T20:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: So very lost.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/So-very-lost/m-p/536055#M6573</link>
      <description>&lt;P&gt;Those are just CSV files. So no need to "IMPORT" them. Just write a simple data step to read them.&lt;/P&gt;
&lt;P&gt;So for the first one I just copied the first line of text and used that to create the variable names and labels.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data payback ;
  infile 'degress-that-pay-back.csv' dsd truncover firstobs=2;
  length Major $40 Starting Median Pchange P10 P25 P75 P90 8;
  informat _numeric_ comma.;
  input major -- p90;
  label
    Major = 'Undergraduate Major'
    Starting ='Starting Median Salary'
    Median = 'Mid-Career Median Salary'
    Pchange = 'Percent change from Starting to Mid-Career Salary'
    P10 = 'Mid-Career 10th Percentile Salary'
    P25 = 'Mid-Career 25th Percentile Salary'
    P75 = 'Mid-Career 75th Percentile Salary'
    P90 = 'Mid-Career 90th Percentile Salary'
  ;
run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 15 Feb 2019 21:00:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/So-very-lost/m-p/536055#M6573</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-02-15T21:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: So very lost.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/So-very-lost/m-p/536132#M6584</link>
      <description>&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":red_heart:"&gt;❤️&lt;/span&gt; aaaaaaaaaaaah, that's beautiful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Okay, I just want to run by some questions to make sure I comprehend it. Had I used IMPORT it would just auto-gen a table and I would be left to fix it, whereas this preemptively addresses the issues, correct?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the length command, what does the '8' do at the end of the line and is its scope applied to all the variables or just to P90?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For informat&amp;nbsp;is this making the data numeric and removing the commas, how did you or SAS remove the dollar signs from the CSV?&lt;BR /&gt;&lt;BR /&gt;Finally rename verses label. From what I was reading label affects&amp;nbsp;the output but I'm not seeing how rename wouldn't be doing the same thing.&lt;BR /&gt;&lt;BR /&gt;Sorry, it's late and my question could probably be answered if I poked around some more.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Feb 2019 06:16:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/So-very-lost/m-p/536132#M6584</guid>
      <dc:creator>zsmith93</dc:creator>
      <dc:date>2019-02-16T06:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: So very lost.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/So-very-lost/m-p/536133#M6585</link>
      <description>I just double clicked it and hit the run icon from the auto-gen</description>
      <pubDate>Sat, 16 Feb 2019 06:17:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/So-very-lost/m-p/536133#M6585</guid>
      <dc:creator>zsmith93</dc:creator>
      <dc:date>2019-02-16T06:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: So very lost.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/So-very-lost/m-p/536155#M6586</link>
      <description>&lt;P&gt;Read the documentation.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;For the length command, what does the '8' do at the end of the line and is its scope applied to all the variables or just to P90?&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The syntax is a series of pairs consisting of a variables list and a length. The number is the number of bytes used to store the variable. The $ indicates character variables, otherwise they are numeric. SAS stores all numbers as 8 byte floating point numbers. Hence the length for numeric should be 8.&amp;nbsp; If you use a smaller number then SAS will remove the lower order bytes of the floating point number when writing it to the disk.&amp;nbsp; That can work if the values are always integers, but it is normally NOT worth the effort.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;For informat&amp;nbsp;is this making the data numeric and removing the commas, how did you or SAS remove the dollar signs from the CSV?&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;An INFORMAT is instructions on how to convert text into values.&amp;nbsp; The COMMA informat is for reading strings with $ and commas as numbers.&amp;nbsp; Basically it just strips those two characters and then reads it as SAS normally reads numbers. So it also works fine with the PCHANGE variable that doesn't have either $ or comma.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;Finally rename verses label. From what I was reading label affects&amp;nbsp;the output but I'm not seeing how rename wouldn't be doing the same thing.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;A LABEL is metadata attached to a variable, basically a description.&amp;nbsp; Most reporting and analysis procedures (FREQ, GLM, etc.) will display the label on the output.&amp;nbsp; Your source file really looks more like a report than an actual data transfer document. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The variable NAME is the actual&amp;nbsp;unique id for the variable. It is what you need to type into your program. Nobody wants to type a sentence (and have to add extra quotes around it) in order to create a program.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Feb 2019 14:01:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/So-very-lost/m-p/536155#M6586</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-02-16T14:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: So very lost.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/So-very-lost/m-p/536156#M6587</link>
      <description>&lt;P&gt;More on variable lists.&amp;nbsp; The little program I posted used variable lists in these statements:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;length Major $40 Starting Median Pchange P10 P25 P75 P90 8;
informat _numeric_ comma.;
input major -- p90;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;So there are 4 variable lists in there.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The LENGTH statement has two. The first one is just the single variable Major. The second is a space delimited list of names.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The INFORMAT statement uses the special keyword _NUMERIC_ to indicate all numeric variables that are defined (so far) in the data step.&amp;nbsp; You can also use _CHARACTER_ and _ALL_ as variable lists.&lt;/P&gt;
&lt;P&gt;The IINPUT statement uses a positional variable list.&amp;nbsp; Basically the double hyphen means that SAS should take all of the variables (by their order in the dataset) from the first name to the last name.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also use a single hyphen to get a range of names that end in a numeric suffix.&amp;nbsp; Example: VAR1 - VAR23&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And you can use a colon suffix to get all variables that start with a common prefix.&amp;nbsp; Example:&amp;nbsp; P:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Feb 2019 14:14:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/So-very-lost/m-p/536156#M6587</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-02-16T14:14:02Z</dc:date>
    </item>
  </channel>
</rss>

