<?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>New board topics in SAS Support Communities</title>
    <link>https://communities.sas.com/</link>
    <description>SAS Support Communities</description>
    <pubDate>Tue, 30 Apr 2024 13:47:25 GMT</pubDate>
    <dc:creator>Community</dc:creator>
    <dc:date>2024-04-30T13:47:25Z</dc:date>
    <item>
      <title>concatenate two macro variables with "/" between them</title>
      <link>https://communities.sas.com/t5/SAS-Programming/concatenate-two-macro-variables-with-quot-quot-between-them/m-p/926446#M364569</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;I want to concatenate two macro variables with "/" between them.&lt;/P&gt;
&lt;P&gt;I get error 49&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
%let customer_ID=9872622;
%let branch_Id=987;
%let customer_branch=%sysfunc(cat(&amp;amp;customer_ID.,"/",&amp;amp;branch_Id.));/***9872622/987*****/
%put &amp;amp;customer_branch;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 11:23:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/concatenate-two-macro-variables-with-quot-quot-between-them/m-p/926446#M364569</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2024-04-30T11:23:25Z</dc:date>
    </item>
    <item>
      <title>Format proc report to output dates in excel using ods excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Format-proc-report-to-output-dates-in-excel-using-ods-excel/m-p/926436#M364567</link>
      <description>&lt;P&gt;I am attempting to output an excel (xlsx) file using ods excel from a proc output. My variables are in date9. format in the SAS data set, but when they output to excel they are in a text format.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my code:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;ods excel file="\\xxxmyfilelocation\Events_%sysfunc(date(),yymmddd10.).xlsx" style=forNESUG options (FLOW='Tables');&lt;/DIV&gt;&lt;DIV&gt;ods excel options (zoom='80' sheet_name='Tracker');&lt;/DIV&gt;&lt;DIV&gt;proc report data=tracker nowd split= "_" style(column)=[JUST=LEFT VJUST=TOP FONT=(Calibri, 11pt, NORMAL) BORDERSTYLE=SOLID BORDERCOLOR=black]&lt;/DIV&gt;&lt;DIV&gt;style(header)=[BACKGROUNDCOLOR=light grey FONT=(Calibri, 11pt, BOLD) JUST=CENTER VJUST=TOP&amp;nbsp; BORDERSTYLE=SOLID BORDERCOLOR=black];&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;column &lt;/SPAN&gt;&lt;SPAN&gt;Initial_Code_Date Initial_Attribution_Date Initial_SO_Coverage&lt;/SPAN&gt;&lt;SPAN&gt; Date_of_AE_status_Evaluated Initial_Rep_event_became_SAE Type_of_SAE Final_attribution Study_RX_held Treatment_rechallenged Treatment_Permanently_Discontinu Status_AE&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt; SO_FU_Log_Comments AF_summary_comments Final_MedDRA_code Final_MedDRA_LLT FINAL_Code_Date Final_Attribution_Date FU_SO_Coverage Initial_site_email_archived_&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt; Final_site_email_archived_ Completed_pharma_reporting_ Closed SO_closed_AE Close_Date Teaching_example Tracker_run_date;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;define Initial_Code_Date/'Initial Code Date' style={background=lightyellow color=black};&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;define Initial_Attribution_Date/'Initial Attribution Date' style={background=lightyellow color=black};&amp;nbsp;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;define FINAL_Code_Date/'Final Code Date'&amp;nbsp; style={background=lightyellow color=black};&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;define Final_Attribution_Date/'Final Attribution Date' style={background=lightyellow color=black};&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;define SO_Log_Comments/'SO Log Comments' style(column) = [just=left cellwidth=3in background=lightyellow color=black] style(header)=Header{background=lightyellow color=black};&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;define SO_FU_Log_Comments/'SO FU Log Comments' style(column) = [just=left cellwidth=3in background=lightyellow color=black] style(header)=Header{background=lightyellow color=black};&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;define Reas_NonReportable_AE/'Reas NonReportable AE' style(column) = [just=left cellwidth=0.5in background=lightyellow color=black] style(header)=Header{background=lightyellow color=black};&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;define Teaching_example/'Teaching example' style={background=lightyellow color=black};&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;define Closed/'Closed' style={background=lightyellow color=black};&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;define SO_closed_AE/'SO closed AE' style={background=lightyellow color=black};&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;define Close_Date/style={background=lightyellow color=black};&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;options missing=" ";&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;format Initial_Code_Date date11. Initial_Attribution_Date date11. Final_Code_Date date11. Final_Attribution_Date date11. Close_Date date11.;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;run;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I think the issue is my define statement, because the last block of code which exports to a different sheet in the excel workbook exports the date correctly and there is no define statement.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;proc report data=sites nowd split= "_" style(column)=[BACKGROUNDCOLOR=white JUST=LEFT VJUST=TOP FONT=(Calibri, 11pt, NORMAL) BORDERSTYLE=SOLID BORDERCOLOR=black]&lt;BR /&gt;style(header)=[BACKGROUNDCOLOR=light grey FONT=(Calibri, 11pt, BOLD) JUST=CENTER VJUST=TOP BORDERSTYLE=SOLID BORDERCOLOR=black];&lt;BR /&gt;column SiteNo Name Status Country &lt;STRONG&gt;Status_Date&lt;/STRONG&gt; Note;&lt;BR /&gt;&lt;STRONG&gt;format Status_Date date11.;&lt;/STRONG&gt;&lt;BR /&gt;run;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Any suggestions?&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 30 Apr 2024 12:56:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Format-proc-report-to-output-dates-in-excel-using-ods-excel/m-p/926436#M364567</guid>
      <dc:creator>Kia_B</dc:creator>
      <dc:date>2024-04-30T12:56:04Z</dc:date>
    </item>
    <item>
      <title>Can we prevent publishing intelligent decision with the same name if publishers are different users?</title>
      <link>https://communities.sas.com/t5/Decisioning/Can-we-prevent-publishing-intelligent-decision-with-the-same/m-p/926435#M93</link>
      <description>&lt;P&gt;Hi guys!&lt;/P&gt;
