<?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>robm Tracker</title>
    <link>https://communities.sas.com/kntur85557/tracker</link>
    <description>robm Tracker</description>
    <pubDate>Wed, 13 May 2026 01:10:46 GMT</pubDate>
    <dc:date>2026-05-13T01:10:46Z</dc:date>
    <item>
      <title>Re: eliminating duplicates in a data step</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/eliminating-duplicates-in-a-data-step/m-p/405610#M12374</link>
      <description>&lt;P&gt;Hi Reza&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the original dataset has unique data by the fact that the measure has a $value for classes a student took , I am trying to make a "LIMIT" dataset in the work. area on the fly for this web based stored process so it needs to just get the filter fields in a unique form. But when I use the data step method i have no way of filtering the duopes unles i use the proc sql; or sort ...does that make sense?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2017 15:37:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/eliminating-duplicates-in-a-data-step/m-p/405610#M12374</guid>
      <dc:creator>robm</dc:creator>
      <dc:date>2017-10-19T15:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: proc tab and a difference coulmn</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-tab-and-a-difference-coulmn/m-p/405523#M278894</link>
      <description>&lt;P&gt;Thanks Ballard&lt;/P&gt;
&lt;P&gt;Summary before is the way i went&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2017 13:19:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-tab-and-a-difference-coulmn/m-p/405523#M278894</guid>
      <dc:creator>robm</dc:creator>
      <dc:date>2017-10-19T13:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: eliminating duplicates in a data step</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/eliminating-duplicates-in-a-data-step/m-p/405521#M12365</link>
      <description>&lt;P&gt;yeah I was afraid of that , I currently am using proc sql; with a select distinct to filter them out&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2017 13:18:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/eliminating-duplicates-in-a-data-step/m-p/405521#M12365</guid>
      <dc:creator>robm</dc:creator>
      <dc:date>2017-10-19T13:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: eliminating duplicates in a data step</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/eliminating-duplicates-in-a-data-step/m-p/405519#M12363</link>
      <description>&lt;P&gt;You are right it does&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks Kurt&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2017 13:17:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/eliminating-duplicates-in-a-data-step/m-p/405519#M12363</guid>
      <dc:creator>robm</dc:creator>
      <dc:date>2017-10-19T13:17:05Z</dc:date>
    </item>
    <item>
      <title>eliminating duplicates in a data step</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/eliminating-duplicates-in-a-data-step/m-p/405419#M12358</link>
      <description>&lt;P&gt;I have a data step like this that creates a 4gb file , unfortunately it has duplicates that would reduce it too 150,000kb is there an equivalent of “distinct” for the sas syntax below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;  data ROBM.LIMITFILE1;
    set _egimle.&amp;amp;timeperiodvalue (keep=&amp;amp;limitvar1field &amp;amp;limitvar1fielddesc &amp;amp;limitvar2field &amp;amp;limitvar2fielddesc &amp;amp;limitvar3field &amp;amp;limitvar3fielddesc &amp;amp;limitvar4field
                                        &amp;amp;limitvar4fielddesc &amp;amp;limitvar5field &amp;amp;limitvar5fielddesc &amp;amp;limitvar6field &amp;amp;limitvar6fielddesc &amp;amp;limitvar7field &amp;amp;limitvar7fielddesc
                                        &amp;amp;limitvar8field &amp;amp;limitvar8fielddesc filter=("&amp;amp;trendvalue" AND "&amp;amp;timeperiodfilter"));&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2017 06:01:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/eliminating-duplicates-in-a-data-step/m-p/405419#M12358</guid>
      <dc:creator>robm</dc:creator>
      <dc:date>2017-10-19T06:01:53Z</dc:date>
    </item>
    <item>
      <title>proc tab and a difference coulmn</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-tab-and-a-difference-coulmn/m-p/402969#M278892</link>
      <description>&lt;P&gt;I have a proc tab&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;option validvarname=any;
libname stdnt "E:\SAS\Data\Student";
libname robm "f:\robm";

