<?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: After scheduled process new column appeared. How to remove it? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/After-scheduled-process-new-column-appeared-How-to-remove-it/m-p/251562#M17756</link>
    <description>&lt;P&gt;Okay, it's clear, and I've been able to replicate it, but it's a little odd.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC FREQ normally always lists the statistic you ask for along the left margin; I wasn't able to get rid of it in the normal course of events.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BUT, you also use a "BY" variable (VPC18), which I assume has only one value. For some reason, under this circumstance, PROC FREQ drops the marginal statistic name.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To get the same behaviour, modify the code in the stored procedure to look like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC FREQ DATA=xxx ORDER=INTERNAL;&lt;BR /&gt;BY VPC18;&lt;BR /&gt;TABLES ProfileCode * Day / NOROW NOCOL NOPERCENT NOCUM SCORES=TABLE ALPHA=0.05;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and you'll get identical results.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;</description>
    <pubDate>Mon, 22 Feb 2016 15:35:03 GMT</pubDate>
    <dc:creator>TomKari</dc:creator>
    <dc:date>2016-02-22T15:35:03Z</dc:date>
    <item>
      <title>After scheduled process new column appeared. How to remove it?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/After-scheduled-process-new-column-appeared-How-to-remove-it/m-p/251279#M17744</link>
      <description>&lt;P&gt;when I run&amp;nbsp;PROC FREQ in enterprise guide i get table like that:&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/1975iDB42306081247E38/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="1.jpg" title="1.jpg" /&gt;&lt;/P&gt;&lt;P&gt;Hovewer when i run it like sheduled process i get new extra column.&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/1976iD1E61054A52C11DA/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="2.jpg" title="2.jpg" /&gt;&lt;/P&gt;&lt;P&gt;How to remove it?&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 20:40:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/After-scheduled-process-new-column-appeared-How-to-remove-it/m-p/251279#M17744</guid>
      <dc:creator>Raugulis</dc:creator>
      <dc:date>2016-02-19T20:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: After scheduled process new column appeared. How to remove it?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/After-scheduled-process-new-column-appeared-How-to-remove-it/m-p/251342#M17746</link>
      <description>&lt;P&gt;Post the log entry from your EG run that works the way you like it. Somehow, an option is being set that is eliminating the extra headings. It'll be really easy to figure out with the log.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Sat, 20 Feb 2016 17:33:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/After-scheduled-process-new-column-appeared-How-to-remove-it/m-p/251342#M17746</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2016-02-20T17:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: After scheduled process new column appeared. How to remove it?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/After-scheduled-process-new-column-appeared-How-to-remove-it/m-p/251515#M17748</link>
      <description>&lt;P&gt;&lt;BR /&gt;6&lt;BR /&gt;7 ODS _ALL_ CLOSE;&lt;BR /&gt;8 ODS PROCTITLE;&lt;BR /&gt;9 OPTIONS DEV=ACTIVEX;&lt;BR /&gt;10 GOPTIONS XPIXELS=0 YPIXELS=0;&lt;BR /&gt;11 FILENAME EGHTML TEMP;&lt;BR /&gt;12 ODS HTML(ID=EGHTML) FILE=EGHTML&lt;BR /&gt;13 ENCODING='utf-8'&lt;BR /&gt;14 STYLE=Statistical&lt;BR /&gt;15 STYLESHEET=(URL="file:///U:/SASHOME94v2/x86/SASEnterpriseGuide/7.1/Styles/Statistical.css")&lt;BR /&gt;16 ATTRIBUTES=("CODEBASE"="&lt;A href="http://www2.sas.com/codebase/graph/v94/sasgraph.exe#version=9,4&amp;quot;)" target="_blank"&gt;http://www2.sas.com/codebase/graph/v94/sasgraph.exe#version=9,4")&lt;/A&gt;&lt;BR /&gt;17 NOGTITLE&lt;BR /&gt;18 NOGFOOTNOTE&lt;BR /&gt;19 GPATH=&amp;amp;sasworklocation&lt;BR /&gt;20 ;&lt;BR /&gt;NOTE: Writing HTML(EGHTML) Body file: EGHTML&lt;BR /&gt;21 FILENAME EGSR TEMP;&lt;BR /&gt;22 ODS tagsets.sasreport13(ID=EGSR) FILE=EGSR&lt;BR /&gt;23 STYLE=Statistical&lt;BR /&gt;24 STYLESHEET=(URL="file:///U:/SASHOME94v2/x86/SASEnterpriseGuide/7.1/Styles/Statistical.css")&lt;BR /&gt;25 NOGTITLE&lt;BR /&gt;26 NOGFOOTNOTE&lt;BR /&gt;27 GPATH=&amp;amp;sasworklocation&lt;BR /&gt;28 ENCODING=UTF8&lt;BR /&gt;29 options(rolap="on")&lt;BR /&gt;30 ;&lt;BR /&gt;NOTE: Writing TAGSETS.SASREPORT13(EGSR) Body file: EGSR&lt;BR /&gt;31&lt;BR /&gt;32 GOPTIONS ACCESSIBLE;&lt;BR /&gt;33 /* -------------------------------------------------------------------&lt;BR /&gt;34 Code generated by SAS Task&lt;BR /&gt;35&lt;BR /&gt;36 Generated on: Monday, February 22, 2016 at 1:28:12 PM&lt;BR /&gt;37 By task: Table Analysis1&lt;BR /&gt;38&lt;BR /&gt;39 Input Data&amp;amp;colon; Local:INTERDOC.SASvwBiopsyFlow&lt;BR /&gt;40 Server: Local&lt;BR /&gt;41 ------------------------------------------------------------------- */&lt;BR /&gt;42&lt;BR /&gt;43&lt;BR /&gt;44 /* Start of custom user code */&lt;BR /&gt;45 ods noproctitle;&lt;BR /&gt;46 /* End of custom user code */&lt;BR /&gt;47 TITLE;&lt;BR /&gt;48 FOOTNOTE;&lt;BR /&gt;49 FOOTNOTE1 "%TRIM(%QSYSFUNC(DATE(), NLDATE20.)) at %TRIM(%SYSFUNC(TIME(), TIMEAMPM12.))";&lt;BR /&gt;50 PROC FREQ DATA = INTERDOC.SASvwBiopsyFlow(FIRSTOBS=1 )&lt;BR /&gt;51 ORDER=INTERNAL&lt;BR /&gt;52 ;&lt;BR /&gt;53 BY VPC18;&lt;BR /&gt;54 TABLES ProfileCode * Day /&lt;BR /&gt;55 NOROW&lt;BR /&gt;56 NOCOL&lt;BR /&gt;2 The SAS System 13:28 Monday, February 22, 2016&lt;/P&gt;&lt;P&gt;57 NOPERCENT&lt;BR /&gt;58 NOCUM&lt;BR /&gt;59 SCORES=TABLE&lt;BR /&gt;60 ALPHA=0.05;&lt;BR /&gt;61 /* -------------------------------------------------------------------&lt;BR /&gt;62 End of task code&lt;BR /&gt;63 ------------------------------------------------------------------- */&lt;BR /&gt;64 RUN;&lt;/P&gt;&lt;P&gt;NOTE: There were 948 observations read from the data set INTERDOC.SASvwBiopsyFlow.&lt;BR /&gt;NOTE: PROCEDURE FREQ used (Total process time):&lt;BR /&gt;real time 1.14 seconds&lt;BR /&gt;cpu time 0.68 seconds&lt;BR /&gt;&lt;BR /&gt;64 ! QUIT;&lt;/P&gt;&lt;P&gt;65 TITLE; FOOTNOTE;&lt;BR /&gt;66&lt;BR /&gt;67&lt;BR /&gt;68 GOPTIONS NOACCESSIBLE;&lt;BR /&gt;69 %LET _CLIENTTASKLABEL=;&lt;BR /&gt;70 %LET _CLIENTPROJECTPATH=;&lt;BR /&gt;71 %LET _CLIENTPROJECTNAME=;&lt;BR /&gt;72&lt;BR /&gt;73 ;*';*";*/;quit;run;&lt;BR /&gt;74 ODS _ALL_ CLOSE;&lt;BR /&gt;75&lt;BR /&gt;76&lt;BR /&gt;77 QUIT; RUN;&lt;BR /&gt;78&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2016 11:34:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/After-scheduled-process-new-column-appeared-How-to-remove-it/m-p/251515#M17748</guid>
      <dc:creator>Raugulis</dc:creator>
      <dc:date>2016-02-22T11:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: After scheduled process new column appeared. How to remove it?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/After-scheduled-process-new-column-appeared-How-to-remove-it/m-p/251562#M17756</link>
      <description>&lt;P&gt;Okay, it's clear, and I've been able to replicate it, but it's a little odd.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC FREQ normally always lists the statistic you ask for along the left margin; I wasn't able to get rid of it in the normal course of events.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BUT, you also use a "BY" variable (VPC18), which I assume has only one value. For some reason, under this circumstance, PROC FREQ drops the marginal statistic name.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To get the same behaviour, modify the code in the stored procedure to look like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC FREQ DATA=xxx ORDER=INTERNAL;&lt;BR /&gt;BY VPC18;&lt;BR /&gt;TABLES ProfileCode * Day / NOROW NOCOL NOPERCENT NOCUM SCORES=TABLE ALPHA=0.05;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and you'll get identical results.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2016 15:35:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/After-scheduled-process-new-column-appeared-How-to-remove-it/m-p/251562#M17756</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2016-02-22T15:35:03Z</dc:date>
    </item>
  </channel>
</rss>

