<?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: SAS Companion - Unix Command - Print Issue in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Companion-Unix-Command-Print-Issue/m-p/211130#M3197</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It reports &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;options nomprint nomlogic nosymbolgen nosource noquotelenmax;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 May 2015 08:22:05 GMT</pubDate>
    <dc:creator>kheger</dc:creator>
    <dc:date>2015-05-08T08:22:05Z</dc:date>
    <item>
      <title>SAS Companion - Unix Command - Print Issue</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Companion-Unix-Command-Print-Issue/m-p/211127#M3194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to run a 9.3 SAS script in Linux in the following manner but I only get the.log output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exec myproc.sas -log a/b/c/output.log -print a/b/c/output.lst&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea about what causes the .lst file to not be produced?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 14:24:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Companion-Unix-Command-Print-Issue/m-p/211127#M3194</guid>
      <dc:creator>kheger</dc:creator>
      <dc:date>2015-05-07T14:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Companion - Unix Command - Print Issue</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Companion-Unix-Command-Print-Issue/m-p/211128#M3195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Two reasons are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAS job does not contain any steps printing output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAS job re-directs printed output internally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What does the SAS log report?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 20:17:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Companion-Unix-Command-Print-Issue/m-p/211128#M3195</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-05-07T20:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Companion - Unix Command - Print Issue</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Companion-Unix-Command-Print-Issue/m-p/211129#M3196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; &lt;SPAN style="color: #1f497d; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi;"&gt;The PRINT system option only applies in batch mode, but that looks like what you’re using. Also, as SASKiwi says, be sure your proc is producing output.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi;"&gt;You can try using the ALTPRINT option to specify that output goes to the default output file and to the file that you specify. If that works, I wonder if there isn’t a –NOPRINT somewhere (possibly in a config file?) that’s overriding your –PRINT setting?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi;"&gt;ALTPRINT:&amp;nbsp; Using SAS System Options to Route Output: &lt;A href="http://support.sas.com/documentation/cdl/en/hostunx/63053/HTML/default/viewer.htm#p135tcvpnrcytnn1ga7m5d90w595.htm"&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'; color: black; mso-style-textfill-fill-alpha: 100.0%; mso-style-textfill-fill-color: black; mso-bidi-theme-font: minor-bidi;"&gt;http://support.sas.com/documentation/cdl/en/hostunx/63053/HTML/default/viewer.htm#p135tcvpnrcytnn1ga7m5d90w595.htm&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi;"&gt;You can check to see what the system setting for the PRINT system option is by invoking the VALUE option in the OPTIONS statement. See an example here:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="color: #1f497d; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi;"&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/hostunx/63053/HTML/default/viewer.htm#n0st7h83w14sqwn1p3gnu1j7s260.htm"&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'; color: black; mso-style-textfill-fill-alpha: 100.0%; mso-style-textfill-fill-color: black; mso-bidi-theme-font: minor-bidi;"&gt;http://support.sas.com/documentation/cdl/en/hostunx/63053/HTML/default/viewer.htm#n0st7h83w14sqwn1p3gnu1j7s260.htm&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 20:29:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Companion-Unix-Command-Print-Issue/m-p/211129#M3196</guid>
      <dc:creator>mebass</dc:creator>
      <dc:date>2015-05-07T20:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Companion - Unix Command - Print Issue</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Companion-Unix-Command-Print-Issue/m-p/211130#M3197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It reports &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;options nomprint nomlogic nosymbolgen nosource noquotelenmax;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 08:22:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Companion-Unix-Command-Print-Issue/m-p/211130#M3197</guid>
      <dc:creator>kheger</dc:creator>
      <dc:date>2015-05-08T08:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Companion - Unix Command - Print Issue</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Companion-Unix-Command-Print-Issue/m-p/211131#M3198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What steps are in myproc.sas?&lt;/P&gt;&lt;P&gt;(Just list the data .... and proc .... lines)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 08:28:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Companion-Unix-Command-Print-Issue/m-p/211131#M3198</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-05-08T08:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Companion - Unix Command - Print Issue</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Companion-Unix-Command-Print-Issue/m-p/211132#M3199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The script is indeed run in batch mode. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The -altlog - altprint produced the same result (i.e. only log generated).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The value of PRINT gave the following output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Option Value Information For SAS Option PRINT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value: /a/b/c/output.lst&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Scope: Program&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; How option value set: Internal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 08:30:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Companion-Unix-Command-Print-Issue/m-p/211132#M3199</guid>
      <dc:creator>kheger</dc:creator>
      <dc:date>2015-05-08T08:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Companion - Unix Command - Print Issue</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Companion-Unix-Command-Print-Issue/m-p/211133#M3200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, none of the steps produce any output, so it's perfectly OK that no .lst file is created.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 12:11:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Companion-Unix-Command-Print-Issue/m-p/211133#M3200</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-05-08T12:11:41Z</dc:date>
    </item>
  </channel>
</rss>

