<?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 Putting a value with Quotes in a File in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Putting-a-value-with-Quotes-in-a-File/m-p/370438#M88455</link>
    <description>&lt;P&gt;I'm having some problems when putting a string with quotes into a file. I starts to get some problems when I assign it into a variable in my data step.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Greatly appreciate any assistance. Thanks!&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;%let val = -remove "User1":ALL;

data _null_;
file myfile;
tmp = "&amp;amp;val";
put tmp(~);
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 26 Jun 2017 06:35:33 GMT</pubDate>
    <dc:creator>milts</dc:creator>
    <dc:date>2017-06-26T06:35:33Z</dc:date>
    <item>
      <title>Putting a value with Quotes in a File</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Putting-a-value-with-Quotes-in-a-File/m-p/370438#M88455</link>
      <description>&lt;P&gt;I'm having some problems when putting a string with quotes into a file. I starts to get some problems when I assign it into a variable in my data step.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Greatly appreciate any assistance. Thanks!&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;%let val = -remove "User1":ALL;

data _null_;
file myfile;
tmp = "&amp;amp;val";
put tmp(~);
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 26 Jun 2017 06:35:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Putting-a-value-with-Quotes-in-a-File/m-p/370438#M88455</guid>
      <dc:creator>milts</dc:creator>
      <dc:date>2017-06-26T06:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: Putting a value with Quotes in a File</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Putting-a-value-with-Quotes-in-a-File/m-p/370439#M88456</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let val = -remove "User1":ALL;

data _null_;
file myfile;
tmp = symget("val");
put tmp(~);
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 26 Jun 2017 06:51:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Putting-a-value-with-Quotes-in-a-File/m-p/370439#M88456</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-06-26T06:51:31Z</dc:date>
    </item>
  </channel>
</rss>