&lt;P&gt;I use SAS viya and my environment has many users. I want to publish a decision, and want it to be replaced if the published name is the same as &lt;EM&gt;&lt;STRONG&gt;my&lt;/STRONG&gt;&lt;/EM&gt; old published decision. I know we can press "Replace item with the same name"&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Mayt_0-1714474389838.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/96040i45A6529A7B45EB41/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Mayt_0-1714474389838.png" alt="Mayt_0-1714474389838.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But can we prevent publishing if &lt;EM&gt;&lt;STRONG&gt;another user&lt;/STRONG&gt;&lt;/EM&gt; want to publish it with the same name like mine?&lt;/P&gt;
&lt;P&gt;Thank you in advance!&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 10:57:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Decisioning/Can-we-prevent-publishing-intelligent-decision-with-the-same/m-p/926435#M93</guid>
      <dc:creator>Mayt</dc:creator>
      <dc:date>2024-04-30T10:57:15Z</dc:date>
    </item>
    <item>
      <title>How to import SPSS file with SAS OnDemand for Academics</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-import-SPSS-file-with-SAS-OnDemand-for-Academics/m-p/926429#M1854</link>
      <description>&lt;P&gt;I am new to SAS OnDemand&lt;BR /&gt;please can anyone help me to know how to import SPSS file from my hard-disk to SAS library to work on it.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 13:36:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-import-SPSS-file-with-SAS-OnDemand-for-Academics/m-p/926429#M1854</guid>
      <dc:creator>ElsayedamrBasma</dc:creator>
      <dc:date>2024-04-30T13:36:22Z</dc:date>
    </item>
    <item>
      <title>Editing slice labels in a donut chart so that they don't overlap</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Editing-slice-labels-in-a-donut-chart-so-that-they-don-t-overlap/m-p/926424#M24571</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to visualise some survey data using a donut chart in PROC GCHART. Because some adjacent pie slices are very small, their percentages and labels overlap. See below (chart generated using sample data):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="example chart.PNG" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/96034i53F67983F5EE2966/image-size/large?v=v2&amp;amp;px=999" role="button" title="example chart.PNG" alt="example chart.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to display the slice percentage on the same line as the slice label instead of after a line break? If yes, can someone provide me with a snippet of code that achieves this? I don't think it's possible within PROC GCHART, but I've heard PROC TEMPLATE or the graphics editor might help (I'm a novice so I can't figure out either). I'm using SAS 8.3.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Alternative solutions I've considered and discarded:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;U&gt;Reordering slices so that small segments are not together&lt;/U&gt;: can't do that because of the nature of the data (Likert scale).&lt;/LI&gt;&lt;LI&gt;&lt;U&gt;Experimenting with&amp;nbsp;&lt;/U&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&lt;U&gt;ARROW/INSIDE/NONE/OUTSIDE and ANGLE&lt;/U&gt;: already done, labels still overlap in the original data.&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&lt;U&gt;Using PROC SGPIE instead&lt;/U&gt;: not available in the version of SAS that my organisation uses.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Here's the sample data I used to generate the chart:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;data survey;
