<?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: how do i solve &amp;quot;closing clipboard failed error&amp;quot; in SAS 9.4 in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/how-do-i-solve-quot-closing-clipboard-failed-error-quot-in-SAS-9/m-p/766640#M30660</link>
    <description>&lt;P&gt;i am using SAS 9.4 on windows. i got it from my university and installed it on my system&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How are you interacting with SAS?&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Are you submitting your program from the command line to run the background? No&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Opening SAS Display Manager to work interactively with SAS?&amp;nbsp; No&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Using some other user interface to submit SAS code, like Enterprise Guide or SAS/Studio? no&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;i&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Sep 2021 16:55:43 GMT</pubDate>
    <dc:creator>Banke</dc:creator>
    <dc:date>2021-09-08T16:55:43Z</dc:date>
    <item>
      <title>how do i solve "closing clipboard failed error" in SAS 9.4</title>
      <link>https://communities.sas.com/t5/New-SAS-User/how-do-i-solve-quot-closing-clipboard-failed-error-quot-in-SAS-9/m-p/766633#M30655</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i applied a format to some of my variables and i want to now save the format permanently in my dataset. my log is showing error of "closing clipboard failed". what can i do please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;my format code which was sucessful is&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;/** CREATE VALUES FOR RACE AND SEX IN FOLDER BIOSTAT CREATED IN LIBRARY**/&lt;BR /&gt;PROC FORMAT LIBRARY = BIOSTAT;&lt;BR /&gt;VALUE $SEX_A 1 = 'MALE'&lt;BR /&gt;2 = 'FEMALE';&lt;BR /&gt;VALUE $ RACE_A 1 = 'WHITE'&lt;BR /&gt;2 = 'BLACK';&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;this is my command to apply the format to my dataset biostat.keep and save it as biostat.keep2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;DATA BIOSTAT.KEEP2;&lt;BR /&gt;FORMAT SEX SEX_A. RACE RACE_A.;&lt;BR /&gt;SET BIOSTAT.KEEP;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;my log error&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;closing clipboard failed&lt;BR /&gt;120 /** SETTING FORMATS PERMANENTLY IN MY DATASET**\&lt;BR /&gt;121 DATA BIOSTAT.KEEP2&lt;BR /&gt;122 * A NEW FILE WITH MY FORMATTED INPUTS;&lt;BR /&gt;123 FORMAT SEX SEX_A. RACE RACE_A.;&lt;BR /&gt;124 SET BIOSTAT.KEEP;&lt;BR /&gt;125 *THE FILE FROM WHICH WE ARE MAKING A NEW INPUT;&lt;BR /&gt;126 RUN;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 16:14:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/how-do-i-solve-quot-closing-clipboard-failed-error-quot-in-SAS-9/m-p/766633#M30655</guid>
      <dc:creator>Banke</dc:creator>
      <dc:date>2021-09-08T16:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: how do i solve "closing clipboard failed error" in SAS 9.4</title>
      <link>https://communities.sas.com/t5/New-SAS-User/how-do-i-solve-quot-closing-clipboard-failed-error-quot-in-SAS-9/m-p/766637#M30658</link>
      <description>&lt;P&gt;CLIPBOARD does not have anything to do with the code you are showing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So there is other code you are running or other actions you are taking that could have an impact on the clipboard.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What version of SAS are you using?&amp;nbsp; What operating system is it running on?&amp;nbsp; How are you interacting with SAS?&amp;nbsp; Are you submitting your program from the command line to run the background? Opening SAS Display Manager to work interactively with SAS?&amp;nbsp; Using some other user interface to submit SAS code, like Enterprise Guide or SAS/Studio?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 16:45:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/how-do-i-solve-quot-closing-clipboard-failed-error-quot-in-SAS-9/m-p/766637#M30658</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2021-09-08T16:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: how do i solve "closing clipboard failed error" in SAS 9.4</title>
      <link>https://communities.sas.com/t5/New-SAS-User/how-do-i-solve-quot-closing-clipboard-failed-error-quot-in-SAS-9/m-p/766640#M30660</link>
      <description>&lt;P&gt;i am using SAS 9.4 on windows. i got it from my university and installed it on my system&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How are you interacting with SAS?&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Are you submitting your program from the command line to run the background? No&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Opening SAS Display Manager to work interactively with SAS?&amp;nbsp; No&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Using some other user interface to submit SAS code, like Enterprise Guide or SAS/Studio? no&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;i&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 16:55:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/how-do-i-solve-quot-closing-clipboard-failed-error-quot-in-SAS-9/m-p/766640#M30660</guid>
      <dc:creator>Banke</dc:creator>
      <dc:date>2021-09-08T16:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: how do i solve "closing clipboard failed error" in SAS 9.4</title>
      <link>https://communities.sas.com/t5/New-SAS-User/how-do-i-solve-quot-closing-clipboard-failed-error-quot-in-SAS-9/m-p/766647#M30662</link>
      <description>&lt;P&gt;Those are the only three choices.&lt;/P&gt;
