<?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 Is that possible for SAS using genmax to generate generation file for external file? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Is-that-possible-for-SAS-using-genmax-to-generate-generation/m-p/394855#M95151</link>
    <description>&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is that possible&amp;nbsp;to generate generation file for external file(not sas dataset)??&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;libname mylib "c:\temp\";&lt;BR /&gt;data mylib.a12321 (genmax=10);/*this works for SAS dataset*/
   x=1;
   output;
run;




filename gen_file "c:\temp\a_generation_file";/*this is external file,need generation file like sas dataset above */

data _null_;
time=time();
file gen_file(genmax=10);/*the genmax needed here,not works so far*/
put time;
format time time9.;
run;
&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Mon, 11 Sep 2017 19:05:14 GMT</pubDate>
    <dc:creator>GeorgeSAS</dc:creator>
    <dc:date>2017-09-11T19:05:14Z</dc:date>
    <item>
      <title>Is that possible for SAS using genmax to generate generation file for external file?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-that-possible-for-SAS-using-genmax-to-generate-generation/m-p/394855#M95151</link>
      <description>&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is that possible&amp;nbsp;to generate generation file for external file(not sas dataset)??&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;libname mylib "c:\temp\";&lt;BR /&gt;data mylib.a12321 (genmax=10);/*this works for SAS dataset*/
   x=1;
   output;
run;




filename gen_file "c:\temp\a_generation_file";/*this is external file,need generation file like sas dataset above */

data _null_;
time=time();
file gen_file(genmax=10);/*the genmax needed here,not works so far*/
put time;
format time time9.;
run;
&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2017 19:05:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-that-possible-for-SAS-using-genmax-to-generate-generation/m-p/394855#M95151</guid>
      <dc:creator>GeorgeSAS</dc:creator>
      <dc:date>2017-09-11T19:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: Is that possible for SAS using genmax to generate generation file for external file?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-that-possible-for-SAS-using-genmax-to-generate-generation/m-p/394859#M95153</link>
      <description>&lt;P&gt;No, but you can write SAS code that determines a new name within a sequence, so you can build the generation files yourself.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2017 19:26:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-that-possible-for-SAS-using-genmax-to-generate-generation/m-p/394859#M95153</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-09-11T19:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Is that possible for SAS using genmax to generate generation file for external file?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-that-possible-for-SAS-using-genmax-to-generate-generation/m-p/394897#M95161</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2017 20:56:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-that-possible-for-SAS-using-genmax-to-generate-generation/m-p/394897#M95161</guid>
      <dc:creator>GeorgeSAS</dc:creator>
      <dc:date>2017-09-11T20:56:04Z</dc:date>
    </item>
  </channel>
</rss>