proc tabulate data=ROBM.dump missing contents = ' ' format=COMMA6.0 S=[foreground=highlight.];
   class 'Reporting Year'n 'Responsible College'n 'Reporting Year'n;
   var 'Final Charge'n;
   keylabel Sum = " ";
   table  ('Responsible College'n ="")  all=Total , (('Reporting Year'n="Reporting Year" )*(('Final Charge'n = "")*F=COMMA12.0)) /
                  contents = ' ' misstext=' ' box={label="test"};
  run;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;that gives&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="proctab.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/15759i05FE55203BF63EF6/image-size/large?v=v2&amp;amp;px=999" role="button" title="proctab.PNG" alt="proctab.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do I get a 4&lt;SUP&gt;th&lt;/SUP&gt; column that is the difference of 2017/2018 – 2016/2017 values?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2017 22:13:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-tab-and-a-difference-coulmn/m-p/402969#M278892</guid>
      <dc:creator>robm</dc:creator>
      <dc:date>2017-10-10T22:13:40Z</dc:date>
    </item>
    <item>
      <title>list all srx reports in a sas 9.4 ebi install</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/list-all-srx-reports-in-a-sas-9-4-ebi-install/m-p/394874#M2402</link>
      <description>&lt;P&gt;How would I list all the SRX reports using SAS cmds or a sql query in pgAdmin&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2017 19:43:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/list-all-srx-reports-in-a-sas-9-4-ebi-install/m-p/394874#M2402</guid>
      <dc:creator>robm</dc:creator>
      <dc:date>2017-09-11T19:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Subtotal on a proc tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Subtotal-on-a-proc-tabulate/m-p/370679#M65118</link>
      <description>&lt;P&gt;aaagh dammit you are correct the other one is my "company account" that we have paid support for&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2017 17:51:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Subtotal-on-a-proc-tabulate/m-p/370679#M65118</guid>
      <dc:creator>robm</dc:creator>
      <dc:date>2017-06-26T17:51:49Z</dc:date>
    </item>
    <item>
      <title>Subtotal on a proc tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Subtotal-on-a-proc-tabulate/m-p/370403#M65098</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I have a macro with 3 proc tab statements one with 1 row param one with 2 row params and one with 3 row params&amp;nbsp;&lt;/P&gt;
