<?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: autoexec  insert or append in 9.3 in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/autoexec-insert-or-append-in-9-3/m-p/79770#M533</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My Apologies Andre,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I completely misread your question.&amp;nbsp; And in a haze this morning mistook your question about AUTOEXEC, thinking it was about autocall libraries (SASAUTOS).&amp;nbsp; Sorry for the confusion. That is my punishment for reading SAS posts before being fully awake!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Q.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jun 2012 12:43:25 GMT</pubDate>
    <dc:creator>Quentin</dc:creator>
    <dc:date>2012-06-12T12:43:25Z</dc:date>
    <item>
      <title>autoexec  insert or append in 9.3</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/autoexec-insert-or-append-in-9-3/m-p/79765#M528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Reading sas documentation, i see that there are new system options&amp;nbsp; APPEND or INSERT&lt;/P&gt;&lt;P&gt;tested upon the fmtsearch functionning already under 9.2.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname a "d:\notes\test";&lt;/P&gt;&lt;P&gt;proc format ;&lt;/P&gt;&lt;P&gt;value rage low - 11 ='en avance' 12-14= 'jeune' 15-16 ='en retard' ;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;proc format library=a.fsex;&lt;/P&gt;&lt;P&gt;value $sex "M"= "hommes" "F"="femmes";&lt;/P&gt;&lt;P&gt;options insert=(fmtsearch=a.fsex);&lt;/P&gt;&lt;P&gt;proc freq data=sashelp.class;&lt;/P&gt;&lt;P&gt;tables age * sex;&lt;/P&gt;&lt;P&gt;format sex $sex. age rage.;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;proc options group=envfiles;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there are no problems&lt;/P&gt;&lt;P&gt;Group=ENVFILES&lt;/P&gt;&lt;P&gt;APPEND=&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Append at the end of the option value&lt;/P&gt;&lt;P&gt;APPLETLOC=C:\Program Files\SASHome\SASGraphJavaApplets\9.3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Location of Java applets&lt;/P&gt;&lt;P&gt;AUTOEXEC=d:\My SAS Files\9.3\autoexec.sas&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Identifies AUTOEXEC files used during initialization&lt;/P&gt;&lt;P&gt;FMTSEARCH=(A.FSEX WORK LIBRARY)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; List of catalogs to search for formats and informats&lt;/P&gt;&lt;P&gt;INSERT=(fmtsearch=a.fsex)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Insert at the beginning of an option value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUT&lt;/P&gt;&lt;P&gt;when i tried to apply this to the AUTOEXEC&amp;nbsp;&amp;nbsp; as mentionned as possible&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/hostwin/63047/HTML/default/n0jvezaeilaok4n1jqkv8t28b3o0.htm" title="http://support.sas.com/documentation/cdl/en/hostwin/63047/HTML/default/n0jvezaeilaok4n1jqkv8t28b3o0.htm"&gt;http://support.sas.com/documentation/cdl/en/hostwin/63047/HTML/default/n0jvezaeilaok4n1jqkv8t28b3o0.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/lesysoptsref/64892/HTML/default/p1q9ay0ai0h2ein1n68qxomnm3q7.htm" title="http://support.sas.com/documentation/cdl/en/lesysoptsref/64892/HTML/default/p1q9ay0ai0h2ein1n68qxomnm3q7.htm"&gt;http://support.sas.com/documentation/cdl/en/lesysoptsref/64892/HTML/default/p1q9ay0ai0h2ein1n68qxomnm3q7.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; i am misslucking the functionning&amp;nbsp; following those changes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have created a sas program&amp;nbsp; " lib.sas" at root of D:\&amp;nbsp; with the only line&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; libname a "d:\notes\test";&lt;/P&gt;&lt;P&gt;in order to&amp;nbsp;&amp;nbsp; "ADD" if i may say a second kind of autoexec.sas&amp;nbsp; to the existing one&lt;/P&gt;&lt;P&gt;with the goal adding a sas pgm with one or many libnames 'at start of sas'!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i have written this last line in my sas9.cfg&lt;/P&gt;&lt;P&gt;(following the description of the documentation presenting only a fmtsearch= sample but pretending autoexec is allowed)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-APPEND AUTOEXEC&amp;nbsp; "d:\lib.sas"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and at restart the original program&amp;nbsp; (with a&amp;nbsp; neutralized libname line of course)&lt;/P&gt;&lt;P&gt;shows an error as&amp;nbsp; libref a is not existing&amp;nbsp; ===&amp;gt;&lt;/P&gt;&lt;P&gt;symtom that the second APPENDing operation was not successfull.&lt;/P&gt;&lt;P&gt;Has somebody of you already tested this kind of new starting mode of sas 9.3.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this remain true with&lt;/P&gt;&lt;P&gt;-SET&amp;nbsp; SASLIBN&amp;nbsp; "d:\lib.sas"&lt;/P&gt;&lt;P&gt;-APPEND AUTOEXEC SASLIBN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: L'initialisation de SAS used:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.29 secondes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.95 secondes&lt;/P&gt;&lt;P&gt;NOTE: AUTOEXEC processing beginning; file is d:\My SAS Files\9.3\autoexec.sas.&lt;/P&gt;&lt;P&gt;NOTE: AUTOEXEC processing completed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;3&amp;nbsp;&amp;nbsp;&amp;nbsp; proc format ;&lt;/P&gt;&lt;P&gt;4&amp;nbsp;&amp;nbsp;&amp;nbsp; value rage low - 11 ='en avance' 12-14= 'jeune' 15-16 ='en retard' ;&lt;/P&gt;&lt;P&gt;NOTE: Format RAGE has been output.&lt;/P&gt;&lt;P&gt;5&amp;nbsp;&amp;nbsp;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: PROCEDURE FORMAT used (Total process time):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.03 secondes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.01 secondes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6&amp;nbsp;&amp;nbsp;&amp;nbsp; proc format library=a.fsex;&lt;/P&gt;&lt;P&gt;ERROR: Nom A non attribué.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;&lt;P&gt;Andre&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i must add that if i suppress -autoexec "d:\My SAS Files\9.3\autoexec.sas"&#xD;
