<?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 autocall on UNIX in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/autocall-on-UNIX/m-p/36189#M7118</link>
    <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
Could someone help me figure out how to setup autocall on UNIX?&lt;BR /&gt;
&lt;BR /&gt;
I have macros stored in 2 directories and the include file contains:&lt;BR /&gt;
&lt;BR /&gt;
----------------------------------------------------------------------------------------------&lt;BR /&gt;
&lt;I&gt;options ls=80 mprint mlogic symbolgen;&lt;BR /&gt;
&lt;BR /&gt;
options compress=binary;&lt;BR /&gt;
&lt;BR /&gt;
filename macsrc '/projects/maclib/';&lt;BR /&gt;
filename macgen '/projects/maclib/common/';&lt;BR /&gt;
options mautosource SASAUTOS=(macsrc macgen SASAUTOS);&lt;/I&gt;&lt;BR /&gt;
-----------------------------------------------------------------------------------------------&lt;BR /&gt;
&lt;BR /&gt;
When execute macro, I got the error:&lt;BR /&gt;
ERROR 180-322: Statement is not valid or it is used out of proper order.^MERROR 180-322: Statement is not valid&lt;BR /&gt;
 or it is used out of proper order.^MERROR 180-322: Statement is not valid or it is used out of proper order.&lt;BR /&gt;
&lt;BR /&gt;
and &lt;BR /&gt;
&lt;I&gt;WARNING: No logical assign for filename SASAUTOS.&lt;BR /&gt;
WARNING: Source level autocall is not found or cannot be opened. Autocall has&lt;BR /&gt;
         been suspended and OPTION NOMAUTOSOURCE has been set.  To use the&lt;BR /&gt;
         autocall facility again, set OPTION MAUTOSOURCE.&lt;BR /&gt;
WARNING: Apparent invocation of macro SELECTBETWDATES not resolved.&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;SELECTBETWDATES is a macro&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
Any help and/or suggestion are much appreciated.&lt;BR /&gt;
&lt;BR /&gt;
Thank you.</description>
    <pubDate>Thu, 18 Nov 2010 17:09:16 GMT</pubDate>
    <dc:creator>Ken_Work</dc:creator>
    <dc:date>2010-11-18T17:09:16Z</dc:date>
    <item>
      <title>autocall on UNIX</title>
      <link>https://communities.sas.com/t5/SAS-Programming/autocall-on-UNIX/m-p/36189#M7118</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
Could someone help me figure out how to setup autocall on UNIX?&lt;BR /&gt;
&lt;BR /&gt;
I have macros stored in 2 directories and the include file contains:&lt;BR /&gt;
&lt;BR /&gt;
----------------------------------------------------------------------------------------------&lt;BR /&gt;
&lt;I&gt;options ls=80 mprint mlogic symbolgen;&lt;BR /&gt;
&lt;BR /&gt;
options compress=binary;&lt;BR /&gt;
&lt;BR /&gt;
filename macsrc '/projects/maclib/';&lt;BR /&gt;
filename macgen '/projects/maclib/common/';&lt;BR /&gt;
options mautosource SASAUTOS=(macsrc macgen SASAUTOS);&lt;/I&gt;&lt;BR /&gt;
-----------------------------------------------------------------------------------------------&lt;BR /&gt;
&lt;BR /&gt;
When execute macro, I got the error:&lt;BR /&gt;
ERROR 180-322: Statement is not valid or it is used out of proper order.^MERROR 180-322: Statement is not valid&lt;BR /&gt;
 or it is used out of proper order.^MERROR 180-322: Statement is not valid or it is used out of proper order.&lt;BR /&gt;
&lt;BR /&gt;
and &lt;BR /&gt;
&lt;I&gt;WARNING: No logical assign for filename SASAUTOS.&lt;BR /&gt;
WARNING: Source level autocall is not found or cannot be opened. Autocall has&lt;BR /&gt;
         been suspended and OPTION NOMAUTOSOURCE has been set.  To use the&lt;BR /&gt;
         autocall facility again, set OPTION MAUTOSOURCE.&lt;BR /&gt;
WARNING: Apparent invocation of macro SELECTBETWDATES not resolved.&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;SELECTBETWDATES is a macro&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
Any help and/or suggestion are much appreciated.&lt;BR /&gt;
&lt;BR /&gt;
Thank you.</description>
      <pubDate>Thu, 18 Nov 2010 17:09:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/autocall-on-UNIX/m-p/36189#M7118</guid>
      <dc:creator>Ken_Work</dc:creator>
      <dc:date>2010-11-18T17:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: autocall on UNIX</title>
      <link>https://communities.sas.com/t5/SAS-Programming/autocall-on-UNIX/m-p/36190#M7119</link>
      <description>You need to share all of your executed code (specifically as revealed in the SAS-generated log), not just selective code-pieces, ideally pasted just like it comes out of the SAS log output window (or batch log file).&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Thu, 18 Nov 2010 18:14:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/autocall-on-UNIX/m-p/36190#M7119</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-11-18T18:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: autocall on UNIX</title>
      <link>https://communities.sas.com/t5/SAS-Programming/autocall-on-UNIX/m-p/36191#M7120</link>
      <description>We will also need to know if you are running a batch or interactive program.</description>
      <pubDate>Thu, 18 Nov 2010 18:56:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/autocall-on-UNIX/m-p/36191#M7120</guid>
      <dc:creator>ArtC</dc:creator>
      <dc:date>2010-11-18T18:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: autocall on UNIX</title>
      <link>https://communities.sas.com/t5/SAS-Programming/autocall-on-UNIX/m-p/36192#M7121</link>
      <description>Thank you all.&lt;BR /&gt;
&lt;BR /&gt;
I figured out the problem. I have to change the options statement to&lt;BR /&gt;
&lt;BR /&gt;
options mautosource SASAUTOS=(macsrc macgen '!SASROOT/sasautos');</description>
      <pubDate>Thu, 18 Nov 2010 19:33:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/autocall-on-UNIX/m-p/36192#M7121</guid>
      <dc:creator>Ken_Work</dc:creator>
      <dc:date>2010-11-18T19:33:03Z</dc:date>
    </item>
  </channel>
</rss>