&lt;P&gt;what i want on all of then is for there to be a row subtotal after the&amp;nbsp;&lt;SPAN&gt;&amp;amp;pr param&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I tried&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;class &amp;amp;pr*(Total) &amp;nbsp;&amp;amp;sr &amp;amp;tr &amp;amp;col; but that didnt work ...any suggestions&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;%macro tab;&lt;BR /&gt;%if &amp;amp;sr = niu %then %do;&lt;BR /&gt; proc tabulate data=WORK.TBIR11052_CACHED missing contents = ' ' &amp;amp;measurefmt S=[foreground=highlight.];&lt;BR /&gt; class &amp;amp;pr &amp;amp;col;&lt;BR /&gt; var &amp;amp;mes;&lt;BR /&gt; keylabel Sum = " ";&lt;BR /&gt; table (&amp;amp;pr = ' ') all='Total', ((&amp;amp;col = ' ' all = 'Total')*((&amp;amp;measureexp)))/&lt;BR /&gt; contents = ' ' misstext=' ' box={label="&amp;amp;pr" };&lt;BR /&gt;%end;&lt;BR /&gt;%else %if &amp;amp;tr = niu %then %do;&lt;BR /&gt; proc tabulate data=WORK.TBIR11052_CACHED missing contents = ' ' &amp;amp;measurefmt S=[foreground=highlight.];&lt;BR /&gt; class &amp;amp;pr &amp;amp;sr &amp;amp;col;&lt;BR /&gt; var &amp;amp;mes;&lt;BR /&gt; keylabel Sum = " ";&lt;BR /&gt; table (&amp;amp;pr = ' ')*(&amp;amp;sr = ' ' ) all='Total', ((&amp;amp;col = ' ' all = 'Total')*((&amp;amp;measureexp)))/&lt;BR /&gt; contents = ' ' misstext=' ' box={label="&amp;amp;pr / &amp;amp;sr" };&lt;BR /&gt;%end;&lt;BR /&gt;%else %if &amp;amp;tr ^= niu and &amp;amp;sr ^= niu %then %do;&lt;BR /&gt; proc tabulate data=WORK.TBIR11052_CACHED missing contents = ' ' &amp;amp;measurefmt S=[foreground=highlight.];&lt;BR /&gt; class &amp;amp;pr &amp;amp;sr &amp;amp;tr &amp;amp;col;&lt;BR /&gt; var &amp;amp;mes;&lt;BR /&gt; keylabel Sum = " ";&lt;BR /&gt; table (&amp;amp;pr = ' ')*(&amp;amp;sr = ' ' )*(&amp;amp;tr = ' ' ) all='Total', ((&amp;amp;col = ' ' all = 'Total')*((&amp;amp;measureexp)))/&lt;BR /&gt; contents = ' ' misstext=' ' box={label="&amp;amp;pr / &amp;amp;sr / &amp;amp;tr" };&lt;BR /&gt;%end;&lt;BR /&gt;%MEND TAB;&lt;BR /&gt;%tab;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Jun 2017 23:41:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Subtotal-on-a-proc-tabulate/m-p/370403#M65098</guid>
      <dc:creator>robm</dc:creator>
      <dc:date>2017-06-25T23:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: sas in web based storedProcess paramater handeling</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/sas-in-web-based-storedProcess-paramater-handeling/m-p/359187#M64368</link>
      <description>&lt;P&gt;this seems to have fixed my problem thanks Quentin&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;%macro symgetvariables;&lt;BR /&gt; ccc=symget('ccc');&lt;BR /&gt; tc=symget('tc'); /*term code*/&lt;BR /&gt; tca=symget('tca'); /*term code*/&lt;BR /&gt; ay=put(symget('ay'),$4.); &lt;BR /&gt; ib=symget('ib');&lt;BR /&gt; sb=symget('ib');&lt;BR /&gt; mes=symget('mes');&lt;BR /&gt; pr=symget('pr');&lt;BR /&gt; sr=symget('sr');&lt;BR /&gt; tr=symget('tr');&lt;BR /&gt; col=symget('col');&lt;BR /&gt; mc=symget('mc');&lt;BR /&gt; smc=symget('smc');&lt;BR /&gt; smd=symget('smd');&lt;BR /&gt; sl=symget('sl');&lt;BR /&gt; cl=symget('cl');&lt;BR /&gt; ac=symget('ac');&lt;BR /&gt; sm=symget('sm');&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt; %if %sysevalf(%superq(ib)=,boolean) %then %let ib=%;&lt;BR /&gt; %if %sysevalf(%superq(sb)=,boolean) %then %let sb=%;&lt;BR /&gt; %if %sysevalf(%superq(sl)=,boolean) %then %let sl=%;&lt;BR /&gt; %if %sysevalf(%superq(smd)=,boolean) %then %let smd=%;&lt;BR /&gt; %if %sysevalf(%superq(sm)=,boolean) %then %let sm=%;&lt;BR /&gt; %if %sysevalf(%superq(smc)=,boolean) %then %let smc=%;&lt;BR /&gt; %if %sysevalf(%superq(ac)=,boolean) %then %let ac=%;&lt;BR /&gt; %if %sysevalf(%superq(ccc)=,boolean) %then %let ccc=%;&lt;BR /&gt; %if %sysevalf(%superq(cs)=,boolean) %then %let cs=%;&lt;BR /&gt; %if %sysevalf(%superq(cl)=,boolean) %then %let cl=%;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;%mend;&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2017 20:20:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/sas-in-web-based-storedProcess-paramater-handeling/m-p/359187#M64368</guid>
      <dc:creator>robm</dc:creator>
      <dc:date>2017-05-16T20:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: sas in web based storedProcess paramater handeling</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/sas-in-web-based-storedProcess-paramater-handeling/m-p/359125#M64359</link>
      <description>&lt;P&gt;I tried this and sm still isnt set to %&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;%let SM=;&lt;BR /&gt;%macro symgetvariables;&lt;BR /&gt; ccc=symget('ccc');&lt;BR /&gt; tc=symget('tc'); /*term code*/&lt;BR /&gt; tca=symget('tca'); /*term code*/&lt;BR /&gt; ay=put(symget('ay'),$4.); &lt;BR /&gt; ib=symget('ib');&lt;BR /&gt; sb=symget('ib');&lt;BR /&gt; mes=symget('mes');&lt;BR /&gt; pr=symget('pr');&lt;BR /&gt; sr=symget('sr');&lt;BR /&gt; tr=symget('tr');&lt;BR /&gt; col=symget('col');&lt;BR /&gt; mc=symget('mc');&lt;BR /&gt; smc=symget('smc');&lt;BR /&gt; smd=symget('smd');&lt;BR /&gt; sm=symget('sm');&lt;BR /&gt; sl=symget('sl');&lt;BR /&gt; cl=symget('cl');&lt;BR /&gt; ac=symget('ac');&lt;BR /&gt;%mend;&lt;BR /&gt; &lt;BR /&gt; data _null_;&lt;BR /&gt; %symgetvariables;&lt;BR /&gt; &lt;BR /&gt; if sm=" then sm='%'; &lt;BR /&gt; put sm=;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2017 17:44:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/sas-in-web-based-storedProcess-paramater-handeling/m-p/359125#M64359</guid>
      <dc:creator>robm</dc:creator>
      <dc:date>2017-05-16T17:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: sas in web based storedProcess paramater handeling</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/sas-in-web-based-storedProcess-paramater-handeling/m-p/359117#M64357</link>
      <description>&lt;P&gt;ok yes Id rather use macro If statments if that allows me to do this in the %marco symgetvariables ...how would I do that&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2017 17:18:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/sas-in-web-based-storedProcess-paramater-handeling/m-p/359117#M64357</guid>
      <dc:creator>robm</dc:creator>
      <dc:date>2017-05-16T17:18:00Z</dc:date>
    </item>
    <item>
      <title>sas in web based storedProcess paramater handeling</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/sas-in-web-based-storedProcess-paramater-handeling/m-p/359109#M64354</link>
      <description>&lt;P&gt;I have a SP that gets parameters from the url like &amp;nbsp;this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;%macro symgetvariables;&lt;BR /&gt; ccc=symget('ccc');&lt;BR /&gt; tc=symget('tc'); /*term code*/&lt;BR /&gt; tca=symget('tca'); /*term code*/&lt;BR /&gt; ay=put(symget('ay'),$4.); &lt;BR /&gt; ib=symget('ib');&lt;BR /&gt; sb=symget('ib');&lt;BR /&gt; sm=symget('sm');&lt;BR /&gt;&lt;BR /&gt; if SM= then SM=%;&lt;BR /&gt; &lt;BR /&gt;%mend;&lt;BR /&gt; &lt;BR /&gt; data _null_;&lt;BR /&gt; %symgetvariables;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;what i want to happen is if a parameter is empty like&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;t&amp;amp;SMC=&amp;amp;ccc=&amp;amp;ac=&amp;amp;cs=&amp;amp;cl=&amp;amp;smd=&amp;amp;sm=&amp;amp;sl&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;like sm above have a wildcard inserted like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if SM= then SM=%;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;so that this data step where filter will work&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;where &amp;nbsp;("STUDENT MAJOR CODE"n LIKE "&amp;amp;SM") &amp;nbsp;however i get the error , any ideas?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;FONT color="blue"&gt;NOTE: Line generated by the invoked macro "SYMGETVARIABLES".