(and addd -verbose)&#xD;
the resuts&#xD;
&#xD;
are &#xD;
-for my try with saslibn&amp;nbsp;&amp;nbsp; a severe error with the saslibn substitution but i have perhaps made an error&#xD;
-for my try&amp;nbsp; with&amp;nbsp; -insert autoexec "d:\lib.sas"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; the substitution of autoexec.sas by&amp;nbsp; lib.sas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2012 15:08:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/autoexec-insert-or-append-in-9-3/m-p/79765#M528</guid>
      <dc:creator>Andre</dc:creator>
      <dc:date>2012-06-11T15:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: autoexec  insert or append in 9.3</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/autoexec-insert-or-append-in-9-3/m-p/79766#M529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Today trying again i have found some tricks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i set this in the sasv9.cfg file&lt;/P&gt;&lt;P&gt;-INSERT AUTOEXEC ("d:\My SAS Files\9.3\autoexec.sas" "d:\lib.sas") &lt;/P&gt;&lt;DIV&gt;without an icon with an explicit&amp;nbsp; -autoexec "d:\My SAS Files\9.3autoeexec.sas"&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;the results is ok&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;NOTE: AUTOEXEC processing beginning; file is ('d:\My SAS Files\9.3\autoexec.sas' 'd:\lib.sas').&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: Libref A was successfully assigned as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Engine:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; V9&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Physical Name: d:\notes\test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: AUTOEXEC processing completed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i put a options statement using append in the autoexec.sas file&lt;/P&gt;&lt;P&gt;without any added line in the sasv9.cfg , the statement is rejected as invalid or&amp;nbsp; warning and the libref not created&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: AUTOEXEC processing beginning; file is d:\My SAS Files\9.3\autoexec.sas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: AUTOEXEC source line.&lt;/P&gt;&lt;P&gt;8&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; options append=(autoexec=("d:\lib.sas"));&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: AUTOEXEC processing completed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this remain true with two files or with a insert= alternative.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My conclusion is that you are only allowed to add lines to the sasv9.cfg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the difference between -INSERT&amp;nbsp; or&amp;nbsp; -APPEND&amp;nbsp; autoexec ...&lt;/P&gt;&lt;P&gt;are not clear&amp;nbsp; but you may have&amp;nbsp; a list of sas programs that are accepted all together as&lt;/P&gt;&lt;P&gt;an entire autoexec.sas !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andre&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 08:46:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/autoexec-insert-or-append-in-9-3/m-p/79766#M529</guid>
      <dc:creator>Andre</dc:creator>
      <dc:date>2012-06-12T08:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: autoexec  insert or append in 9.3</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/autoexec-insert-or-append-in-9-3/m-p/79767#M530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Andre,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The auto exec option wants a FILEREF pointing to a directory of code,, not a libref. Odd but true. if you change to using a FILEREF, does that help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Q.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 10:00:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/autoexec-insert-or-append-in-9-3/m-p/79767#M530</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2012-06-12T10:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: autoexec  insert or append in 9.3</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/autoexec-insert-or-append-in-9-3/m-p/79768#M531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Quentin,&lt;/P&gt;&lt;P&gt;filename saslibn "d:\";&amp;nbsp;&amp;nbsp; or filename saslibn "d:\lib.sas";&lt;/P&gt;&lt;P&gt;options append=(autoexec=saslibn);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-are rejected in an ordinary program&lt;/P&gt;&lt;P&gt;-are maked by&amp;nbsp; a green error 11 if inserted in an ordinary autoexec.sas&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; the 11 apply to the words&amp;nbsp; insert= or append=&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the only way that is working is in the sasv9.cfg&amp;nbsp; with a list of .sas files like in&lt;/P&gt;&lt;P&gt;-INSERT AUTOEXEC ("d:\My SAS Files\9.3\autoexec.sas" "d:\lib.sas")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so where did you see that a fileref was neccessary? on the two referenced pages?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andre&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 10:29:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/autoexec-insert-or-append-in-9-3/m-p/79768#M531</guid>
      <dc:creator>Andre</dc:creator>
      <dc:date>2012-06-12T10:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: autoexec  insert or append in 9.3</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/autoexec-insert-or-append-in-9-3/m-p/79769#M532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Quentin&lt;/P&gt;&lt;P&gt;inserting this in the sasv9.cfg&lt;/P&gt;&lt;P&gt;-SET saslibn "d:\lib.sas"&lt;/P&gt;&lt;P&gt;-APPEND AUTOEXEC saslibn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;provoke a fail at start of sas with the message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Physical file saslibn does not exist&amp;nbsp; AND SAS&amp;nbsp; is searching&amp;nbsp; in the&amp;nbsp; -SASINITIALFOLDER "d:\My SAS Files\9.3"&amp;nbsp; !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: Le fichier physique n'existe pas, d:\My SAS Files\9.3\saslibn.&amp;nbsp; &lt;/P&gt;&lt;P&gt;ERROR: The AUTOEXEC file d:\My SAS Files\9.3\saslibn cannot be accessed. The &lt;/P&gt;&lt;P&gt;ERROR: SAS System will not be invoked. AUTOEXEC can be overridden with the &lt;/P&gt;&lt;P&gt;ERROR: NOAUTOEXEC option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i remark that SAS needs a real existing file name like lib.sas !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andre&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 10:46:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/autoexec-insert-or-append-in-9-3/m-p/79769#M532</guid>
      <dc:creator>Andre</dc:creator>
      <dc:date>2012-06-12T10:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: autoexec  insert or append in 9.3</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/autoexec-insert-or-append-in-9-3/m-p/79770#M533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My Apologies Andre,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I completely misread your question.&amp;nbsp; And in a haze this morning mistook your question about AUTOEXEC, thinking it was about autocall libraries (SASAUTOS).&amp;nbsp; Sorry for the confusion. That is my punishment for reading SAS posts before being fully awake!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Q.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 12:43:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/autoexec-insert-or-append-in-9-3/m-p/79770#M533</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2012-06-12T12:43:25Z</dc:date>
    </item>
  </channel>
</rss>

