<?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: getting the filesize of created DBF file in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/getting-the-filesize-of-created-DBF-file/m-p/203692#M50803</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure. Could you get file size by DICTIONARY ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3 style="color: #353535; font-family: Lato, sans-serif; background-color: #f0f1f2;"&gt;Code: Program&lt;/H3&gt;&lt;PRE class="sce-render" style="font-family: 'Courier New', Menlo, 'Lucida Console'; font-size: 16px;"&gt;&lt;BR /&gt;&lt;SPAN class="keyword" style="color: #0000ff;"&gt;filename&lt;/SPAN&gt;&lt;SPAN class="text" style="color: black;"&gt; &lt;/SPAN&gt;&lt;SPAN class="keyword" style="color: #0000ff;"&gt;x&lt;/SPAN&gt;&lt;SPAN class="text" style="color: black;"&gt; &lt;/SPAN&gt;&lt;SPAN class="string" style="color: #800080;"&gt;'/folders/myfolders/x.xlsx'&lt;/SPAN&gt;&lt;SPAN class="sep" style="color: black;"&gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="sec-keyword" style="color: #000080; font-weight: bold;"&gt;proc&lt;/SPAN&gt;&lt;SPAN class="text" style="color: black;"&gt; &lt;/SPAN&gt;&lt;SPAN class="sec-keyword" style="color: #000080; font-weight: bold;"&gt;sql&lt;/SPAN&gt;&lt;SPAN class="sep" style="color: black;"&gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="keyword" style="color: #0000ff;"&gt;select&lt;/SPAN&gt;&lt;SPAN class="text" style="color: black;"&gt; &lt;/SPAN&gt;&lt;SPAN class="sep" style="color: black;"&gt;*&lt;/SPAN&gt;&lt;SPAN class="text" style="color: black;"&gt; &lt;/SPAN&gt;&lt;SPAN class="keyword" style="color: #0000ff;"&gt;from&lt;/SPAN&gt;&lt;SPAN class="text" style="color: black;"&gt; &lt;/SPAN&gt;&lt;SPAN class="text" style="color: black;"&gt;dictionary.EXTFILES&lt;/SPAN&gt;&lt;SPAN class="text" style="color: black;"&gt; &lt;/SPAN&gt;&lt;SPAN class="keyword" style="color: #0000ff;"&gt;where&lt;/SPAN&gt;&lt;SPAN class="text" style="color: black;"&gt; &lt;/SPAN&gt;&lt;SPAN class="keyword" style="color: #0000ff;"&gt;Fileref&lt;/SPAN&gt;&lt;SPAN class="sep" style="color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string" style="color: #800080;"&gt;'X'&lt;/SPAN&gt;&lt;SPAN class="sep" style="color: black;"&gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="sec-keyword" style="color: #000080; font-weight: bold;"&gt;quit&lt;/SPAN&gt;&lt;SPAN class="sep" style="color: black;"&gt;;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xia Keshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Jun 2015 15:06:18 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2015-06-12T15:06:18Z</dc:date>
    <item>
      <title>getting the filesize of created DBF file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/getting-the-filesize-of-created-DBF-file/m-p/203691#M50802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0 0 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: #ffffff;"&gt;I have SAS stored process that ceates DBF file from SAS data set rr_udf_value and finds its size (F_SIZE):&lt;/P&gt;&lt;PRE class="lang-sql prettyprint prettyprinted" style="margin: 0 0 1em; padding: 5px; font-size: 13px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; color: #393318; background-color: #eeeeee;"&gt;
