<?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: Could we change the program title? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Could-we-change-the-program-title/m-p/119516#M32949</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Art,&lt;/P&gt;&lt;P&gt;Thank you for your response!&lt;/P&gt;&lt;P&gt;I am very interesting about "showing an alternative status message at the bottom of the screen" as you mentioned.I think that should be a good solution for the question.&lt;/P&gt;&lt;P&gt;Would you like to tell me more about that?&lt;/P&gt;&lt;P&gt;I will be very appreciate !&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jul 2012 16:35:47 GMT</pubDate>
    <dc:creator>Mike_Davis</dc:creator>
    <dc:date>2012-07-27T16:35:47Z</dc:date>
    <item>
      <title>Could we change the program title?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Could-we-change-the-program-title/m-p/119512#M32945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see my attached picture for reference.&lt;/P&gt;&lt;P&gt;When we open a sas program and submit it,during the execution time ,the title show us "Processing submitted statements" or "data step running"&amp;nbsp; or others.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is ,Could we change the tiltle ourself?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;such as when data step one is running I want&amp;nbsp; it show us :"a is running". instead of "data step running" &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; when data step two is running I want&amp;nbsp; it show us :"b is running".&amp;nbsp; instead of "data step running" &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; when data step three is running I want&amp;nbsp; it show us :"c is running".&amp;nbsp; instead of "data step running" &lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/*SAS code for this question*/&lt;/P&gt;&lt;P&gt;data one;&lt;/P&gt;&lt;P&gt;slept= sleep(1*35);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data two;&lt;/P&gt;&lt;P&gt;slept= sleep(1*35);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data three;&lt;/P&gt;&lt;P&gt;slept= sleep(1*35);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11366iA4A69C4E50E42665/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="title.JPG" title="title.JPG" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 19:31:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Could-we-change-the-program-title/m-p/119512#M32945</guid>
      <dc:creator>Mike_Davis</dc:creator>
      <dc:date>2012-07-26T19:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Could we change the program title?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Could-we-change-the-program-title/m-p/119513#M32946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But, technically "a" or "one" is NOT what is running. The DATA step program is running to create the dataset WORK.A or WORK.ONE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know if what you want is possible, you'd have to check with Tech Support about that. But conceptually, you don't want to change the SAS TITLE -- you want to change the interactive window message that displays on the bar that frames the Editor window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 20:43:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Could-we-change-the-program-title/m-p/119513#M32946</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2012-07-26T20:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Could we change the program title?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Could-we-change-the-program-title/m-p/119514#M32947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Cynthia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The interactive windows is just an example of a datastep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The aim of my question is to find a method can show up what the SAS is doing now in the blue area of editor&amp;nbsp; window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 21:59:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Could-we-change-the-program-title/m-p/119514#M32947</guid>
      <dc:creator>Mike_Davis</dc:creator>
      <dc:date>2012-07-26T21:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Could we change the program title?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Could-we-change-the-program-title/m-p/119515#M32948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I agree that this would be a good question for tech support and I, and everyone else, would like to know what they say.&amp;nbsp; In all my years using SAS, I can't recall the question being asked.&amp;nbsp; But that isn't to say that many of us don't have similar wants.&amp;nbsp; I've gotten around it by showing an alternative status message at the bottom of the screen, but would definitely have preferred being able to do what you ask.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Art&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 22:13:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Could-we-change-the-program-title/m-p/119515#M32948</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-07-26T22:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: Could we change the program title?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Could-we-change-the-program-title/m-p/119516#M32949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Art,&lt;/P&gt;&lt;P&gt;Thank you for your response!&lt;/P&gt;&lt;P&gt;I am very interesting about "showing an alternative status message at the bottom of the screen" as you mentioned.I think that should be a good solution for the question.&lt;/P&gt;&lt;P&gt;Would you like to tell me more about that?&lt;/P&gt;&lt;P&gt;I will be very appreciate !&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2012 16:35:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Could-we-change-the-program-title/m-p/119516#M32949</guid>
      <dc:creator>Mike_Davis</dc:creator>
      <dc:date>2012-07-27T16:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Could we change the program title?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Could-we-change-the-program-title/m-p/119517#M32950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We were doing it within some SAS/AF code.&amp;nbsp; You could approximate the same thing, sort of, with something like the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%window test rows=10 columns=50&lt;BR /&gt;"We do windows"&lt;BR /&gt;&lt;A href="mailto:#5@1"&gt;#5@1&lt;/A&gt; "System Message"&lt;BR /&gt;&lt;A&gt;/@1&lt;/A&gt; sysMsg 40 protect=yes c=black attr=(HIGHLIGHT,REV_VIDEO)&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;%let sysmsg = What is going on?;&lt;BR /&gt;%display test;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;If you run the above code, and you have your status line turned on at the bottom of your screen, the message "We do windows" will appear in a message box and the statement "What is going on?" will appear on your status line.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2012 19:07:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Could-we-change-the-program-title/m-p/119517#M32950</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-07-27T19:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Could we change the program title?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Could-we-change-the-program-title/m-p/119518#M32951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI art,&lt;/P&gt;&lt;P&gt;I think the code will be work well&amp;nbsp; in SAS /AF.&lt;/P&gt;&lt;P&gt;But I don't the package.&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2012 20:31:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Could-we-change-the-program-title/m-p/119518#M32951</guid>
      <dc:creator>Mike_Davis</dc:creator>
      <dc:date>2012-08-03T20:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Could we change the program title?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Could-we-change-the-program-title/m-p/119519#M32952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAS/AF isn't needed for the code I provided.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2012 20:40:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Could-we-change-the-program-title/m-p/119519#M32952</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-08-03T20:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Could we change the program title?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Could-we-change-the-program-title/m-p/119520#M32953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Art:&lt;/P&gt;&lt;P&gt;&amp;nbsp; What happens with %window in batch mode, such as on the mainframe or from EG?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(My %window days are long behind me.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2012 21:43:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Could-we-change-the-program-title/m-p/119520#M32953</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2012-08-03T21:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: Could we change the program title?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Could-we-change-the-program-title/m-p/119521#M32954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cynthia: I hate to admit it but, after 38 years, I've still never used EG.&amp;nbsp; According to the following paper, it should work on a mainframe&lt;/P&gt;&lt;P&gt;&lt;A href="http://www2.sas.com/proceedings/sugi27/p192-27.pdf" title="http://www2.sas.com/proceedings/sugi27/p192-27.pdf"&gt;http://www2.sas.com/proceedings/sugi27/p192-27.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't see how it could run in batch, but the last time I submitted anything batch was 1974 which is also the last time I submitted any SAS code to a mainframe (are you old enough to remember cards and paper tape as input media? &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2012 21:54:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Could-we-change-the-program-title/m-p/119521#M32954</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-08-03T21:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Could we change the program title?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Could-we-change-the-program-title/m-p/119522#M32955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My first job in college was data entry on punch cards. And the computer used to read paper tape. So, I guess I am old enough to remember.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Aug 2012 03:25:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Could-we-change-the-program-title/m-p/119522#M32955</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2012-08-04T03:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Could we change the program title?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Could-we-change-the-program-title/m-p/119523#M32956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If by batch you mean submitted to the background from a terminal (or on a personal computer) then it pops up the window and waits for you to hit enter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you submit it without a terminal attached (-noterminal command line option) then SAS generates an error message:&lt;/P&gt;&lt;P&gt;ERROR: The MACRO windowing environment cannot be initialized due to a XU supervisor failure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would assume the same would happen if you submitted from EG as would expect that the SAS server process is running without a terminal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Aug 2012 19:44:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Could-we-change-the-program-title/m-p/119523#M32956</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2012-08-04T19:44:27Z</dc:date>
    </item>
  </channel>
</rss>

