<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:gd="http://schemas.google.com/g/2005"><id>tag:blogger.com,1999:blog-7958828565254404797.post7599389339689482831..comments</id><updated>2024-12-13T03:11:35.450-08:00</updated><title type='text'>Comments on ListenData: Wish Christmas with SAS</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://www.listendata.com/feeds/comments/default'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7958828565254404797/7599389339689482831/comments/default'/><link rel='alternate' type='text/html' href='https://www.listendata.com/2016/12/wish-christmas-with-sas.html'/><link rel="hub" href="http://pubsubhubbub.appspot.com/"/><author><name>Deepanshu Bhalla</name><uri>http://www.blogger.com/profile/09802839558125192674</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiXm_iOrXFR9Ls-mjtOci4qd1m1V1TXkkWJINuMy84-Axo5pNS6CG7oKwR7hfHHI3tB1yuz8W_qo9HK2Cw5fHfe_4cL_2DCf_LyoK9LMLicZojbNYgypIP-RXNsw1GsVhk/s100/pic.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>5</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7958828565254404797.post-5468054252243612890</id><published>2018-12-26T06:49:10.165-08:00</published><updated>2018-12-26T06:49:10.165-08:00</updated><title type='text'>Codes for Happy New Year 2019 in SAS</title><content type='html'>Codes for Happy New Year 2019 in SAS</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7958828565254404797/7599389339689482831/comments/default/5468054252243612890'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7958828565254404797/7599389339689482831/comments/default/5468054252243612890'/><link rel='alternate' type='text/html' href='https://www.listendata.com/2016/12/wish-christmas-with-sas.html?showComment=1545835750165#c5468054252243612890' title=''/><author><name>admin</name><uri>https://www.blogger.com/profile/05553629859095470672</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='https://www.listendata.com/2016/12/wish-christmas-with-sas.html' ref='tag:blogger.com,1999:blog-7958828565254404797.post-7599389339689482831' source='http://www.blogger.com/feeds/7958828565254404797/posts/default/7599389339689482831' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-1383236033"/><gd:extendedProperty name="blogger.displayTime" value="December 26, 2018 at 6:49 AM"/></entry><entry><id>tag:blogger.com,1999:blog-7958828565254404797.post-766028960028190937</id><published>2017-11-30T04:30:10.160-08:00</published><updated>2017-11-30T04:30:10.160-08:00</updated><title type='text'>In the code below, &amp;quot;mydata&amp;quot; is your data...</title><content type='html'>In the code below, &amp;quot;mydata&amp;quot; is your dataframe name.&lt;br /&gt;&lt;br /&gt;data test;&lt;br /&gt;if 0 then set mydata nobs=n;&lt;br /&gt;n = ceil(n/2);&lt;br /&gt;set mydata point=n;&lt;br /&gt;output;&lt;br /&gt;stop;&lt;br /&gt;proc print;&lt;br /&gt;run;&lt;br /&gt;</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7958828565254404797/7599389339689482831/comments/default/766028960028190937'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7958828565254404797/7599389339689482831/comments/default/766028960028190937'/><link rel='alternate' type='text/html' href='https://www.listendata.com/2016/12/wish-christmas-with-sas.html?showComment=1512045010160#c766028960028190937' title=''/><link rel='related' type='application/atom+xml' href='https://www.blogger.com/feeds/7958828565254404797/7599389339689482831/comments/default/2845432543187758638'/><author><name>Deepanshu Bhalla</name><uri>https://www.blogger.com/profile/09802839558125192674</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiXm_iOrXFR9Ls-mjtOci4qd1m1V1TXkkWJINuMy84-Axo5pNS6CG7oKwR7hfHHI3tB1yuz8W_qo9HK2Cw5fHfe_4cL_2DCf_LyoK9LMLicZojbNYgypIP-RXNsw1GsVhk/s100/pic.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='https://www.listendata.com/2016/12/wish-christmas-with-sas.html' ref='tag:blogger.com,1999:blog-7958828565254404797.post-7599389339689482831' source='http://www.blogger.com/feeds/7958828565254404797/posts/default/7599389339689482831' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-966036103"/><gd:extendedProperty name="blogger.displayTime" value="November 30, 2017 at 4:30 AM"/></entry><entry><id>tag:blogger.com,1999:blog-7958828565254404797.post-2845432543187758638</id><published>2017-11-30T02:31:24.343-08:00</published><updated>2017-11-30T02:31:24.343-08:00</updated><title type='text'>Hello all!.....&#xa;Can i have the output for &amp;quot;Pr...</title><content type='html'>Hello all!.....&lt;br /&gt;Can i have the output for &amp;quot;Print out the middlest observation in a dataset&amp;quot;?&lt;br /&gt;&lt;br /&gt;</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7958828565254404797/7599389339689482831/comments/default/2845432543187758638'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7958828565254404797/7599389339689482831/comments/default/2845432543187758638'/><link rel='alternate' type='text/html' href='https://www.listendata.com/2016/12/wish-christmas-with-sas.html?showComment=1512037884343#c2845432543187758638' title=''/><author><name>Anonymous</name><uri>https://www.blogger.com/profile/03082495734879050117</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='https://www.listendata.com/2016/12/wish-christmas-with-sas.html' ref='tag:blogger.com,1999:blog-7958828565254404797.post-7599389339689482831' source='http://www.blogger.com/feeds/7958828565254404797/posts/default/7599389339689482831' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-2092548068"/><gd:extendedProperty name="blogger.displayTime" value="November 30, 2017 at 2:31 AM"/></entry><entry><id>tag:blogger.com,1999:blog-7958828565254404797.post-2203548630737696102</id><published>2017-06-20T02:36:33.919-07:00</published><updated>2017-06-20T02:36:33.919-07:00</updated><title type='text'>WISH&#xa;MERRY CHRISTMAS</title><content type='html'>WISH&lt;br /&gt;MERRY CHRISTMAS</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7958828565254404797/7599389339689482831/comments/default/2203548630737696102'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7958828565254404797/7599389339689482831/comments/default/2203548630737696102'/><link rel='alternate' type='text/html' href='https://www.listendata.com/2016/12/wish-christmas-with-sas.html?showComment=1497951393919#c2203548630737696102' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='https://www.listendata.com/2016/12/wish-christmas-with-sas.html' ref='tag:blogger.com,1999:blog-7958828565254404797.post-7599389339689482831' source='http://www.blogger.com/feeds/7958828565254404797/posts/default/7599389339689482831' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-6939909"/><gd:extendedProperty name="blogger.displayTime" value="June 20, 2017 at 2:36 AM"/></entry><entry><id>tag:blogger.com,1999:blog-7958828565254404797.post-363459342583063526</id><published>2017-01-07T01:06:58.397-08:00</published><updated>2017-01-07T01:06:58.397-08:00</updated><title type='text'>WISH &#xa;MERRY CHRISTMAS &#xa;</title><content type='html'>WISH &lt;br /&gt;MERRY CHRISTMAS &lt;br /&gt;</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7958828565254404797/7599389339689482831/comments/default/363459342583063526'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7958828565254404797/7599389339689482831/comments/default/363459342583063526'/><link rel='alternate' type='text/html' href='https://www.listendata.com/2016/12/wish-christmas-with-sas.html?showComment=1483780018397#c363459342583063526' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='https://www.listendata.com/2016/12/wish-christmas-with-sas.html' ref='tag:blogger.com,1999:blog-7958828565254404797.post-7599389339689482831' source='http://www.blogger.com/feeds/7958828565254404797/posts/default/7599389339689482831' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-6939909"/><gd:extendedProperty name="blogger.displayTime" value="January 7, 2017 at 1:06 AM"/></entry></feed>