&lt;P&gt;&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;filename dbfout &lt;/SPAN&gt;&lt;SPAN class="str" style="color: #800000;"&gt;"/SASInside/DBF/myfile"&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;;&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="kwd" style="line-height: 1.5em; color: #00008b;"&gt;proc&lt;/SPAN&gt;&lt;SPAN class="pln" style="line-height: 1.5em; color: #000000;"&gt; export d&lt;/SPAN&gt;&lt;SPAN class="pln" style="line-height: 1.5em; color: #000000;"&gt;ata&lt;/SPAN&gt;&lt;SPAN class="pun" style="line-height: 1.5em; color: #000000;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln" style="line-height: 1.5em; color: #000000;"&gt;rr_udf_value &lt;/SPAN&gt;&lt;SPAN class="pln" style="line-height: 1.5em; color: #000000;"&gt;outfile&lt;/SPAN&gt;&lt;SPAN class="pun" style="line-height: 1.5em; color: #000000;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln" style="line-height: 1.5em; color: #000000;"&gt;dbfout dbms&lt;/SPAN&gt;&lt;SPAN class="pun" style="line-height: 1.5em; color: #000000;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln" style="line-height: 1.5em; color: #000000;"&gt;dbf replace&lt;/SPAN&gt;&lt;SPAN class="pun" style="line-height: 1.5em; color: #000000;"&gt;;&lt;/SPAN&gt;&lt;SPAN class="pln" style="line-height: 1.5em; color: #000000;"&gt; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="pln" style="line-height: 1.5em; color: #000000;"&gt;run&lt;/SPAN&gt;&lt;SPAN class="pun" style="line-height: 1.5em; color: #000000;"&gt;;&lt;/SPAN&gt;&lt;SPAN class="pln" style="line-height: 1.5em; color: #000000;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="pun" style="line-height: 1.5em; color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="pun" style="line-height: 1.5em; color: #000000;"&gt;%&lt;/SPAN&gt;&lt;SPAN class="pln" style="line-height: 1.5em; color: #000000;"&gt;let f_nm&lt;/SPAN&gt;&lt;SPAN class="pun" style="line-height: 1.5em; color: #000000;"&gt;=/&lt;/SPAN&gt;&lt;SPAN class="pln" style="line-height: 1.5em; color: #000000;"&gt;SASInside&lt;/SPAN&gt;&lt;SPAN class="pun" style="line-height: 1.5em; color: #000000;"&gt;/&lt;/SPAN&gt;&lt;SPAN class="pln" style="line-height: 1.5em; color: #000000;"&gt;DBF&lt;/SPAN&gt;&lt;SPAN class="pun" style="line-height: 1.5em; color: #000000;"&gt;/&lt;/SPAN&gt;&lt;SPAN class="pln" style="line-height: 1.5em; color: #000000;"&gt;myfile&lt;/SPAN&gt;&lt;SPAN class="pun" style="line-height: 1.5em; color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="line-height: 1.5em; color: #000000;"&gt;DBF&lt;/SPAN&gt;&lt;SPAN class="pun" style="line-height: 1.5em; color: #000000;"&gt;;&lt;/SPAN&gt;&lt;SPAN class="pln" style="line-height: 1.5em; color: #000000;"&gt; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="pun" style="line-height: 1.5em; color: #000000;"&gt;%&lt;/SPAN&gt;&lt;SPAN class="pln" style="line-height: 1.5em; color: #000000;"&gt;let rc&lt;/SPAN&gt;&lt;SPAN class="pun" style="line-height: 1.5em; color: #000000;"&gt;=%&lt;/SPAN&gt;&lt;SPAN class="pln" style="line-height: 1.5em; color: #000000;"&gt;sysfunc&lt;/SPAN&gt;&lt;SPAN class="pun" style="line-height: 1.5em; color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln" style="line-height: 1.5em; color: #000000;"&gt;filename&lt;/SPAN&gt;&lt;SPAN class="pun" style="line-height: 1.5em; color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln" style="line-height: 1.5em; color: #000000;"&gt;onefile&lt;/SPAN&gt;&lt;SPAN class="pun" style="line-height: 1.5em; color: #000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="line-height: 1.5em; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun" style="line-height: 1.5em; color: #000000;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN class="pln" style="line-height: 1.5em; color: #000000;"&gt;f_nm&lt;/SPAN&gt;&lt;SPAN class="pun" style="line-height: 1.5em; color: #000000;"&gt;.));&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="pun" style="line-height: 1.5em; color: #000000;"&gt;&lt;/SPAN&gt;&lt;SPAN class="pun" style="line-height: 1.5em; color: #000000;"&gt;%&lt;/SPAN&gt;&lt;SPAN class="pln" style="line-height: 1.5em; color: #000000;"&gt;let fid&lt;/SPAN&gt;&lt;SPAN class="pun" style="line-height: 1.5em; color: #000000;"&gt;=%&lt;/SPAN&gt;&lt;SPAN class="pln" style="line-height: 1.5em; color: #000000;"&gt;sysfunc&lt;/SPAN&gt;&lt;SPAN class="pun" style="line-height: 1.5em; color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln" style="line-height: 1.5em; color: #000000;"&gt;fopen&lt;/SPAN&gt;&lt;SPAN class="pun" style="line-height: 1.5em; color: #000000;"&gt;(&amp;amp;&lt;/SPAN&gt;&lt;SPAN class="pln" style="line-height: 1.5em; color: #000000;"&gt;onefile&lt;/SPAN&gt;&lt;SPAN class="pun" style="line-height: 1.5em; color: #000000;"&gt;));&lt;/SPAN&gt;&lt;SPAN class="pln" style="line-height: 1.5em; color: #000000;"&gt; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="pln" style="line-height: 1.5em; color: #000000;"&gt;&lt;/SPAN&gt;&lt;SPAN class="pun" style="line-height: 1.5em; color: #000000;"&gt;%&lt;/SPAN&gt;&lt;SPAN class="pln" style="line-height: 1.5em; color: #000000;"&gt;let F_SIZE&lt;/SPAN&gt;&lt;SPAN class="pun" style="line-height: 1.5em; color: #000000;"&gt;=%&lt;/SPAN&gt;&lt;SPAN class="pln" style="line-height: 1.5em; color: #000000;"&gt;sysfunc&lt;/SPAN&gt;&lt;SPAN class="pun" style="line-height: 1.5em; color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln" style="line-height: 1.5em; color: #000000;"&gt;finfo&lt;/SPAN&gt;&lt;SPAN class="pun" style="line-height: 1.5em; color: #000000;"&gt;(&amp;amp;&lt;/SPAN&gt;&lt;SPAN class="pln" style="line-height: 1.5em; color: #000000;"&gt;fid&lt;/SPAN&gt;&lt;SPAN class="pun" style="line-height: 1.5em; color: #000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="kwd" style="line-height: 1.5em; color: #00008b;"&gt;File&lt;/SPAN&gt;&lt;SPAN class="pln" style="line-height: 1.5em; color: #000000;"&gt; Size &lt;/SPAN&gt;&lt;SPAN class="pun" style="line-height: 1.5em; color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln" style="line-height: 1.5em; color: #000000;"&gt;bytes&lt;/SPAN&gt;&lt;SPAN class="pun" style="line-height: 1.5em; color: #000000;"&gt;)));&lt;/SPAN&gt;&lt;SPAN class="pln" style="line-height: 1.5em; color: #000000;"&gt; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="pln" style="line-height: 1.5em; color: #000000;"&gt;&lt;/SPAN&gt;&lt;SPAN class="pun" style="line-height: 1.5em; color: #000000;"&gt;%&lt;/SPAN&gt;&lt;SPAN class="pln" style="line-height: 1.5em; color: #000000;"&gt;put &lt;/SPAN&gt;&lt;SPAN class="pun" style="line-height: 1.5em; color: #000000;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN class="pln" style="line-height: 1.5em; color: #000000;"&gt;F_SIZE&lt;/SPAN&gt;&lt;SPAN class="pun" style="line-height: 1.5em; color: #000000;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P style="margin: 0 0 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: #ffffff;"&gt;The problem is that the variable F_SIZE is empty in STP log. But if after execution of STP I run commands&lt;/P&gt;&lt;PRE class="lang-sql prettyprint prettyprinted" style="margin: 0 0 1em; padding: 5px; font-size: 13px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; color: #393318; background-color: #eeeeee;"&gt;
&lt;P&gt;&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;%&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;let f_nm&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;=/&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;SASInside&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;/&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;DBF&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;/&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;myfile&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;DBF&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;;&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;%&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;let rc&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;=%&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;sysfunc&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;filename&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;onefile&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;f_nm&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;.));&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;%&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;let fid&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;=%&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;sysfunc&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;fopen&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;(&amp;amp;&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;onefile&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;));&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;%&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;let F_SIZE&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;=%&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;sysfunc&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;finfo&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;(&amp;amp;&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;fid&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #00008b;"&gt;File&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; Size &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;bytes&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;)));&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;%&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;put FSIZE&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;=&amp;amp;&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;F_SIZE&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P style="margin: 0 0 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: #ffffff;"&gt;manually, everithing is OK: F_SIZE=17342.&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: #ffffff;"&gt;&lt;STRONG&gt;Why F_SIZE is not initialized while running STP, and how could I fix it?&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: #ffffff;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;Thanks in advance!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 16:37:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/getting-the-filesize-of-created-DBF-file/m-p/203691#M50802</guid>
      <dc:creator>DmitryErshov</dc:creator>
      <dc:date>2015-06-11T16:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: getting the filesize of created DBF file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/getting-the-filesize-of-created-DBF-file/m-p/203692#M50803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure. Could you get file size by DICTIONARY ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3 style="color: #353535; font-family: Lato, sans-serif; background-color: #f0f1f2;"&gt;Code: Program&lt;/H3&gt;&lt;PRE class="sce-render" style="font-family: 'Courier New', Menlo, 'Lucida Console'; font-size: 16px;"&gt;&lt;BR /&gt;&lt;SPAN class="keyword" style="color: #0000ff;"&gt;filename&lt;/SPAN&gt;&lt;SPAN class="text" style="color: black;"&gt; &lt;/SPAN&gt;&lt;SPAN class="keyword" style="color: #0000ff;"&gt;x&lt;/SPAN&gt;&lt;SPAN class="text" style="color: black;"&gt; &lt;/SPAN&gt;&lt;SPAN class="string" style="color: #800080;"&gt;'/folders/myfolders/x.xlsx'&lt;/SPAN&gt;&lt;SPAN class="sep" style="color: black;"&gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="sec-keyword" style="color: #000080; font-weight: bold;"&gt;proc&lt;/SPAN&gt;&lt;SPAN class="text" style="color: black;"&gt; &lt;/SPAN&gt;&lt;SPAN class="sec-keyword" style="color: #000080; font-weight: bold;"&gt;sql&lt;/SPAN&gt;&lt;SPAN class="sep" style="color: black;"&gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="keyword" style="color: #0000ff;"&gt;select&lt;/SPAN&gt;&lt;SPAN class="text" style="color: black;"&gt; &lt;/SPAN&gt;&lt;SPAN class="sep" style="color: black;"&gt;*&lt;/SPAN&gt;&lt;SPAN class="text" style="color: black;"&gt; &lt;/SPAN&gt;&lt;SPAN class="keyword" style="color: #0000ff;"&gt;from&lt;/SPAN&gt;&lt;SPAN class="text" style="color: black;"&gt; &lt;/SPAN&gt;&lt;SPAN class="text" style="color: black;"&gt;dictionary.EXTFILES&lt;/SPAN&gt;&lt;SPAN class="text" style="color: black;"&gt; &lt;/SPAN&gt;&lt;SPAN class="keyword" style="color: #0000ff;"&gt;where&lt;/SPAN&gt;&lt;SPAN class="text" style="color: black;"&gt; &lt;/SPAN&gt;&lt;SPAN class="keyword" style="color: #0000ff;"&gt;Fileref&lt;/SPAN&gt;&lt;SPAN class="sep" style="color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string" style="color: #800080;"&gt;'X'&lt;/SPAN&gt;&lt;SPAN class="sep" style="color: black;"&gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="sec-keyword" style="color: #000080; font-weight: bold;"&gt;quit&lt;/SPAN&gt;&lt;SPAN class="sep" style="color: black;"&gt;;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xia Keshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 15:06:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/getting-the-filesize-of-created-DBF-file/m-p/203692#M50803</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-06-12T15:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: getting the filesize of created DBF file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/getting-the-filesize-of-created-DBF-file/m-p/203693#M50804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much, Xia! Your approach works good!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. I found that my approach also can work if I switch STP option "Server type" to "Workspace server only". But I will use your approach because it doesn't require switching server type and much more simple.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best whishes,&lt;/P&gt;&lt;P&gt;Dmitry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 09:50:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/getting-the-filesize-of-created-DBF-file/m-p/203693#M50804</guid>
      <dc:creator>DmitryErshov</dc:creator>
      <dc:date>2015-06-16T09:50:25Z</dc:date>
    </item>
  </channel>
</rss>

