<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>houyhnhm</author_name>
  <author_url>https://blog.hatena.ne.jp/houyhnhm/</author_url>
  <blog_title>The Nameless City</blog_title>
  <blog_url>https://namelesscity.hatenadiary.com/</blog_url>
  <categories>
    <anon>SAS Tips</anon>
  </categories>
  <description>マクロ 自作マクロ故に担保はしない。 使う前に適当にテストしてほしい。 なお、指摘受け付ける。 著作権については、好きにしていいよ。 使い方 %mround_digit : [出力先の文字変数]=%mround_digit([元データになる数値変数], [有効桁数]) ;[有効桁数]は1以上の整数。 マクロ中身 %macro mround_digit(var, digit) ; ifc( &amp;var.=0 ,ifc(&amp;digit=1,&quot;0&quot;,&quot;0.&quot; || strip(repeat(&quot;0&quot;,&amp;digit.-2))), strip(putn( round( &amp;var. ,10 ** ifn( in…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnamelesscity.hatenadiary.com%2Fentry%2F2020%2F09%2F29%2F201445&quot; title=&quot;有効桁数で丸めた上で文字列に変換するマクロや自作関数とか - The Nameless City&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-09-29 20:14:45</published>
  <title>有効桁数で丸めた上で文字列に変換するマクロや自作関数とか</title>
  <type>rich</type>
  <url>https://namelesscity.hatenadiary.com/entry/2020/09/29/201445</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
