<?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: help in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help/m-p/550645#M33440</link>
    <description>&lt;P&gt;Do not repeat posts with the same content. Keep the question in one thread, where it is much easier to follow the stream of questions and answers.&lt;/P&gt;</description>
    <pubDate>Fri, 12 Apr 2019 14:08:55 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2019-04-12T14:08:55Z</dc:date>
    <item>
      <title>Help</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help/m-p/550605#M33426</link>
      <description>&lt;P&gt;&lt;BR /&gt;Could somebody kindly help me ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I correct?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is wrong in my code, I received the message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR 22-322: Syntax error, expecting one of the following: a name, ;, (, *, -, /, :, _ALL_, _CHARACTER_, _CHAR_, _NUMERIC_.&lt;/P&gt;&lt;P&gt;ERROR 76-322: Syntax error, statement will be ignored.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Code:&lt;/P&gt;&lt;P&gt;_______________________________________________&lt;/P&gt;&lt;P&gt;%let inset=dadosNOV18_mod_samp ; /* data set name */&lt;/P&gt;&lt;P&gt;%let target=FLAG_PORT_OUT; /* target variable (y) */&lt;/P&gt;&lt;P&gt;%let jorquec= d:/SAS/jorquec; /* designated folder for exporting outputs */&lt;/P&gt;&lt;P&gt;%let varall= pm_activity_level /* list of variables to be assessed*/&lt;/P&gt;&lt;P&gt;calling_circle_size&lt;/P&gt;&lt;P&gt;influencer_score&lt;/P&gt;&lt;P&gt;credit_band&lt;/P&gt;&lt;P&gt;data_allowance&lt;/P&gt;&lt;P&gt;mins_allowance&lt;/P&gt;&lt;P&gt;promo_data_allowance&lt;/P&gt;&lt;P&gt;texts_allowance&lt;/P&gt;&lt;P&gt;mins_utilsation&lt;/P&gt;&lt;P&gt;texts_utilsation&lt;/P&gt;&lt;P&gt;data_utilsation&lt;/P&gt;&lt;P&gt;rm.TENURE_MONTHS&lt;/P&gt;&lt;P&gt;rm.contract_flag&lt;/P&gt;&lt;P&gt;rm.contract_term_new&lt;/P&gt;&lt;P&gt;rm.pre_pri_accept_flag&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;%let tiermax=6; /* max number of bins to assign to variables */&lt;/P&gt;&lt;P&gt;%let ivthresh=0.1; /* set to 0 if you want to see output graphs for all variables */&lt;/P&gt;&lt;P&gt;%let outgraph=iv_woe_graph; /* pdf graph for top predictors */&lt;/P&gt;&lt;P&gt;%let ivout=iv_ranked; /* output file in txt for Information Value */&lt;/P&gt;&lt;P&gt;%let woeout=woe_ranked; /* output file in txt for Weight of Evidence */&lt;/P&gt;&lt;P&gt;%let libdata=jorquec; /* name of library where the data set is stored. */&lt;/P&gt;&lt;P&gt;%let outcome=pct_port_out; /* name of target for summary tables */&lt;/P&gt;&lt;P&gt;%let outname=% Customers Port_out; /* label of target for summary tables and graphs */&lt;/P&gt;&lt;P&gt;ods output nlevels=checkfreq;&lt;/P&gt;&lt;P&gt;proc freq data=&amp;amp;libdata..&amp;amp;inset nlevels;&lt;/P&gt;&lt;P&gt;tables &amp;amp;varall/noprint;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2019 12:59:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help/m-p/550605#M33426</guid>
      <dc:creator>jorquec</dc:creator>
      <dc:date>2019-04-12T12:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help/m-p/550612#M33427</link>
      <description>&lt;P&gt;this line of code is missing a semicolon&lt;/P&gt;
&lt;P&gt;where is the ;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #f4f4f4; color: #333333; font-family: 'HelevticaNeue-light','Helvetica Neue',Helvetica,Arial,sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 150%; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;%let varall= pm_activity_level /* list of variables to be assessed*/&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #f4f4f4; color: #333333; font-family: 'HelevticaNeue-light','Helvetica Neue',Helvetica,Arial,sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 150%; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;it should be after the pm_activity_level like below&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #f4f4f4; color: #333333; font-family: 'HelevticaNeue-light','Helvetica Neue',Helvetica,Arial,sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 150%; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;%let varall= pm_activity_level; /* list of variables to be assessed*/&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2019 13:12:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help/m-p/550612#M33427</guid>
      <dc:creator>VDD</dc:creator>
      <dc:date>2019-04-12T13:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help/m-p/550616#M33429</link>
      <description>&lt;P&gt;These four&lt;/P&gt;
&lt;PRE&gt;rm.TENURE_MONTHS
rm.contract_flag
rm.contract_term_new
rm.pre_pri_accept_flag
&lt;/PRE&gt;
&lt;P&gt;are not valid variable names for proc freq.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If that does not fix it, post your&amp;nbsp;&lt;EM&gt;whole&lt;/EM&gt; log of the %let statements and the failing step, using the {I} button.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2019 13:24:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help/m-p/550616#M33429</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-04-12T13:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help/m-p/550619#M33430</link>
      <description>&lt;P&gt;ok many thanks but why after&amp;nbsp; fix this this I can not see the output with the results ? Could you please tell me gow to print the information value table in the end?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2019 13:28:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help/m-p/550619#M33430</guid>
      <dc:creator>jorquec</dc:creator>
      <dc:date>2019-04-12T13:28:38Z</dc:date>
    </item>
    <item>
      <title>help information value</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help/m-p/550627#M33437</link>
      <description>&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;Hi&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;could someone kindly help me ?I am a SAS tarter, &amp;nbsp;I copied this code from web, but I dont know how tor print an output to see the information value results.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;How do I correct?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;Many thanks &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;____________________________________________________&lt;/P&gt;&lt;P&gt;CODE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%let&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; inset=dadosNOV18_mod_samp ; &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New" size="3"&gt;/* data set name */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%let&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; target=FLAG_PORT_OUT; &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New" size="3"&gt;/* target variable (y) */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%let&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; jorquec= d:/SAS/jorquec; &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New" size="3"&gt;/* designated folder for exporting outputs */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%let&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; varall= pm_activity_level &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New" size="3"&gt;/* list of variables to be assessed*/&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;calling_circle_size&lt;/P&gt;&lt;P&gt;influencer_score&lt;/P&gt;&lt;P&gt;credit_band&lt;/P&gt;&lt;P&gt;data_allowance&lt;/P&gt;&lt;P&gt;mins_allowance&lt;/P&gt;&lt;P&gt;promo_data_allowance&lt;/P&gt;&lt;P&gt;texts_allowance&lt;/P&gt;&lt;P&gt;mins_utilsation&lt;/P&gt;&lt;P&gt;texts_utilsation&lt;/P&gt;&lt;P&gt;data_utilsation&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%let&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; tiermax=6; &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New" size="3"&gt;/* max number of bins to assign to variables */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%let&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; ivthresh=0.1; &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New" size="3"&gt;/* set to 0 if you want to see output graphs for all variables */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%let&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; outgraph=iv_woe_graph; &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New" size="3"&gt;/* pdf graph for top predictors */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%let&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; ivout=iv_ranked; &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New" size="3"&gt;/* output file in txt for Information Value */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%let&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; woeout=woe_ranked; &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New" size="3"&gt;/* output file in txt for Weight of Evidence */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%let&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; libdata=jorquec; &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New" size="3"&gt;/* name of library where the data set is stored. */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%let&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; outcome=pct_port_out; &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New" size="3"&gt;/* name of target for summary tables */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%let&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; outname=% Customers Port_out; &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New" size="3"&gt;/* label of target for summary tables and graphs */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2019 13:40:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help/m-p/550627#M33437</guid>
      <dc:creator>jorquec</dc:creator>
      <dc:date>2019-04-12T13:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help/m-p/550636#M33434</link>
      <description>&lt;P&gt;Please read my post again, especially the last line.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And tell us what you expect to see.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2019 13:54:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help/m-p/550636#M33434</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-04-12T13:54:51Z</dc:date>
    </item>
    <item>
      <title>help</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help/m-p/550641#M33439</link>
      <description>&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;Please could someone kindly help me ?I am a SAS tarter, &amp;nbsp;I copied this code from web, but I dont know how tor print an output to see the information value results.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;It said a txt but I would like to see in sas windown output.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;Also txt file it doesnt appear.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;How do I correct?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;Many thanks &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;____________________________________________________&lt;/P&gt;&lt;P&gt;CODE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%let&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; inset=dadosNOV18_mod_samp ; &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New" size="3"&gt;/* data set name */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%let&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; target=FLAG_PORT_OUT; &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New" size="3"&gt;/* target variable (y) */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%let&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; jorquec= d:/SAS/jorquec; &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New" size="3"&gt;/* designated folder for exporting outputs */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%let&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; varall= pm_activity_level &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New" size="3"&gt;/* list of variables to be assessed*/&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;calling_circle_size&lt;/P&gt;&lt;P&gt;influencer_score&lt;/P&gt;&lt;P&gt;credit_band&lt;/P&gt;&lt;P&gt;data_allowance&lt;/P&gt;&lt;P&gt;mins_allowance&lt;/P&gt;&lt;P&gt;promo_data_allowance&lt;/P&gt;&lt;P&gt;texts_allowance&lt;/P&gt;&lt;P&gt;mins_utilsation&lt;/P&gt;&lt;P&gt;texts_utilsation&lt;/P&gt;&lt;P&gt;data_utilsation&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%let&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; tiermax=6; &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New" size="3"&gt;/* max number of bins to assign to variables */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%let&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; ivthresh=0.1; &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New" size="3"&gt;/* set to 0 if you want to see output graphs for all variables */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%let&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; outgraph=iv_woe_graph; &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New" size="3"&gt;/* pdf graph for top predictors */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%let&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; ivout=iv_ranked; &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New" size="3"&gt;/* output file in txt for Information Value */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%let&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; woeout=woe_ranked; &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New" size="3"&gt;/* output file in txt for Weight of Evidence */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%let&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; libdata=jorquec; &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New" size="3"&gt;/* name of library where the data set is stored. */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%let&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; outcome=pct_port_out; &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New" size="3"&gt;/* name of target for summary tables */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%let&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; outname=% Customers Port_out; &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New" size="3"&gt;/* label of target for summary tables and graphs */&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2019 14:03:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help/m-p/550641#M33439</guid>
      <dc:creator>jorquec</dc:creator>
      <dc:date>2019-04-12T14:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: help information value</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help/m-p/550644#M33438</link>
      <description>&lt;P&gt;There is nothing there that would provide output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As a starter, I would &lt;U&gt;&lt;STRONG&gt;STRONGLY&lt;/STRONG&gt;&lt;/U&gt; recommend that you take the freely available online Programming 1 course instead of trying to run obscure code from the 'net. You will learn much better and quicker with the first.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2019 14:05:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help/m-p/550644#M33438</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-04-12T14:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: help</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help/m-p/550645#M33440</link>
      <description>&lt;P&gt;Do not repeat posts with the same content. Keep the question in one thread, where it is much easier to follow the stream of questions and answers.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2019 14:08:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help/m-p/550645#M33440</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-04-12T14:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: help information value</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help/m-p/550646#M33441</link>
      <description>&lt;P&gt;I would like to print&amp;nbsp; the table with the Information value reuslts.&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;&lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;proc&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;hpbin&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&amp;amp;&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;libdata.&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;&amp;amp;inset &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;WOE&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;BINS_META&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=Mapping;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;target&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; FLAG_PORT_OUT/&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;level&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=nominal &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;order&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=desc;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;run&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;I guess this should be fine. &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2019 14:11:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help/m-p/550646#M33441</guid>
      <dc:creator>jorquec</dc:creator>
      <dc:date>2019-04-12T14:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help/m-p/550817#M33445</link>
      <description>Assuming you fixed all the errors, your program would create a SAS data set named checkfreq.  If you want to see what's in it,  you have to add:&lt;BR /&gt;&lt;BR /&gt;proc print data=checkfreq;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;In the long run, there is no substitute for learning the basics of SAS.  You can't learn enough by asking a question when you are stumped.  That's a good thing to do, but it's not enough.</description>
      <pubDate>Sat, 13 Apr 2019 00:48:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help/m-p/550817#M33445</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2019-04-13T00:48:08Z</dc:date>
    </item>
  </channel>
</rss>

