<?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: Can we use tgscore function in SAS EG program. We don't have SAS EMiner. in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Can-we-use-tgscore-function-in-SAS-EG-program-We-don-t-have-SAS/m-p/826482#M40933</link>
    <description>When I ran same code I got the below error message&lt;BR /&gt;27 ! data x;&lt;BR /&gt;28 x=tgscore();run;&lt;BR /&gt;_______&lt;BR /&gt;71&lt;BR /&gt;&lt;BR /&gt;ERROR 71-185: The TGSCORE function call does not have enough arguments.</description>
    <pubDate>Mon, 01 Aug 2022 18:13:53 GMT</pubDate>
    <dc:creator>Kiran26</dc:creator>
    <dc:date>2022-08-01T18:13:53Z</dc:date>
    <item>
      <title>Can we use tgscore function in SAS EG program. We don't have SAS EMiner.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Can-we-use-tgscore-function-in-SAS-EG-program-We-don-t-have-SAS/m-p/826472#M40931</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One of our scoring job in SAS is throwing me an error as below. We are using TGSCORE function in data step in SAS EG program. TGSCORE function is eminer function and we dont have eminer app.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are using SAS9.4 M7 version.&amp;nbsp; Can we use TGSCORE in SAS EG program without having SAS Eminer? Please advise.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: Reading configuration file.&lt;BR /&gt;ERROR: The scoring terminated without completion.&lt;BR /&gt;ERROR: Unexpected error detected in function TGSCORE:&lt;BR /&gt;ERROR: The SAS System stopped processing this step because of insufficient memory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2022 17:06:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Can-we-use-tgscore-function-in-SAS-EG-program-We-don-t-have-SAS/m-p/826472#M40931</guid>
      <dc:creator>Kiran26</dc:creator>
      <dc:date>2022-08-01T17:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Can we use tgscore function in SAS EG program. We don't have SAS EMiner.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Can-we-use-tgscore-function-in-SAS-EG-program-We-don-t-have-SAS/m-p/826481#M40932</link>
      <description>&lt;P&gt;No, but the error message you have looks different than just not knowing about the function.&lt;/P&gt;
&lt;PRE&gt;2079  data x;
2080   x=tgscore();
         -------
         68
ERROR 68-185: The function TGSCORE is unknown, or cannot be accessed.

2081  run;

NOTE: The SAS System stopped processing this step because of errors.
WARNING: The data set WORK.X may be incomplete.  When this step was stopped there were 0 observations and 1 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.00 seconds
&lt;/PRE&gt;</description>
      <pubDate>Mon, 01 Aug 2022 17:57:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Can-we-use-tgscore-function-in-SAS-EG-program-We-don-t-have-SAS/m-p/826481#M40932</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-08-01T17:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can we use tgscore function in SAS EG program. We don't have SAS EMiner.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Can-we-use-tgscore-function-in-SAS-EG-program-We-don-t-have-SAS/m-p/826482#M40933</link>
      <description>When I ran same code I got the below error message&lt;BR /&gt;27 ! data x;&lt;BR /&gt;28 x=tgscore();run;&lt;BR /&gt;_______&lt;BR /&gt;71&lt;BR /&gt;&lt;BR /&gt;ERROR 71-185: The TGSCORE function call does not have enough arguments.</description>
      <pubDate>Mon, 01 Aug 2022 18:13:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Can-we-use-tgscore-function-in-SAS-EG-program-We-don-t-have-SAS/m-p/826482#M40933</guid>
      <dc:creator>Kiran26</dc:creator>
      <dc:date>2022-08-01T18:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Can we use tgscore function in SAS EG program. We don't have SAS EMiner.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Can-we-use-tgscore-function-in-SAS-EG-program-We-don-t-have-SAS/m-p/826484#M40934</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/406568"&gt;@Kiran26&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;When I ran same code I got the below error message&lt;BR /&gt;27 ! data x;&lt;BR /&gt;28 x=tgscore();run;&lt;BR /&gt;_______&lt;BR /&gt;71&lt;BR /&gt;&lt;BR /&gt;ERROR 71-185: The TGSCORE function call does not have enough arguments.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;So you have the function.&amp;nbsp; Now you need to actually debug your code and understand why it is causing the error you posted in the first message.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2022 18:18:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Can-we-use-tgscore-function-in-SAS-EG-program-We-don-t-have-SAS/m-p/826484#M40934</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-08-01T18:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Can we use tgscore function in SAS EG program. We don't have SAS EMiner.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Can-we-use-tgscore-function-in-SAS-EG-program-We-don-t-have-SAS/m-p/826487#M40935</link>
      <description>Yes... seems some memory issue at configuration level working closely with SAS admin team to figure it out what exactly happening. I have one more doubt since it is text analytics function tgscore () . depending upon the data it is creating some nodes as an workflow out put to the output window or process flow window or there is some restriction it seems to create or process limited outputs. I will get back to you with full details after the issue is fixed. Thank you.</description>
      <pubDate>Mon, 01 Aug 2022 18:27:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Can-we-use-tgscore-function-in-SAS-EG-program-We-don-t-have-SAS/m-p/826487#M40935</guid>
      <dc:creator>Kiran26</dc:creator>
      <dc:date>2022-08-01T18:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: Can we use tgscore function in SAS EG program. We don't have SAS EMiner.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Can-we-use-tgscore-function-in-SAS-EG-program-We-don-t-have-SAS/m-p/827314#M40963</link>
      <description>Finally we understood that TGSCORE is a Eminer function and cannot be used in SAS EG with out having SAS EMINER license. In our case we have SAS EMINER license and the error was due to insufficient memory at configuration level, TGSCORE function ended up with unexpected error. SAS Admin team has increased the swap space in configuration file and the failed job went successful. Thanks you all.</description>
      <pubDate>Fri, 05 Aug 2022 09:12:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Can-we-use-tgscore-function-in-SAS-EG-program-We-don-t-have-SAS/m-p/827314#M40963</guid>
      <dc:creator>Kiran26</dc:creator>
      <dc:date>2022-08-05T09:12:53Z</dc:date>
    </item>
  </channel>
</rss>

