<?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: jackboot macro question in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/jackboot-macro-question/m-p/51952#M10941</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before spending much time on this, I have a couple of questions.&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; Early in your log is the statment: ﻿﻿&lt;/P&gt;&lt;P&gt;You are running SAS 9. Some SAS 8 files will be automatically converted &lt;/P&gt;&lt;P&gt;by the V9 engine; others are incompatible.&amp;nbsp; Please see &lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://support.sas.com/rnd/migration/planning/platform/64bit.html"&gt;http://support.sas.com/rnd/migration/planning/platform/64bit.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've never seen that before.&amp;nbsp; Might it be the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. The line you mentioned 8737 is trying to set bootdata, but that is the first time that bootdata appears in the log&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Feb 2012 22:12:30 GMT</pubDate>
    <dc:creator>art297</dc:creator>
    <dc:date>2012-02-10T22:12:30Z</dc:date>
    <item>
      <title>jackboot macro question</title>
      <link>https://communities.sas.com/t5/SAS-Programming/jackboot-macro-question/m-p/51949#M10938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm having some difficulty outputing bootstrap sample &amp;amp; confidence interval datasets with the jackboot macro (available for download at &lt;A href="http://support.sas.com/kb/24/982.html"&gt;http://support.sas.com/kb/24/982.html&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have Enterprise Guide 4.2 on our PCs in my office, and when I run jackboot (specifically the %boot() and %bootci() macros within jackboot) on my PC everything works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when I run jackboot in batch mode via Linux (which we prefer to do vs. running programs on our PCs), only the bootdist output dataset is generated, and the bootdata, bootci, bootpctl, boottrans, and bootstat datasets disappear - I can't find them in my WORK folder, and I'm unable to create permanent datasets (e.g., data boot.bootci; set bootci; run;). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas what's going wrong? I checked with SAS Support but they couldn't pinpoint what's going wrong in my code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;P&gt;Travelers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2012 21:16:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/jackboot-macro-question/m-p/51949#M10938</guid>
      <dc:creator>RobertWF</dc:creator>
      <dc:date>2012-02-10T21:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: jackboot macro question</title>
      <link>https://communities.sas.com/t5/SAS-Programming/jackboot-macro-question/m-p/51950#M10939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you attach a copy of your log?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2012 21:33:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/jackboot-macro-question/m-p/51950#M10939</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-02-10T21:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: jackboot macro question</title>
      <link>https://communities.sas.com/t5/SAS-Programming/jackboot-macro-question/m-p/51951#M10940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Absolutely - after Line 8737 towards the end of the log output, you can see that the bootdist, boottran, bootpctl, bootci, bootdist files exist &amp;amp; contain observations, but starting at Line 8742 these same datasets contain zero observations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is much appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2012 21:59:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/jackboot-macro-question/m-p/51951#M10940</guid>
      <dc:creator>RobertWF</dc:creator>
      <dc:date>2012-02-10T21:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: jackboot macro question</title>
      <link>https://communities.sas.com/t5/SAS-Programming/jackboot-macro-question/m-p/51952#M10941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before spending much time on this, I have a couple of questions.&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; Early in your log is the statment: ﻿﻿&lt;/P&gt;&lt;P&gt;You are running SAS 9. Some SAS 8 files will be automatically converted &lt;/P&gt;&lt;P&gt;by the V9 engine; others are incompatible.&amp;nbsp; Please see &lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://support.sas.com/rnd/migration/planning/platform/64bit.html"&gt;http://support.sas.com/rnd/migration/planning/platform/64bit.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've never seen that before.&amp;nbsp; Might it be the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. The line you mentioned 8737 is trying to set bootdata, but that is the first time that bootdata appears in the log&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2012 22:12:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/jackboot-macro-question/m-p/51952#M10941</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-02-10T22:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: jackboot macro question</title>
      <link>https://communities.sas.com/t5/SAS-Programming/jackboot-macro-question/m-p/51953#M10942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are ERROR's in your log like below. You will need to resolve these issues first from top to bottom. The "lost" data sets can be an effect caused by these errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are also notes and warnings which might need investigation (like the note below).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: Invalid argument to function LGAMMA at line 1357 column 49. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In regards of "it works in EG":&lt;/P&gt;&lt;P&gt;1. EG connects to a SAS Server. Are the servers used for batch and with EG the same? If not: Are the macros used for batch the same (same version)?&lt;/P&gt;&lt;P&gt;2. When running the stuff with EG does it run without Errors the first time after connecting to the server? - The reason for this question: It could be that even though there are errors in the first run you're still creating tables in work which then in a consecutive run might be used and cause the macros to behave differently. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Feb 2012 02:29:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/jackboot-macro-question/m-p/51953#M10942</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2012-02-11T02:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: jackboot macro question</title>
      <link>https://communities.sas.com/t5/SAS-Programming/jackboot-macro-question/m-p/51954#M10943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thank you for the suggestions, gentlemen, I did finally find a solution. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;Patrick wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are ERROR's in your log like below. You will need to resolve these issues first from top to bottom. The "lost" data sets can be an effect caused by these errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are also notes and warnings which might need investigation (like the note below).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: Invalid argument to function LGAMMA at line 1357 column 49. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In regards of "it works in EG":&lt;/P&gt;&lt;P&gt;1. EG connects to a SAS Server. Are the servers used for batch and with EG the same? If not: Are the macros used for batch the same (same version)?&lt;/P&gt;&lt;P&gt;2. When running the stuff with EG does it run without Errors the first time after connecting to the server? - The reason for this question: It could be that even though there are errors in the first run you're still creating tables in work which then in a consecutive run might be used and cause the macros to behave differently. &lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The invalid argument errors in the LGAMMA function are a problem, but haven't held up program execution before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We do use the same server for both EG and batch modes, and it does execute without errors while running the first time in EG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before spending much time on this, I have a couple of questions.&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; Early in your log is the statment: ﻿﻿&lt;/P&gt;&lt;P&gt;You are running SAS 9. Some SAS 8 files will be automatically converted &lt;/P&gt;&lt;P&gt;by the V9 engine; others are incompatible.&amp;nbsp; Please see &lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://support.sas.com/rnd/migration/planning/platform/64bit.html"&gt;http://support.sas.com/rnd/migration/planning/platform/64bit.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've never seen that before.&amp;nbsp; Might it be the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. The line you mentioned 8737 is trying to set bootdata, but that is the first time that bootdata appears in the log&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;The dataset migration message appears at the top of all of our log files, but don't think that should be an issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The bootdata dataset turns out to have been the problem. The jackboot macro does create a dataset named bootdata - however it seems that in batch mode the bootdata dataset is not preserved in the work folder long enough to be saved as a permanent dataset. Once I remove the code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data boot.bootdata; &lt;/P&gt;&lt;P&gt;set bootdata; &lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then the other jackboot output datasets (bootci, bootpctl, boottrans, and bootstat) are created &amp;amp; can be output into permanent datasets in my boot library.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So problem solved, thanks for your assistance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2012 17:57:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/jackboot-macro-question/m-p/51954#M10943</guid>
      <dc:creator>RobertWF</dc:creator>
      <dc:date>2012-02-13T17:57:50Z</dc:date>
    </item>
  </channel>
</rss>