&lt;/FONT&gt;65         ('mc');    smc=symget('smc');    smd=symget('smd');    sm=symget('sm');    sl=symget('sl');    cl=symget('cl');    ac=symget('ac');        if SM="" then SM=%;
&lt;STRONG&gt;&lt;FONT color="red"&gt;                                                                                                                                                                       _
                                                                                                                                                                       386
                                                                                                                                                                       200
ERROR 386-185: Expecting an arithmetic expression.
&lt;/FONT&gt;&lt;/STRONG&gt;
&lt;STRONG&gt;&lt;FONT color="red"&gt;ERROR 200-322: The symbol is not recognized and will be ignored.&lt;BR /&gt;
&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2017 16:50:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/sas-in-web-based-storedProcess-paramater-handeling/m-p/359109#M64354</guid>
      <dc:creator>robm</dc:creator>
      <dc:date>2017-05-16T16:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Need step for SAS Logon Manager and CAS authentication.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-step-for-SAS-Logon-Manager-and-CAS-authentication/m-p/357640#M264341</link>
      <description>&lt;P&gt;Sure&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have it all working perfectly , I have a document as well as the windows compiled apache mod (that was the biggest P.I.T.A.)&lt;/P&gt;
&lt;P&gt;as well as instructions on how to build the mod itself if need be what email address would you like it sent too.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am hoping to write a white paper on it or do a global forum talk if they still do E.B.I. at global forum.&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 19:15:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-step-for-SAS-Logon-Manager-and-CAS-authentication/m-p/357640#M264341</guid>
      <dc:creator>robm</dc:creator>
      <dc:date>2017-05-10T19:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: using proc sql outobs=1  and selecting into a variable how do i do that?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/using-proc-sql-outobs-1-and-selecting-into-a-variable-how-do-i/m-p/352059#M82026</link>
      <description>&lt;P&gt;that works great thanks&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2017 05:29:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/using-proc-sql-outobs-1-and-selecting-into-a-variable-how-do-i/m-p/352059#M82026</guid>
      <dc:creator>robm</dc:creator>
      <dc:date>2017-04-21T05:29:43Z</dc:date>
    </item>
    <item>
      <title>using proc sql outobs=1  and selecting into a variable how do i do that?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/using-proc-sql-outobs-1-and-selecting-into-a-variable-how-do-i/m-p/351928#M81989</link>
      <description>&lt;P&gt;if I have 1 observation from a proc sql query how do i assign that to a variable? that i want to load into a variable&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc sql outobs=1;&lt;BR /&gt;SELECT "Qa Test Id"n FROM ROBM.QUAL102;&lt;BR /&gt;run&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;so that further on I can do the below sort if the &amp;amp;var (QA Test ID) &amp;nbsp;from the select above is 35 for instance&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;if &amp;amp;var = 35 then do;
 proc sort data=ROBM.QUAL102;
  by TERM_CODE "Id"n CRN;
