<?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: New Pop up window  ( SAS System Options) when I run the SAS9.4 in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/New-Pop-up-window-SAS-System-Options-when-I-run-the-SAS9-4/m-p/884934#M349628</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/350312"&gt;@SASuserlot&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Thank you,&amp;nbsp; I messed up the 'semicolon' when I used Ctrl +Z, so it&amp;nbsp; read to " dm&amp;nbsp; log clear&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;/FONT&gt; option xxx;"&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You should probably not be putting DM commands into your programs.&amp;nbsp; It will make it very hard to run those programs as stand alone jobs or with other interfaces like SAS/Studio that do not support Display Manager.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to easily be able to do things like clear the log then you can use the KEYS window to make that functionality to a key stroke.&lt;/P&gt;</description>
    <pubDate>Sun, 16 Jul 2023 15:21:39 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2023-07-16T15:21:39Z</dc:date>
    <item>
      <title>New Pop up window  ( SAS System Options) when I run the SAS9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/New-Pop-up-window-SAS-System-Options-when-I-run-the-SAS9-4/m-p/884917#M349612</link>
      <description>&lt;P&gt;I am not sure, if this is the right location to post ( if not please direct me). As I know I did not put any extra code in my program. however, I suddenly started seeing this pop-up window whenever I ran the program. Can anyone have an idea, of what triggers to SAS option environment window? thank you.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SASuserlot_0-1689442152771.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/85805iF041F2B319034BA9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SASuserlot_0-1689442152771.png" alt="SASuserlot_0-1689442152771.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jul 2023 17:30:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/New-Pop-up-window-SAS-System-Options-when-I-run-the-SAS9-4/m-p/884917#M349612</guid>
      <dc:creator>SASuserlot</dc:creator>
      <dc:date>2023-07-15T17:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: New Pop up window  ( SAS System Options) when I run the SAS9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/New-Pop-up-window-SAS-System-Options-when-I-run-the-SAS9-4/m-p/884918#M349613</link>
      <description>&lt;P&gt;The way to open that window is to run the OPTIONS command (which is different than the OPTIONS statement.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The way to run a command from a program is to use the DM statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So look for a line like this in your program:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;dm "options";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Perhaps you have unbalanced quotes and it has caused a DM statement to not close so that following OPTIONS statement is getting taken as one of the commands to be run by the DM statement.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jul 2023 20:00:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/New-Pop-up-window-SAS-System-Options-when-I-run-the-SAS9-4/m-p/884918#M349613</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2023-07-15T20:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: New Pop up window  ( SAS System Options) when I run the SAS9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/New-Pop-up-window-SAS-System-Options-when-I-run-the-SAS9-4/m-p/884919#M349614</link>
      <description>&lt;P&gt;Thank you,&amp;nbsp; I messed up the 'semicolon' when I used Ctrl +Z, so it&amp;nbsp; read to " dm&amp;nbsp; log clear&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;/FONT&gt; option xxx;"&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jul 2023 18:44:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/New-Pop-up-window-SAS-System-Options-when-I-run-the-SAS9-4/m-p/884919#M349614</guid>
      <dc:creator>SASuserlot</dc:creator>
      <dc:date>2023-07-15T18:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: New Pop up window  ( SAS System Options) when I run the SAS9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/New-Pop-up-window-SAS-System-Options-when-I-run-the-SAS9-4/m-p/884934#M349628</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/350312"&gt;@SASuserlot&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Thank you,&amp;nbsp; I messed up the 'semicolon' when I used Ctrl +Z, so it&amp;nbsp; read to " dm&amp;nbsp; log clear&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;/FONT&gt; option xxx;"&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You should probably not be putting DM commands into your programs.&amp;nbsp; It will make it very hard to run those programs as stand alone jobs or with other interfaces like SAS/Studio that do not support Display Manager.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to easily be able to do things like clear the log then you can use the KEYS window to make that functionality to a key stroke.&lt;/P&gt;</description>
      <pubDate>Sun, 16 Jul 2023 15:21:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/New-Pop-up-window-SAS-System-Options-when-I-run-the-SAS9-4/m-p/884934#M349628</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2023-07-16T15:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: New Pop up window  ( SAS System Options) when I run the SAS9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/New-Pop-up-window-SAS-System-Options-when-I-run-the-SAS9-4/m-p/885185#M349748</link>
      <description>&lt;P&gt;Thank you. I usually write them when I am running the program while doing the modification and running over and over on a particular day. end the end, I delete that code.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2023 00:56:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/New-Pop-up-window-SAS-System-Options-when-I-run-the-SAS9-4/m-p/885185#M349748</guid>
      <dc:creator>SASuserlot</dc:creator>
      <dc:date>2023-07-18T00:56:43Z</dc:date>
    </item>
  </channel>
</rss>

