<?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: I am trying to call a SAS macro, but I need some help. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/I-am-trying-to-call-a-SAS-macro-but-I-need-some-help/m-p/946451#M370644</link>
    <description>&lt;P&gt;Hi, your question is not clear. &amp;nbsp;The first statement is the beginning of the definition of a macro named lrdif_es.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The second statement is an example of calling the macro.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the problem you're having? Did you try calling the macro, and get an error? &amp;nbsp;If so, what error did you get (please show the log)?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 06 Oct 2024 18:32:05 GMT</pubDate>
    <dc:creator>Quentin</dc:creator>
    <dc:date>2024-10-06T18:32:05Z</dc:date>
    <item>
      <title>I am trying to call a SAS macro, but I need some help.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-am-trying-to-call-a-SAS-macro-but-I-need-some-help/m-p/946448#M370641</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am struggling with calling the following SAS macro. Can someone please help me figure this out. In a report, the authors only provide the following statements.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%macro lrdif_es(data, items, group, criterion, exo_con=, exo_cat=,&lt;BR /&gt;sig_level=0.05, RS_D_crit_B=0.035, RS_D_crit_C=0.070, RS_P_crit_B=0.035,&lt;BR /&gt;RS_P_crit_C=0.070, foc_size=100, ref_size=100, combined_size=400,&lt;BR /&gt;outfile=LRDIF, plot=NO, size_ratio=0, out_parameter=0);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%lrdif_es(data=sample, items=item1-item8, group=gender black, exo_con=income&lt;BR /&gt;age, exo_cat=parent_education state, criterion = score, outfile=results,&lt;BR /&gt;plot=yes)&lt;/P&gt;</description>
      <pubDate>Sun, 06 Oct 2024 17:44:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-am-trying-to-call-a-SAS-macro-but-I-need-some-help/m-p/946448#M370641</guid>
      <dc:creator>Rover17</dc:creator>
      <dc:date>2024-10-06T17:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: I am trying to call a SAS macro, but I need some help.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-am-trying-to-call-a-SAS-macro-but-I-need-some-help/m-p/946451#M370644</link>
      <description>&lt;P&gt;Hi, your question is not clear. &amp;nbsp;The first statement is the beginning of the definition of a macro named lrdif_es.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The second statement is an example of calling the macro.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the problem you're having? Did you try calling the macro, and get an error? &amp;nbsp;If so, what error did you get (please show the log)?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 06 Oct 2024 18:32:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-am-trying-to-call-a-SAS-macro-but-I-need-some-help/m-p/946451#M370644</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2024-10-06T18:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: I am trying to call a SAS macro, but I need some help.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-am-trying-to-call-a-SAS-macro-but-I-need-some-help/m-p/946452#M370645</link>
      <description>&lt;P&gt;Hi Quentin,&lt;/P&gt;&lt;P&gt;Thank you for following up. I will provide the log output after I provide some additional background. The&amp;nbsp;lrdif_es macro was created by a SAS user, and presented in a report that can be found here: &lt;A href="https://www.ets.org/Media/Research/pdf/RM-16-17.pdf" target="_blank"&gt;https://www.ets.org/Media/Research/pdf/RM-16-17.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;My SAS log result shows the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;159 %lrdif_es(data=Middle.Final_Middle_Sample_All_DIF,&lt;BR /&gt;MLOGIC(LRDIF_ES): Beginning execution.&lt;BR /&gt;160 items= &amp;amp;HT_A_CFA_Items ,&lt;BR /&gt;SYMBOLGEN: Macro variable HT_A_CFA_ITEMS resolves to _3410 _3413 _3415 _3422 _3424 _3425&lt;BR /&gt;_3426 _3438 _3443 _3465&lt;BR /&gt;161 group=Male_Female Male_Other White_AfrAmer White_Hispanic White_AmerIndAlask&lt;BR /&gt;161! White_Asian White_NatHaPaI White_IndicOther White_Unknown,&lt;BR /&gt;162 criterion=HT_A_rawscore,&lt;BR /&gt;163 sig_level=0.00555,&lt;BR /&gt;164 RS_P_crit_B=0.035,&lt;BR /&gt;165 RS_P_crit_C=0.070,&lt;BR /&gt;166 outfile=Middle.LRDIF_Holland_Type_A_Middle,&lt;BR /&gt;167 plot=yes);&lt;BR /&gt;MLOGIC(LRDIF_ES): Parameter DATA has value Middle.Final_Middle_Sample_All_DIF&lt;BR /&gt;MLOGIC(LRDIF_ES): Parameter ITEMS has value _3410 _3413 _3415 _3422 _3424 _3425 _3426&lt;BR /&gt;_3438 _3443 _3465&lt;BR /&gt;MLOGIC(LRDIF_ES): Parameter GROUP has value Male_Female Male_Other White_AfrAmer White_Hispanic&lt;BR /&gt;White_AmerIndAlask White_Asian White_NatHaPaI White_IndicOther White_Unknown&lt;BR /&gt;MLOGIC(LRDIF_ES): Parameter CRITERION has value HT_A_rawscore&lt;BR /&gt;MLOGIC(LRDIF_ES): Parameter SIG_LEVEL has value 0.00555&lt;BR /&gt;MLOGIC(LRDIF_ES): Parameter RS_P_CRIT_B has value 0.035&lt;BR /&gt;MLOGIC(LRDIF_ES): Parameter RS_P_CRIT_C has value 0.070&lt;BR /&gt;MLOGIC(LRDIF_ES): Parameter OUTFILE has value Middle.LRDIF_Holland_Type_A_Middle&lt;BR /&gt;MLOGIC(LRDIF_ES): Parameter PLOT has value yes&lt;BR /&gt;MLOGIC(LRDIF_ES): Ending execution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get no error message and no results.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Sun, 06 Oct 2024 18:43:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-am-trying-to-call-a-SAS-macro-but-I-need-some-help/m-p/946452#M370645</guid>
      <dc:creator>Rover17</dc:creator>
      <dc:date>2024-10-06T18:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: I am trying to call a SAS macro, but I need some help.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-am-trying-to-call-a-SAS-macro-but-I-need-some-help/m-p/946455#M370647</link>
      <description>&lt;P&gt;This looks like the log of an empty macro (when there is nothing between the %MACRO and %MEND statements).&lt;/P&gt;