quit;
end;&lt;/PRE&gt;</description>
      <pubDate>Thu, 20 Apr 2017 21:39:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/using-proc-sql-outobs-1-and-selecting-into-a-variable-how-do-i/m-p/351928#M81989</guid>
      <dc:creator>robm</dc:creator>
      <dc:date>2017-04-20T21:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Tabulate and summing measures</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Tabulate-and-summing-measures/m-p/350836#M81612</link>
      <description>&lt;P&gt;yup sorry I should have spent more time examining and understanding my PROC TABULATE&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2017 13:20:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Tabulate-and-summing-measures/m-p/350836#M81612</guid>
      <dc:creator>robm</dc:creator>
      <dc:date>2017-04-18T13:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Tabulate and summing measures</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Tabulate-and-summing-measures/m-p/350689#M81541</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you aew right I building these of a EBI server&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;  proc tabulate data=ROBM.TABBS99991 missing contents = ' ' format=COMMA6.0 S=[foreground=highlight.];
   class &amp;amp;showvarvalue &amp;amp;showvarvalue1 &amp;amp;acrossvarvalue;
   var &amp;amp;measurevar;
   keylabel Sum = " ";
   table &amp;amp;showby1exp &amp;amp;showby2exp &amp;amp;showvarall, (&amp;amp;acrossexp(&amp;amp;measureexp)) /
                  contents = ' ' misstext=' ' box={label="&amp;amp;boxlabel"};
  run;