input name $ q1 &amp;amp; $100.;
datalines;
John Very positive
Cathy Very positive
Phil Very positive
Jason Very positive
Darryl Very positive
Gary Very positive
Courtney Very positive
Andrea Very positive
Dave Very positive
Andy Very positive
Will Very positive
Zach Very positive
Isla Very positive
Florence Very positive
Henry Very positive
Mo Very positive
Evie Very Positive
Nigel Positive
Linda Positive
Anna Positive
Luke Positive
Arlo Positive
Archie Positive
Wendy Positive
Meghan Positive
Jack Positive
Lucy Positive
Theo Positive
Dylan Positive
Grace Positive
Stella Positive
Eva Positive
Nora Positive
Camilla Positive
Violet Positive
Jude Positive
Harry Positive
Louis Neither positive nor negative
Joe Neither positive nor negative
Leo Neither positive nor negative
Janet Neither positive nor negative
Debbie Neither positive nor negative
Alex Neither positive nor negative
Daniel Neither positive nor negative
Nina Neither positive nor negative
Gabe Neither positive nor negative
Oliver Neither positive nor negative
Anthony Neither positive nor negative
Chris Neither positive nor negative
Evan Neither positive nor negative
Adam Neither positive nor negative
Max Neither positive nor negative
Sophia Negative
Mia Negative
Abigail Negative
Caroline Negative
Shane Negative
Chloe Negative
Clint Negative
Lizzie Negative
Sarah Negative
Nick Negative
Amelia Negative
Ava Negative
Hazel Negative
Ivy Negative
Olive Negative
Rose Negative
George Negative
Arthur Negative
Ben Negative
Finn Negative
Elliot Negative
Sam Negative
Josh Negative
Kai Negative
Jacob Negative
Hugo Negative
Mason Negative
Mike Negative
Liam Negative
Vanessa Very negative
Fred Prefer not to say
;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 30 Apr 2024 09:23:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Editing-slice-labels-in-a-donut-chart-so-that-they-don-t-overlap/m-p/926424#M24571</guid>
      <dc:creator>ElGent99</dc:creator>
      <dc:date>2024-04-30T09:23:09Z</dc:date>
    </item>
    <item>
      <title>proc ttest pvalue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-ttest-pvalue/m-p/926414#M364561</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't have a deep knowledge on statistics.&amp;nbsp; Can someone please confirm if I did this correctly to obtain the P-value for Mean different from 0 (t-test, 2-sided)??&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;proc ttest data=base_post side=2 ;
