<?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: SAS log line numbering in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-log-line-numbering/m-p/482473#M124977</link>
    <description>&lt;P&gt;I don't know.&amp;nbsp; What are the SAS Web Studio option for preserving formatting of generated code?&lt;/P&gt;</description>
    <pubDate>Mon, 30 Jul 2018 14:17:06 GMT</pubDate>
    <dc:creator>baharvey7817_1</dc:creator>
    <dc:date>2018-07-30T14:17:06Z</dc:date>
    <item>
      <title>SAS log line numbering</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-log-line-numbering/m-p/482449#M124964</link>
      <description>&lt;P&gt;It seems that the latest version of base SAS has changed the way source program statements&amp;nbsp; are numbered on the SAS log.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's a sample of how SAS displayed numbers on the SASLOG file:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;12 ODS tagsets.sasreport13(ID=EGSR) FILE=EGSR STYLE=HtmlBlue&lt;BR /&gt;12 ! STYLESHEET=(URL="file:///F:/Program%20Files/SASHome/x86/SASEnterpriseGuide/5.1/Styles/HtmlBlue.css") NOGTITLE NOGFOOTNOTE&lt;BR /&gt;12 ! GPATH=&amp;amp;sasworklocation ENCODING=UTF8 options(rolap="on");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, it looks like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;15 ODS tagsets.sasreport13(ID=EGSR) FILE=EGSR&lt;BR /&gt;16 STYLE=HtmlBlue&lt;BR /&gt;17 STYLESHEET=(URL="file:///C:/Program%20Files/SASHome/SASEnterpriseGuide/7.1/Styles/HtmlBlue.css")&lt;BR /&gt;18 NOGTITLE&lt;BR /&gt;19 NOGFOOTNOTE&lt;BR /&gt;20 GPATH=&amp;amp;sasworklocation&lt;BR /&gt;21 ENCODING=UTF8&lt;BR /&gt;22 options(rolap="on")&lt;BR /&gt;23 ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, it seems that long program source statements have different line numbers instead of a single line number (with an ! indicating it's a single statement.&amp;nbsp; The problem with this behavioral change is that it is causing a program we use to fail.&amp;nbsp; Is there a way to specify in an OPTIONS statement to restore the old behavior?&amp;nbsp; Also, can user-specified OPTIONS statements take effect BEFORE the SAS/EG or SAS Web Studio options?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jul 2018 13:05:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-log-line-numbering/m-p/482449#M124964</guid>
      <dc:creator>baharvey7817_1</dc:creator>
      <dc:date>2018-07-30T13:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: SAS log line numbering</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-log-line-numbering/m-p/482459#M124967</link>
      <description>&lt;P&gt;Are you sure someone didn't line wrap your program?&lt;/P&gt;
&lt;P&gt;I just tried submitting a long line use SAS/Studio 3.71 and SAS 9.4M5 and it behaved normally.&lt;/P&gt;
&lt;PRE&gt; 73         options mprint mprint mprint mprint mprint mprint mprint mprint mprint mprint mprint mprint mprint mprint mprint mprint
 73       ! mprint mprint mprint mprint mprint mprint mprint mprint mprint mprint mprint mprint mprint mprint mprint mprint mprint
 73       ! mprint
 74         ;&lt;/PRE&gt;</description>
      <pubDate>Mon, 30 Jul 2018 13:26:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-log-line-numbering/m-p/482459#M124967</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2018-07-30T13:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: SAS log line numbering</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-log-line-numbering/m-p/482465#M124972</link>
      <description>&lt;P&gt;This is being generated by SAS/EG&amp;nbsp;(Version 7.13 HPF5 7.100.3.5486 64-bit Windows):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;15 ODS tagsets.sasreport13(ID=EGSR) FILE=EGSR&lt;BR /&gt;16 STYLE=HtmlBlue&lt;BR /&gt;17 STYLESHEET=(URL="file:///C:/Program%20Files/SASHome/SASEnterpriseGuide/7.1/Styles/HtmlBlue.css")&lt;BR /&gt;18 NOGTITLE&lt;BR /&gt;19 NOGFOOTNOTE&lt;BR /&gt;20 GPATH=&amp;amp;sasworklocation&lt;BR /&gt;SYMBOLGEN: Macro variable SASWORKLOCATION resolves to "/saswork1/SAS_workC4F900005DF1_prodsascom5l/SAS_work42CA00005DF1_prodsascom5l/"&lt;BR /&gt;21 ENCODING=UTF8&lt;BR /&gt;22 options(rolap="on")&lt;BR /&gt;23 ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have no control over how SAS/EG prints these lines to the SAS log.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jul 2018 14:15:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-log-line-numbering/m-p/482465#M124972</guid>
      <dc:creator>baharvey7817_1</dc:creator>
      <dc:date>2018-07-30T14:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: SAS log line numbering</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-log-line-numbering/m-p/482470#M124975</link>
      <description>&lt;P&gt;Sounds like it might be a change in how EG generates those lines and not any change in SAS itself.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In SAS/Studio options there is option to preserve formatting of generated code.&amp;nbsp; Does EG have a similar option?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jul 2018 14:10:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-log-line-numbering/m-p/482470#M124975</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2018-07-30T14:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAS log line numbering</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-log-line-numbering/m-p/482473#M124977</link>
      <description>&lt;P&gt;I don't know.&amp;nbsp; What are the SAS Web Studio option for preserving formatting of generated code?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jul 2018 14:17:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-log-line-numbering/m-p/482473#M124977</guid>
      <dc:creator>baharvey7817_1</dc:creator>
      <dc:date>2018-07-30T14:17:06Z</dc:date>
    </item>
  </channel>
</rss>