&lt;/PRE&gt;
&lt;P&gt;and (&amp;amp;acrossexp(&amp;amp;measureexp)) should have just been (&amp;amp;measurevar)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;  proc tabulate data=ROBM.TABBS99991 missing contents = ' ' format=COMMA6.0 S=[foreground=highlight.];
   class &amp;amp;showvarvalue &amp;amp;showvarvalue1 &amp;amp;acrossvarvalue;
   var &amp;amp;measurevar;
   keylabel Sum = " ";
   table &amp;amp;showby1exp &amp;amp;showby2exp &amp;amp;showvarall, (&amp;amp;measurevar) /
                  contents = ' ' misstext=' ' box={label="&amp;amp;boxlabel"};
  run;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;  proc tabulate data=ROBM.TBIR1025 missing contents = ' ' format=COMMA6.0 S=[foreground=highlight.];
   class 'ALLOCATED_COLLEGE'n 'SUBJECT_DESC'n 'TERM_CODE'n;
   var STUDENT_COUNT;
   keylabel Sum = " ";
   table ('ALLOCATED_COLLEGE'n =' ') *('SUBJECT_DESC'n=' ' all='Total') all='Total', (('TERM_CODE'n=' ' all='Total')*((STUDENT_COUNT))) /
                  contents = ' ' misstext=' ' box={label="ALLOCATED_COLLEGE/SUBJECT_DESC"};
  run;


  proc tabulate data=ROBM.TBIR1025 missing contents = ' ' format=COMMA6.0 S=[foreground=highlight.];
   class 'ALLOCATED_COLLEGE'n 'SUBJECT_DESC'n 'TERM_CODE'n;
   var INCLUDED_TUITION;
   keylabel Sum = " ";
  table (ALLOCATED_COLLEGE = ' ') *(SUBJECT_DESC = ' ' all = 'Total') all='Total', ((TERM_CODE = ' ' all = 'Total')*((INCLUDED_TUITION))) /
                  contents = ' ' misstext=' ' box={label = "ALLOCATED_COLLEGE/SUBJECT_DESC"};
  run;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2017 02:19:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Tabulate-and-summing-measures/m-p/350689#M81541</guid>
      <dc:creator>robm</dc:creator>
      <dc:date>2017-04-18T02:19:56Z</dc:date>
    </item>
    <item>
      <title>Proc Tabulate and summing measures</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Tabulate-and-summing-measures/m-p/350671#M81533</link>
      <description>&lt;P&gt;I have 2 Proc tabulates where I am trying to show 2 different measure summed over different acacdemic year terms basically i am trying to sum in one&lt;/P&gt;
&lt;P&gt;-the Tuition from each&amp;nbsp;ALLOCATED_COLLEGE/SUBJECT_DESC for each column TERM_CODE &amp;nbsp;&lt;/P&gt;
&lt;P&gt;-the Student count for each&amp;nbsp;&lt;SPAN&gt;ALLOCATED_COLLEGE/SUBJECT_DESC for each column TERM_CODE &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;IE I have change the VAR for each but they still sum exactly the same ...any suggestions?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the output from below can be seen in the attached pdf&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;proc tabulate data=ROBM.TBIR1025 missing contents = ' ' format=COMMA6.0 S=[foreground=highlight.];
class ALLOCATED_COLLEGE SUBJECT_DESC TERM_CODE;
var INCLUDED_TUITION;
keylabel Sum = " ";
table (ALLOCATED_COLLEGE =' ') *(SUBJECT_DESC=' ' all='Total') all='Total', ((TERM_CODE=' ' all='Total')*((N=Amount))) /
contents = ' ' misstext=' ' box={label="ALLOCATED_COLLEGE/SUBJECT_DESC"};
run;
&amp;nbsp;
proc tabulate data=ROBM.TBIR1025 missing contents = ' ' format=COMMA6.0 S=[foreground=highlight.];
class ALLOCATED_COLLEGE 'SUBJECT_DESC'n 'TERM_CODE'n;
var STUDENT_COUNT;
keylabel Sum = " ";
table (ALLOCATED_COLLEGE =' ') *(SUBJECT_DESC=' ' all='Total') all='Total', ((TERM_CODE=' ' all='Total')*((N=Count))) /
contents = ' ' misstext=' ' box={label="ALLOCATED_COLLEGE/SUBJECT_DESC"};&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2017 23:08:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Tabulate-and-summing-measures/m-p/350671#M81533</guid>
      <dc:creator>robm</dc:creator>
      <dc:date>2017-04-17T23:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: proc tabulate and quoted string error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-tabulate-and-quoted-string-error/m-p/350670#M81532</link>
      <description>&lt;P&gt;got it that makes sense now thanks all&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2017 22:57:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-tabulate-and-quoted-string-error/m-p/350670#M81532</guid>
      <dc:creator>robm</dc:creator>
      <dc:date>2017-04-17T22:57:24Z</dc:date>
    </item>
  </channel>
</rss>

