<?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: accelerometer data processing issue in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/accelerometer-data-processing-issue/m-p/956064#M373349</link>
    <description>Okay, I understand. Thanks! That addition did work when it came to Excel output. But yes, no data shows up, though! Since I got the other issues, at least that helped!</description>
    <pubDate>Tue, 14 Jan 2025 14:27:56 GMT</pubDate>
    <dc:creator>OrourkeBow</dc:creator>
    <dc:date>2025-01-14T14:27:56Z</dc:date>
    <item>
      <title>accelerometer data processing issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/accelerometer-data-processing-issue/m-p/955973#M373309</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have existing code from older work from a previous user. This code is set up to path to files on my computer. These are in .AWC. format, specific to the accelerometer we use - the Actical.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The main issue is that SAS on demand or SAS viya for learners will not recognize my data for some reason. I can open the data as a test and see the variables and data, so it will not collect the values for some reason. The data is 2 columns, time and steps. This data has been analyzed properly before by a previous researcher, but we do not have contact with them. Plus, this was a much older version of SAS, and I cannot open our .egp Flow process on there, as it seems to not be capable with 4.3.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you see the code, I have all my data in the "DATA" folder, ending with AWC. And the participants are coded as the following: PLA001T1 (withT1 to T3 possible), hence labelled as 8 for length.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am also trying to export that data into xlsx (Excel), and this will not work. For clarity, I am using a Mac, but it should be fine as I am using the browser versions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Although no data shows up in the spreadsheets, the code seems to be ok overall, but I also get this error at the end. This error comes up twice. From my searching, this is due to it making an error trying to export into excel.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ERROR: Server Name is invalid or missing.&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: PROCEDURE EXPORT used (Total process time):&lt;BR /&gt;      real time           0.00 seconds&lt;BR /&gt;      cpu time            0.00 seconds&lt;/PRE&gt;&lt;P&gt;The entire code is attached for reference.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am unsure if this makes any sense, but any help would be appreciated. I am a beginner, using existing code, as I was volunTOLD to do this by my supervisor lol.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 22:26:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/accelerometer-data-processing-issue/m-p/955973#M373309</guid>
      <dc:creator>OrourkeBow</dc:creator>
      <dc:date>2025-01-13T22:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: accelerometer data processing issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/accelerometer-data-processing-issue/m-p/955974#M373310</link>
      <description>&lt;P&gt;Can't speak to the rest of it, but at a glance the PROC EXPORT should have the DBMS=XLSX option, and that should solve that error.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 22:30:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/accelerometer-data-processing-issue/m-p/955974#M373310</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2025-01-13T22:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: accelerometer data processing issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/accelerometer-data-processing-issue/m-p/955975#M373311</link>
      <description>&lt;P&gt;I had this with the intro line at the beginning of my data, but it did not work. My data is not in excel format. From my understanding this more for input from excel?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Again, the code I have (The libname code is the only thing I added) has worked before. The only thing that should require a change is the path directory. As instructed by the previous user in the "*---*" areas. I am also very noob, so I hope this makes sense.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 22:33:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/accelerometer-data-processing-issue/m-p/955975#M373311</guid>
      <dc:creator>OrourkeBow</dc:creator>
      <dc:date>2025-01-13T22:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: accelerometer data processing issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/accelerometer-data-processing-issue/m-p/956052#M373345</link>
      <description>&lt;P&gt;I only meant the part at the end should have the DBMS= option. That tells SAS what mechanism to use to write the Excel file. I realize it may not solve any of the other (main) part before that with reading your accelerometer data...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="sas"&gt;proc export data = peradult1 outfile = "&amp;amp;xls_path."
 DBMS=XLSX;
run;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2025 13:39:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/accelerometer-data-processing-issue/m-p/956052#M373345</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2025-01-14T13:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: accelerometer data processing issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/accelerometer-data-processing-issue/m-p/956064#M373349</link>
      <description>Okay, I understand. Thanks! That addition did work when it came to Excel output. But yes, no data shows up, though! Since I got the other issues, at least that helped!</description>
      <pubDate>Tue, 14 Jan 2025 14:27:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/accelerometer-data-processing-issue/m-p/956064#M373349</guid>
      <dc:creator>OrourkeBow</dc:creator>
      <dc:date>2025-01-14T14:27:56Z</dc:date>
    </item>
  </channel>
</rss>