&lt;P&gt;In the paper, I do not see any actual macro code or a link to a resource where it can be downloaded.&lt;/P&gt;
&lt;P&gt;From where did you get the macro code?&lt;/P&gt;</description>
      <pubDate>Sun, 06 Oct 2024 19:16:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-am-trying-to-call-a-SAS-macro-but-I-need-some-help/m-p/946455#M370647</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2024-10-06T19:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: I am trying to call a SAS macro, but I need some help.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-am-trying-to-call-a-SAS-macro-but-I-need-some-help/m-p/946456#M370648</link>
      <description>&lt;P&gt;Thanks Kurt,&lt;/P&gt;
&lt;P&gt;I was thinking this was a utility macro within the SAS system, like the %ds2csv macro.&lt;/P&gt;
&lt;P&gt;So, are you suggested that I need to ask the authors for the actual macro code? I don't have it.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 06 Oct 2024 19:22:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-am-trying-to-call-a-SAS-macro-but-I-need-some-help/m-p/946456#M370648</guid>
      <dc:creator>Rover17</dc:creator>
      <dc:date>2024-10-06T19:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: I am trying to call a SAS macro, but I need some help.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-am-trying-to-call-a-SAS-macro-but-I-need-some-help/m-p/946462#M370653</link>
      <description>&lt;DIV class="textLayer"&gt;
&lt;DIV&gt;From the PDF file you posted the link for:&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;BLOCKQUOTE&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;To obtain a copy of an ETS research report, please visit&lt;/DIV&gt;
&lt;DIV&gt;&lt;A href="http://www.ets.org/research/contact.html" target="_blank"&gt;http://www.ets.org/research/contact.html&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV&gt;Action Editor:&lt;/DIV&gt;
&lt;DIV&gt;James Carlson&lt;/DIV&gt;
&lt;DIV&gt;Reviewers:&lt;/DIV&gt;
&lt;DIV&gt;Guangming Ling and Lixiong Gu&lt;/DIV&gt;
&lt;DIV&gt;Copyright © 2016 by Educational Testing Service. All rights reserved.&lt;/DIV&gt;
&lt;DIV&gt;ETS, the ETS logo, MEASURING THE POWER OF LEARNING are registered trademarks of Educational Testing&lt;/DIV&gt;
&lt;DIV&gt;Service (ETS). All other trademarks are the property of their respective owners.&lt;/DIV&gt;
&lt;DIV class="endOfContent active"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/BLOCKQUOTE&gt;
&lt;/DIV&gt;
&lt;DIV class="annotationLayer"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 07 Oct 2024 00:32:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-am-trying-to-call-a-SAS-macro-but-I-need-some-help/m-p/946462#M370653</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2024-10-07T00:32:15Z</dc:date>
    </item>
  </channel>
</rss>