by trt01pn; 
var cat3;
ods output TTests=pval;  **pvalue;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HitmonTran_0-1714460714596.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/96032i9CE4FE3911503AF0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HitmonTran_0-1714460714596.png" alt="HitmonTran_0-1714460714596.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 07:06:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-ttest-pvalue/m-p/926414#M364561</guid>
      <dc:creator>HitmonTran</dc:creator>
      <dc:date>2024-04-30T07:06:04Z</dc:date>
    </item>
    <item>
      <title>Creating a single bar chart from multiple variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Creating-a-single-bar-chart-from-multiple-variables/m-p/926390#M364548</link>
      <description>&lt;P&gt;&lt;FONT size="4"&gt;Hello - I know questions like mine have been asked before, but I wasn't able to find an answer that I could adapt to my situation. I would like to create a single bar chart with individual bars for several variables in my dataset, &lt;SPAN class=""&gt;&lt;FONT size="4"&gt;where the values for each variable are either 0 or 1 for each record in the dataset.&lt;/FONT&gt; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;&lt;SPAN class=""&gt;I created a series of binary (0/1) variables from questions on a survey where respondents could select one more options (e.g. bn_option1, bn_option2, ...) . Now I'd like to create bar charts for the % of '1's for each option (binary variable) of the corresponding question. One bar chart per question with as many bars as there were originally options. Thanks.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 20:32:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Creating-a-single-bar-chart-from-multiple-variables/m-p/926390#M364548</guid>
      <dc:creator>NeilH</dc:creator>
      <dc:date>2024-04-29T20:32:40Z</dc:date>
    </item>
    <item>
      <title>Processing Time on Macro Variables Resolved within a Macro Function vs a Data-Step Function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Processing-Time-on-Macro-Variables-Resolved-within-a-Macro/m-p/926389#M364547</link>
      <description>&lt;P&gt;I am wondering if there are any rules about how SAS handles constants and if having the macro language resolve macro variables before they reach the data-step can improve processing time.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Take the following toy example. (I know there are more efficient ways to achieve the same outcome in the code below, this is purely for illustrative purposes.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;%macro macro_vs_datastep();

	%let macro_date = 01JAN1980;
	%let quarters_to_process = 10;

	data data_step;
		set sashelp.gnp;
		%do h = 1 %to &amp;amp;quarters_to_process;
			if intnx("QUARTER", Date, 0, "E") = intnx("QUARTER", "&amp;amp;macro_date"d, &amp;amp;h, "E") then output;
		%end;
	run;

	data macro;
		set sashelp.gnp;

		%do h = 1 %to &amp;amp;quarters_to_process;
			if intnx("QUARTER", Date, 0, "E") = %sysfunc(intnx(QUARTER, "&amp;amp;macro_date"d, &amp;amp;h, E)) then output;
		%end;
	run;

%mend;

%macro_vs_datastep();&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;My intuition is that that resolving the macro variables 'macro_date' and 'h' inside of %sysfunc() should reduce I/O time as in the 2nd data-step, as SAS only has to resolve intnx() with each loop of 'h'. Compare that to the first data-step where intnx() must be resolved with each loop of 'h' along with each record in the dataset.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are there any rules-of-thumb around best practices in these sorts of situations?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 20:21:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Processing-Time-on-Macro-Variables-Resolved-within-a-Macro/m-p/926389#M364547</guid>
      <dc:creator>sjb1</dc:creator>
      <dc:date>2024-04-29T20:21:44Z</dc:date>
    </item>
    <item>
      <title>Calculating Cohen's d from multiply imputed data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Calculating-Cohen-s-d-from-multiply-imputed-data/m-p/926381#M46078</link>
      <description>&lt;P&gt;Hi everyone, apologies if this has been asked but I couldn't find an answer for my specific question. I wanted to get confirmation that what I am doing is appropriate. I have 20 imputed datasets. The grouping variable (2 groups) is called "condition". To compute pooled means across the imputed datasets I used the estimate statement in PROC MIXED for each level of condition:&lt;/P&gt;&lt;P&gt;ODS TRACE ON;&lt;BR /&gt;ODS OUTPUT SolutionF=solutionf Estimates =est3;&lt;/P&gt;&lt;P&gt;PROC MIXED data=data noclprint covtest method=ml;&lt;/P&gt;&lt;P&gt;class tid pid condition (ref='0');&lt;/P&gt;&lt;P&gt;model totalscore=condition/solution ddfm=bw;&lt;/P&gt;&lt;P&gt;random intercept/sub=tid type=un;&lt;/P&gt;&lt;P&gt;estimate "Intercept: 0" intercept 1 condition 0 1;&lt;BR /&gt;estimate "Intercept: 1" intercept 1 condition 1 0 ;&lt;BR /&gt;estimate "Intercept: 1-0" intercept 0 condition 1 -1 ;&lt;/P&gt;&lt;P&gt;store out=model;&lt;/P&gt;&lt;P&gt;by _Imputation_;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;proc mianalyze data=est3;&lt;/P&gt;&lt;P&gt;modeleffects Estimate;&lt;/P&gt;&lt;P&gt;stderr stderr;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;For example, let's say this procedure gave me pooled estimates (means) of 8 for condition=0 and 7 for condition=1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I calculated pooled SD using proc ttest and mianalyze:&lt;/P&gt;&lt;P&gt;proc ttest data=data;&lt;BR /&gt;class condition;&lt;BR /&gt;var totalscore;&lt;BR /&gt;by _Imputation_;&lt;BR /&gt;ods output statistics=ttest_ds&lt;BR /&gt;run;&lt;BR /&gt;proc sort data=ttest_ds;&lt;BR /&gt;by class _Imputation_;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;/*The dataset ttest_ds has Class variables of 0 and 1 (for the groups) and "Diff (1-2)" Pooled and Satterthwaite. It also has columns for StdDev and StdErr by Imputation for the two classes.*/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data subset;&lt;BR /&gt;set ttest_ds;&lt;BR /&gt;where Class='0'; /*switch to 1 for condition=1*/&lt;BR /&gt;run;&lt;BR /&gt;proc mianalyze data=subset;&lt;BR /&gt;by class;&lt;BR /&gt;modeleffects stddev;&lt;BR /&gt;stderr stderr;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This gave me pooled SDs of, for example, 5.8 for condition=0 and 5.6 for condition=1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I calculated Cohen's d:&lt;/P&gt;&lt;P&gt;data cd;&lt;BR /&gt;mean_diff_rand1 = 8 - 7; /* pooled means for conditions = 0 and 1*/&lt;BR /&gt;pooled_std_dev_rand1 = sqrt((5.8**2 + 5.6**2) / 2); /* pooled SDs for conditions = 0 and 1 */&lt;BR /&gt;d_rand1 = mean_diff_rand1 / pooled_std_dev_rand1;&lt;BR /&gt;run;&lt;BR /&gt;proc print data=cd; /*printing result*/&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this is enough information. Thank you kindly in advance!&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 19:30:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Calculating-Cohen-s-d-from-multiply-imputed-data/m-p/926381#M46078</guid>
      <dc:creator>statshuevo</dc:creator>
      <dc:date>2024-04-29T19:30:01Z</dc:date>
    </item>
    <item>
      <title>SAS Viya 4 POC on AWS- Reverting changes / restoring backup</title>
      <link>https://communities.sas.com/t5/Moving-to-SAS-Viya/SAS-Viya-4-POC-on-AWS-Reverting-changes-restoring-backup/m-p/926371#M77</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;While exploring the SAS Viya POC on AWS, I was looking for ways to revert the configuration (in Environment manager using kubectl) to a previous days backup. Something like restoring the metadata server back to a previous state in SAS 9.x.&lt;BR /&gt;I read the following three well written,&amp;nbsp; scholarly references, which must be very handy and useful to the the knowledgeable.&lt;BR /&gt;&lt;A href="https://documentation.sas.com/doc/en/sasadmincdc/v_045/calbr/p0cw7yuvwc83znn1igjc16zah2se.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/sasadmincdc/v_045/calbr/p0cw7yuvwc83znn1igjc16zah2se.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/sasadmincdc/v_045/calbr/n1607whucnyc02n1eo6tbvl1tzcs.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/sasadmincdc/v_045/calbr/n1607whucnyc02n1eo6tbvl1tzcs.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/sasadmincdc/v_045/calbr/n1607whucnyc02n1eo6tbvl1tzcs.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/sasadmincdc/v_045/calbr/n1607whucnyc02n1eo6tbvl1tzcs.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I got lost lost and move to other priorities.&lt;BR /&gt;Wondering if that is something possible? If yes how?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 18:14:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Moving-to-SAS-Viya/SAS-Viya-4-POC-on-AWS-Reverting-changes-restoring-backup/m-p/926371#M77</guid>
      <dc:creator>thesasuser</dc:creator>
      <dc:date>2024-04-29T18:14:06Z</dc:date>
    </item>
    <item>
      <title>Severe penalty for using MFILE?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Severe-penalty-for-using-MFILE/m-p/926369#M364542</link>
      <description>&lt;P&gt;I’ve noticed that when enabling the MFILE option, which is very handy in many situations ranging from debugging to producing production-ready programs, program execution time is severely impacted. Much more than the simple I/O operation of writing the MPRINT statements already being written to the program log would suggest. Depending on the complexity and amount of macro code to be resolved, this may cause the execution to take 5-7 times longer. And to be precise, I am only referring to adding the MFILE option on top of the MPRINT. I’ve coded a simple example in which the performance within SODA is ~2.5 times slower. I’ve noticed this behavior in the past, in local DM, SAS server, SAS EG, etc. applications., in Windows environments etc. It seems like a global issue with the MFILE implementation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To investigate, I’ve also played around with the FILENAME statement (in which the MPRINT fileref is set) but it seems to have little impact.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is a snip of the proc print and means output&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="snip.png" style="width: 427px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/96016iC77DC2EE1E2DF438/image-size/large?v=v2&amp;amp;px=999" role="button" title="snip.png" alt="snip.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4539"&gt;@Sas&lt;/a&gt; technical support? Anyone has any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code used to test:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;%macro test;
    %do i=1 %to 250;

        data t&amp;amp;i.;
            %do j=1 %to 100;

                do k&amp;amp;j.=1 to 5;
                    output;
                end;
            %end;
        run;

    %end;

    %do i=1 %to 250;

        data t&amp;amp;i.;
            %do j=1 %to 100;

                do k&amp;amp;j.=1 to 5;
                    output;
                end;
            %end;
        run;

    %end;
%mend;

%macro wmfile;
    filename mprint temp;
    options mprint mfile;
    %test;
    options nomfile;
%mend;

%macro womfile;
    options mprint nomfile;
    %test;
%mend;

data bench;
    length onbench $200;

    do run=1 to 3;
        do onbench='%wmfile', '%womfile';
            start=time();
            rc=dosubl(onbench);
            end=time();
            mark=end-start;
            output;
        end;
    end;
run;

proc print data=bench;
run;

proc means data=bench;
    class onbench;
    var mark;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;20 year SAS user, but first post here. Thanks for your time.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 18:04:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Severe-penalty-for-using-MFILE/m-p/926369#M364542</guid>
      <dc:creator>peterprec</dc:creator>
      <dc:date>2024-04-29T18:04:06Z</dc:date>
    </item>
    <item>
      <title>ERROR in using NLPNRA and PROC IML for MLE of custom function</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/ERROR-in-using-NLPNRA-and-PROC-IML-for-MLE-of-custom-function/m-p/926351#M6204</link>
      <description>&lt;P&gt;Dear community,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am trying to follow&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://blogs.sas.com/content/iml/2011/10/12/maximum-likelihood-estimation-in-sasiml/" target="_self" rel="nofollow noreferrer"&gt;Rick Wicklin's example of using NLPNRA with PROC IML for maximum likelihood estimation&lt;/A&gt;&lt;SPAN&gt;. Unfortunately, I am encountering an error with NLPNRA.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am trying to use this script to find the MLE of a two parameter, two variable custome probability mass function:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;/*Define Density Function*/&lt;BR /&gt;&lt;BR /&gt;data multivariate_data;&lt;BR /&gt;call streaminit(5);&lt;BR /&gt;%let theta1 = 5;&lt;BR /&gt;%Let theta2 = 3;&lt;BR /&gt;	array Xi[2];&lt;BR /&gt;    do i = 1 to 1000;&lt;BR /&gt;        do j=1 to 2;&lt;BR /&gt;        Xi[j]= rand('Bernoulli',.5);&lt;BR /&gt;        end;&lt;BR /&gt;  	N=exp(&amp;amp;theta1*(Xi[1]+Xi[2])+&amp;amp;theta2*Xi[1]*Xi[2]); /*numerator of density function*/&lt;BR /&gt;  	D=(1+2*exp(&amp;amp;theta1)+exp(2*&amp;amp;theta1+&amp;amp;theta2)); /*denominator of density function*/&lt;BR /&gt;  	P=N/D;&lt;BR /&gt;        output;&lt;BR /&gt;        &lt;BR /&gt;    end;&lt;BR /&gt;    drop i j;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;proc print data= multivariate_data;&lt;BR /&gt;var P;&lt;BR /&gt;RUN;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;proc iml;&lt;BR /&gt;use multivariate_data;&lt;BR /&gt;read all var {"Xi1","Xi2"} into x;&lt;BR /&gt;close multivariate_data;&lt;BR /&gt;/* write the log-likelihood function the distribution of interest */&lt;BR /&gt;start LogLik(param) global (x);&lt;BR /&gt;   theta1 = param[1];&lt;BR /&gt;   theta2 = param[2];&lt;BR /&gt;   n = nrow(x);&lt;BR /&gt;   return ( theta1*(sum(Xi1)+sum(Xi2)) + theta2*sum(Xi1)*sum(Xi2)-n*log(1+2*exp(theta1)+exp(2*theta1+theta2)) );&lt;BR /&gt;finish LogLik;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;p = {2 4};/* initial guess for solution */&lt;BR /&gt;con = {., .}; /* Upper bounds for parameters (if any) */&lt;BR /&gt;optn = {1,  /* find max of function       */&lt;BR /&gt;        3}; /* print a lot of output      */&lt;BR /&gt;call nlpnra(rc,xres,"LogLik",p,optn,con);&lt;BR /&gt;&lt;BR /&gt;However, after running this code I receive an error code following the nlpnra call that says error in argument BLC. After reviewing the documentation I thought that&lt;BR /&gt;BLC was an option argument so I am confused as to why I am receiving this error. Anyt help would be much appreciated.&lt;BR /&gt;Thanks!&lt;/PRE&gt;</description>
      <pubDate>Mon, 29 Apr 2024 17:42:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/ERROR-in-using-NLPNRA-and-PROC-IML-for-MLE-of-custom-function/m-p/926351#M6204</guid>
      <dc:creator>roystriker77r</dc:creator>
      <dc:date>2024-04-29T17:42:04Z</dc:date>
    </item>
    <item>
      <title>SAS Log ERROR</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Log-ERROR/m-p/926347#M364540</link>
      <description>&lt;P&gt;I have this below error when I am trying to import and open a sas7bdat dataset in work library&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;ERROR: YZR malfunction: file RAW1.AE_SAE.DATA trashed or YZR code bug.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please let me know if anyone have solution?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 17:17:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Log-ERROR/m-p/926347#M364540</guid>
      <dc:creator>Teja2309</dc:creator>
      <dc:date>2024-04-29T17:17:41Z</dc:date>
    </item>
    <item>
      <title>Filter dataset by for March 2024</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Filter-dataset-by-for-March-2024/m-p/926335#M364537</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a dataset called test_dataset and want to only keep accounts where the c_EFF_DT variable is in March 2024 (so in example below, only the account with 02MAR2024 would remain). My code below isn't filtering correctly, so can someone help me to correct it please?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data test_output;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;set test_dataset;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;where "01Mar2024"d &amp;lt;= c_EFF_DT &amp;lt;= "31Mar2024"d;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Justin9_0-1714408008865.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/96001iE2C75480657873FD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Justin9_0-1714408008865.png" alt="Justin9_0-1714408008865.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Justin9_1-1714408032148.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/96002iD4F97A229EC7AE8B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Justin9_1-1714408032148.png" alt="Justin9_1-1714408032148.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 16:31:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Filter-dataset-by-for-March-2024/m-p/926335#M364537</guid>
      <dc:creator>Justin9</dc:creator>
      <dc:date>2024-04-29T16:31:00Z</dc:date>
    </item>
    <item>
      <title>SAS User details from Metadata</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-User-details-from-Metadata/m-p/926332#M28459</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do have lot of users defined in my SMC environment and I need a report to be generated in an excel (or) sas dataset with the below details&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Username:&lt;/P&gt;&lt;P&gt;Description:&lt;/P&gt;&lt;P&gt;Job Title:&lt;/P&gt;&lt;P&gt;Group:&lt;/P&gt;&lt;P&gt;Groups:&lt;/P&gt;&lt;P&gt;Roles:&lt;/P&gt;&lt;P&gt;Authentication Domain:&lt;/P&gt;&lt;P&gt;UserId:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I dont want to perform copy paste activities. Do we have any SAS code to retrieve these details from metadata? Please let me know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;THanks&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 16:18:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-User-details-from-Metadata/m-p/926332#M28459</guid>
      <dc:creator>Nivas88</dc:creator>
      <dc:date>2024-04-29T16:18:19Z</dc:date>
    </item>
    <item>
      <title>PROC GMAP</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/PROC-GMAP/m-p/926313#M17979</link>
      <description>&lt;P&gt;Hi everyone,&amp;nbsp;&lt;BR /&gt;I am trying to create a map using the gmap procedure. I was able to successfully create the map as shown in the attached images. However, the block option allows us to create a 3-D map and the journal I want to publish this in does not accept 3-D graphs. How can I show the counts of the facilities that is shown using the block option in a 2-D format? Basically, how can I incorporate the information coming from two response variables in a choropleth map?&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Help to change this block into a 2-D map" style="width: 597px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/95997i1F7AD00323077D71/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-04-29 at 10.43.29 AM.png" alt="Help to change this block into a 2-D map" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Help to change this block into a 2-D map&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 14:48:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/PROC-GMAP/m-p/926313#M17979</guid>
      <dc:creator>epi_econ_code</dc:creator>
      <dc:date>2024-04-29T14:48:42Z</dc:date>
    </item>
    <item>
      <title>Create a table of nmiss</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-a-table-of-nmiss/m-p/926309#M364524</link>
      <description>&lt;DIV&gt;I have a dataset of 8025 participants. I created a composite variable of five items and now I want to create a table of nmiss for each 5 items . That is, the distribution in the sample of 8,025 participants who across these 5 items have 0 missing items, those with 1 missing item, etc, all the way to those with missing values on all 5 items.&amp;nbsp; However, I could only create a count of missing for each item as shown in below. Any help would be highly appreciated. TIA.&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AHSU12_0-1714401316765.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/95995i2D97A58166181F02/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AHSU12_0-1714401316765.png" alt="AHSU12_0-1714401316765.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;please see the code below.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 29 Apr 2024 14:39:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-a-table-of-nmiss/m-p/926309#M364524</guid>
      <dc:creator>AHSU12</dc:creator>
      <dc:date>2024-04-29T14:39:06Z</dc:date>
    </item>
    <item>
      <title>Access fit line coefficients</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Access-fit-line-coefficients/m-p/926307#M17978</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way I can access the coefficients of a linear fit through a scatter plot and use it in calculations displayed in a report?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;E.g. I have 2 scatter plots, both controlled by a set of List controls. Every time I change the list selection, the data displayed and the fit lines on both plots change.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sc5_0-1714399253799.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/95992i67919041E41A8D2E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sc5_0-1714399253799.png" alt="sc5_0-1714399253799.png" /&gt;&lt;/span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sc5_1-1714399277066.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/95993i656E93F6EBCAC97B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sc5_1-1714399277066.png" alt="sc5_1-1714399277066.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is there any way to display a table with the difference between the calculated y-values from both fit lines at certain x-values?&lt;/P&gt;&lt;P&gt;This table would dynamically update every time the list control selection changes, and it would be displayed on the main report page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Essentially, are the intercept, slope and R-square stored anywhere as objects I can reference? Like can I create a parameter as&amp;nbsp;@chartobject.slope or something?&lt;/P&gt;&lt;P&gt;I can see them when I maximise the chart object, but I don't see a way to display them dynamically updating as part of the main report page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sc5_2-1714399699286.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/95994i4184301E3EC3D6DC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sc5_2-1714399699286.png" alt="sc5_2-1714399699286.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Excel this is easy with pivot tables. Slicers control charts connected to the pivot tables, and formulas =intercept(&amp;lt;y_col&amp;gt;,,x_col&amp;gt;), =slope(&amp;lt;y_col&amp;gt;,,x_col&amp;gt;) capture the trendline dynamically in cells anywhere I want.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I don't want to have to export a regression / run code / refresh the report / etc., the aim is just to do some quick interactive analysis in the report as we slice data on-the-fly.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 14:29:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Access-fit-line-coefficients/m-p/926307#M17978</guid>
      <dc:creator>sc5</dc:creator>
      <dc:date>2024-04-29T14:29:44Z</dc:date>
    </item>
    <item>
      <title>How to put the files listing into a sas dataset</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-put-the-files-listing-into-a-sas-dataset/m-p/926300#M44718</link>
      <description>&lt;P&gt;Hello I am using the following command to get the listing of the S3 bucket. it goes into the log file.&lt;/P&gt;
&lt;P&gt;How to put it into a SAS dataset?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let s3bucketpath=s3://***-pr-brz-datareten-edp-nprod;

filename oscmd pipe "aws s3 ls ""&amp;amp;s3bucketpath."" ";&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 29 Apr 2024 13:55:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-put-the-files-listing-into-a-sas-dataset/m-p/926300#M44718</guid>
      <dc:creator>alepage</dc:creator>
      <dc:date>2024-04-29T13:55:23Z</dc:date>
    </item>
    <item>
      <title>Kickstart innovation with SAS Viya Workbench</title>
      <link>https://communities.sas.com/t5/SAS-Community-Nordic/Kickstart-innovation-with-SAS-Viya-Workbench/m-p/926299#M465</link>
      <description>&lt;P&gt;&lt;EM&gt;By Christian Christensen,&amp;nbsp;&lt;/EM&gt;&lt;SPAN&gt;&lt;EM&gt;Principal Pre-Sales Technical Architect, Customer Advisory Technology Northern Europe&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;In my everyday work, I often encounter many situations in which technology plays an important part. When ideas ignite any innovation, the idea is in a crucial phase. So, getting started in the shortest amount of time is super important to keep ideas at the forefront of your mind. This is one of the reasons why I think SAS Viya Workbench is a great leap forward for the SAS Platform. Getting started with Data and AI heavily depends on integration, easy initiation, and self-service options.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;You might ask – "What is SAS Viya Workbench?" – So, let's recap:&lt;/STRONG&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;BR /&gt;"SAS Viya Workbench is a collaborative environment designed for data scientists and analysts to work with data, perform analytics, and develop models. It provides an integrated platform for data preparation, exploration, analysis, and visualization, as well as tools for building and deploying machine learning models.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;SAS Workbench offers a user-friendly interface that allows users to perform tasks like data cleaning, transformation, statistical analysis, and machine learning modeling without writing extensive code. It includes features for version control, sharing work with team members, and collaborating on projects.&lt;BR /&gt;&lt;BR /&gt;Overall, SAS Workbench aims to streamline the data science workflow, making it easier for users to derive insights from data and build predictive models efficiently."&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;A href="https://www.sas.com/en_us/software/viya/workbench.html" target="_blank"&gt;Link to more information about Viya Workbench.&lt;/A&gt;&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;My top 3 favorite advantages of SAS Workbench are for sure these:&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;SAS Workbench is ready to use all the time…It's online Software As A Service and is ready to log in when needed.&lt;/LI&gt;
&lt;LI&gt;SAS Workbench focuses on openness – So you can select your favorite editor and code language – Use &amp;nbsp;Visual Studio as an editor. SAS, R or Python? You decide… Find more on GitHub.&lt;/LI&gt;
&lt;LI&gt;SAS Workbench has all the new modern capabilities – ready for your idea. AI by Machine Learning, Generative AI, Deep Learning, Neural Networks, Image –imagine what we can do on f.x. Images of cancer.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;I foresee a great future with the new technologies – now even easier and more accessible than ever, and I hope you agree.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://www.sas.com/en_us/software/viya/workbench.html" target="_blank"&gt;Link to more information about Viya Workbench.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Viya Workbench.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/95991iBC12BD53804021C1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Viya Workbench.png" alt="Viya Workbench.png" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 13:42:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Community-Nordic/Kickstart-innovation-with-SAS-Viya-Workbench/m-p/926299#M465</guid>
      <dc:creator>BeStibolt</dc:creator>
      <dc:date>2024-04-29T13:42:01Z</dc:date>
    </item>
  </channel>
</rss>

