<?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: Set a Named setting in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Set-a-Named-setting/m-p/26646#M4778</link>
    <description>Thanks Cynthia:&lt;BR /&gt;
I will investigate that.&lt;BR /&gt;
But, to explain a little more.  Say the default setting for printing in windows is to to staple the sheet.  But Also have another named setting to print with no staples, called "NoStaples".&lt;BR /&gt;
My question is: is there a way to make "NoStaples" setting the default while in SAS, without changing the Windows default?&lt;BR /&gt;
&lt;BR /&gt;
Thanks for your time.&lt;BR /&gt;
&lt;BR /&gt;
Masoud</description>
    <pubDate>Fri, 11 Mar 2011 13:52:50 GMT</pubDate>
    <dc:creator>mpajoh</dc:creator>
    <dc:date>2011-03-11T13:52:50Z</dc:date>
    <item>
      <title>Set a Named setting</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Set-a-Named-setting/m-p/26644#M4776</link>
      <description>Hi All:&lt;BR /&gt;
Is there a way, maybe through the SASUSER profile, to set the default printer settings to a named setting?&lt;BR /&gt;
&lt;BR /&gt;
My version is 9.1.3 SP4 on Windows XP.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
&lt;BR /&gt;
Masoud</description>
      <pubDate>Thu, 10 Mar 2011 19:54:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Set-a-Named-setting/m-p/26644#M4776</guid>
      <dc:creator>mpajoh</dc:creator>
      <dc:date>2011-03-10T19:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Set a Named setting</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Set-a-Named-setting/m-p/26645#M4777</link>
      <description>Hi:&lt;BR /&gt;
  Not sure what you mean by a "named setting", but here's a place to get started and then investigate more in the documentation or in the SAS companion documentation for your operating system.&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/lrcon/62955/HTML/default/viewer.htm#a002194052.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrcon/62955/HTML/default/viewer.htm#a002194052.htm&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Fri, 11 Mar 2011 03:14:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Set-a-Named-setting/m-p/26645#M4777</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2011-03-11T03:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: Set a Named setting</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Set-a-Named-setting/m-p/26646#M4778</link>
      <description>Thanks Cynthia:&lt;BR /&gt;
I will investigate that.&lt;BR /&gt;
But, to explain a little more.  Say the default setting for printing in windows is to to staple the sheet.  But Also have another named setting to print with no staples, called "NoStaples".&lt;BR /&gt;
My question is: is there a way to make "NoStaples" setting the default while in SAS, without changing the Windows default?&lt;BR /&gt;
&lt;BR /&gt;
Thanks for your time.&lt;BR /&gt;
&lt;BR /&gt;
Masoud</description>
      <pubDate>Fri, 11 Mar 2011 13:52:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Set-a-Named-setting/m-p/26646#M4778</guid>
      <dc:creator>mpajoh</dc:creator>
      <dc:date>2011-03-11T13:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Set a Named setting</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Set-a-Named-setting/m-p/26647#M4779</link>
      <description>Hi:&lt;BR /&gt;
  I thought those were printer-specific settings -- tied to physical devices. &lt;BR /&gt;
                  &lt;BR /&gt;
  SAS has system options that impact output (for example, I can create an ODS PDF document with particular margin settings or paper orientation, no matter what printer I have attached to my system.) But I can't imagine how I would use a "No Staples" type of setting. If, for example, I was creating ODS HTML output, then printing would be managed by the browser's interface to the printer, so my "No Staples" setting in SAS would have no impact or no chance to impact the HTML in the browser.&lt;BR /&gt;
&lt;BR /&gt;
  If I created an ODS RTF file, then most of my margins, fonts, printer settings, etc, &lt;I&gt;&lt;B&gt;could&lt;/B&gt;&lt;/I&gt;&lt;B&gt;&lt;/B&gt; by changed by merely editing the document once it was opened in Word, in which case, printer settings inside SAS become irrelevant.&lt;BR /&gt;
&lt;BR /&gt;
If the documentation on printing/printer settings does not help you, you might want to work with Tech Support on this question.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
  cynthia</description>
      <pubDate>Fri, 11 Mar 2011 17:16:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Set-a-Named-setting/m-p/26647#M4779</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2011-03-11T17:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: Set a Named setting</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Set-a-Named-setting/m-p/26648#M4780</link>
      <description>Thanks.&lt;BR /&gt;
&lt;BR /&gt;
Masoud</description>
      <pubDate>Mon, 14 Mar 2011 15:19:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Set-a-Named-setting/m-p/26648#M4780</guid>
      <dc:creator>mpajoh</dc:creator>
      <dc:date>2011-03-14T15:19:46Z</dc:date>
    </item>
  </channel>
</rss>