&lt;P&gt;If you are using SAS/Studio then you had to open a browser and connect to some server and you will use that browser window to edit and submit your code.&lt;/P&gt;
&lt;P&gt;If you are running Display Manager on a Windows machine it will look something like this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 976px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/63397i122EDD0AE6C97F16/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 16:59:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/how-do-i-solve-quot-closing-clipboard-failed-error-quot-in-SAS-9/m-p/766647#M30662</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2021-09-08T16:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: how do i solve "closing clipboard failed error" in SAS 9.4</title>
      <link>https://communities.sas.com/t5/New-SAS-User/how-do-i-solve-quot-closing-clipboard-failed-error-quot-in-SAS-9/m-p/766650#M30663</link>
      <description>&lt;P&gt;I an running on display manager&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 17:04:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/how-do-i-solve-quot-closing-clipboard-failed-error-quot-in-SAS-9/m-p/766650#M30663</guid>
      <dc:creator>Banke</dc:creator>
      <dc:date>2021-09-08T17:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: how do i solve "closing clipboard failed error" in SAS 9.4</title>
      <link>https://communities.sas.com/t5/New-SAS-User/how-do-i-solve-quot-closing-clipboard-failed-error-quot-in-SAS-9/m-p/766656#M30666</link>
      <description>&lt;P&gt;Alright so how did you submit the code that has triggered the error message?&amp;nbsp; Did you click on the Running Man icon in the Editor window? Hit some key?&amp;nbsp; Click on the Submit from the Run menu?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it reproducible?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So it sounds like there is something interfering with SAS's interaction with the clipboard.&lt;/P&gt;
&lt;P&gt;Can you copy and paste lines of code in the program editor window?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might need to ask SAS support for help with debugging what exactly is causing that error.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 17:22:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/how-do-i-solve-quot-closing-clipboard-failed-error-quot-in-SAS-9/m-p/766656#M30666</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2021-09-08T17:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: how do i solve "closing clipboard failed error" in SAS 9.4</title>
      <link>https://communities.sas.com/t5/New-SAS-User/how-do-i-solve-quot-closing-clipboard-failed-error-quot-in-SAS-9/m-p/766690#M30670</link>
      <description>&lt;P&gt;Hi Tom, im restarted SAS and it seem to be working fine now&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 20:40:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/how-do-i-solve-quot-closing-clipboard-failed-error-quot-in-SAS-9/m-p/766690#M30670</guid>
      <dc:creator>Banke</dc:creator>
      <dc:date>2021-09-08T20:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: how do i solve "closing clipboard failed error" in SAS 9.4</title>
      <link>https://communities.sas.com/t5/New-SAS-User/how-do-i-solve-quot-closing-clipboard-failed-error-quot-in-SAS-9/m-p/766691#M30671</link>
      <description>&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 20:40:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/how-do-i-solve-quot-closing-clipboard-failed-error-quot-in-SAS-9/m-p/766691#M30671</guid>
      <dc:creator>Banke</dc:creator>
      <dc:date>2021-09-08T20:40:57Z</dc:date>
    </item>
  </channel>
</rss>

