<?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: Linesize question in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Linesize-question/m-p/550707#M16908</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13600"&gt;@n6&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's another minor question.&amp;nbsp; First of all, it only let's you see the names of the last 30 programs you've used.&amp;nbsp; I think that's the limit but if there's a way to increase that then please tell me.&amp;nbsp; And one more thing.&amp;nbsp; Someone once told me this was a windows thing so if they were right then there is no way to fix it in SAS, but when I look at the list of previously used file I get abbreviations because it's not wide enough to show the entire path, or close to wide enough.&amp;nbsp; Thus, accessing previously used programs this way is hard.&amp;nbsp; Is there any way to change that?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any info is appreciated.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The only bits I see abbreviated in the drop down list are the middle parts of the path. Are you naming lots of SAS programs with the same name in different folders?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, are you using the submenu for the recently used file list?&lt;/P&gt;
&lt;P&gt;See: &amp;nbsp;Tools&amp;gt;Options&amp;gt;Preferences&amp;gt;General&amp;nbsp;&amp;nbsp; If the box is checked next to "Show recently used file list on submenu" then you might try unchecking it. I think the submenu is narrower than the main file list.&lt;/P&gt;</description>
    <pubDate>Fri, 12 Apr 2019 16:00:40 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2019-04-12T16:00:40Z</dc:date>
    <item>
      <title>Linesize question</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Linesize-question/m-p/550697#M16906</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry to ask such a silly question but it's bugging me.&amp;nbsp; I do "options linesize=150."&amp;nbsp; And I do "proc options;&amp;nbsp;&amp;nbsp; run;" and I can see that I have indeed made the linesize 150.&amp;nbsp; But my program editor window won't let me go past 136 for some reason.&amp;nbsp; In the not too distant past it did let me go above 136, well above it if I wanted to, and I didn't consciously change something and yet something must have changed because now it won't let me go past 136 even though SAS thinks the linesize is 150.&amp;nbsp; Any ideas?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's another minor question.&amp;nbsp; First of all, it only let's you see the names of the last 30 programs you've used.&amp;nbsp; I think that's the limit but if there's a way to increase that then please tell me.&amp;nbsp; And one more thing.&amp;nbsp; Someone once told me this was a windows thing so if they were right then there is no way to fix it in SAS, but when I look at the list of previously used file I get abbreviations because it's not wide enough to show the entire path, or close to wide enough.&amp;nbsp; Thus, accessing previously used programs this way is hard.&amp;nbsp; Is there any way to change that?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any info is appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2019 15:35:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Linesize-question/m-p/550697#M16906</guid>
      <dc:creator>n6</dc:creator>
      <dc:date>2019-04-12T15:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Linesize question</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Linesize-question/m-p/550699#M16907</link>
      <description>&lt;P&gt;LINESIZE doesn't set the editor size, I believe that's in the preferences pane.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;The LINESIZE= system option specifies the line size (printer line width) in characters for the SAS log and the SAS output that are used by the DATA step and procedures. The LINESIZE= system option affects the following output:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;the Output window for the ODS LISTING destination&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;output produced for an ODS markup destination by a DATA step where the FILE statement destination is PRINT (the FILE PRINT ODS statement is not affected by the LINESIZE= system option)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;procedures that produce only characters that cannot be scaled, such as the PLOT procedure, the CALENDAR procedure, the TIMEPLOT procedure, the FORMS procedure, and the CHART procedure&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't know the answer to the 30 recent program issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13600"&gt;@n6&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry to ask such a silly question but it's bugging me.&amp;nbsp; I do "options linesize=150."&amp;nbsp; And I do "proc options;&amp;nbsp;&amp;nbsp; run;" and I can see that I have indeed made the linesize 150.&amp;nbsp; But my program editor window won't let me go past 136 for some reason.&amp;nbsp; In the not too distant past it did let me go above 136, well above it if I wanted to, and I didn't consciously change something and yet something must have changed because now it won't let me go past 136 even though SAS thinks the linesize is 150.&amp;nbsp; Any ideas?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's another minor question.&amp;nbsp; First of all, it only let's you see the names of the last 30 programs you've used.&amp;nbsp; I think that's the limit but if there's a way to increase that then please tell me.&amp;nbsp; And one more thing.&amp;nbsp; Someone once told me this was a windows thing so if they were right then there is no way to fix it in SAS, but when I look at the list of previously used file I get abbreviations because it's not wide enough to show the entire path, or close to wide enough.&amp;nbsp; Thus, accessing previously used programs this way is hard.&amp;nbsp; Is there any way to change that?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any info is appreciated.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2019 15:44:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Linesize-question/m-p/550699#M16907</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-04-12T15:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: Linesize question</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Linesize-question/m-p/550707#M16908</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13600"&gt;@n6&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's another minor question.&amp;nbsp; First of all, it only let's you see the names of the last 30 programs you've used.&amp;nbsp; I think that's the limit but if there's a way to increase that then please tell me.&amp;nbsp; And one more thing.&amp;nbsp; Someone once told me this was a windows thing so if they were right then there is no way to fix it in SAS, but when I look at the list of previously used file I get abbreviations because it's not wide enough to show the entire path, or close to wide enough.&amp;nbsp; Thus, accessing previously used programs this way is hard.&amp;nbsp; Is there any way to change that?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any info is appreciated.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The only bits I see abbreviated in the drop down list are the middle parts of the path. Are you naming lots of SAS programs with the same name in different folders?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, are you using the submenu for the recently used file list?&lt;/P&gt;
&lt;P&gt;See: &amp;nbsp;Tools&amp;gt;Options&amp;gt;Preferences&amp;gt;General&amp;nbsp;&amp;nbsp; If the box is checked next to "Show recently used file list on submenu" then you might try unchecking it. I think the submenu is narrower than the main file list.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2019 16:00:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Linesize-question/m-p/550707#M16908</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-04-12T16:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Linesize question</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Linesize-question/m-p/550708#M16909</link>
      <description>&lt;P&gt;You are looking for the&amp;nbsp;dmspgmlinesize option. I believe that you need to set that at startup.&lt;/P&gt;
&lt;P&gt;You could put a line like this into your personal sasv9.cfg file.&lt;/P&gt;
&lt;PRE&gt;-dmspgmlinesize 200&lt;/PRE&gt;</description>
      <pubDate>Fri, 12 Apr 2019 16:06:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Linesize-question/m-p/550708#M16909</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-04-12T16:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: Linesize question</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Linesize-question/m-p/550715#M16910</link>
      <description>&lt;P&gt;Yes, the middle part of the path is what I meant.&amp;nbsp; The way my computer is set up at work there is a long path just to get to my folders so even if a program of mine isn't in a subfolder it has a long pathname and thus I can't see it all.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried the submenu thing and it looks to be about the same width as the other one.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2019 16:25:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Linesize-question/m-p/550715#M16910</guid>
      <dc:creator>n6</dc:creator>
      <dc:date>2019-04-12T16:25:23Z</dc:date>
    </item>
  </channel>
</rss>

