<?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: Load .WPD file to SAS as SAS7BDAT in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Load-WPD-file-to-SAS-as-SAS7BDAT/m-p/393501#M270182</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please let me know what specific problems you have encountered when you create a SAS7BDAT &amp;nbsp;file from WPS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;manoj Bansal&lt;/P&gt;</description>
    <pubDate>Wed, 06 Sep 2017 10:44:40 GMT</pubDate>
    <dc:creator>manojinpec</dc:creator>
    <dc:date>2017-09-06T10:44:40Z</dc:date>
    <item>
      <title>Load .WPD file to SAS as SAS7BDAT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Load-WPD-file-to-SAS-as-SAS7BDAT/m-p/294054#M270173</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to load a .WPD file (created using WPS) into SAS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know how to do it. Any help appreciated&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2016 14:45:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Load-WPD-file-to-SAS-as-SAS7BDAT/m-p/294054#M270173</guid>
      <dc:creator>SambitNandi</dc:creator>
      <dc:date>2016-08-25T14:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: Load .WPD file to SAS as SAS7BDAT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Load-WPD-file-to-SAS-as-SAS7BDAT/m-p/294070#M270174</link>
      <description>&lt;P&gt;What does the file format actually look like. &amp;nbsp;Never heard of this WPS, so I don't expect an out of the box solution. &amp;nbsp;I would save from your original application to an open easy to read file format - CSV, XML etc. - then read that in.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2016 15:25:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Load-WPD-file-to-SAS-as-SAS7BDAT/m-p/294070#M270174</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-08-25T15:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Load .WPD file to SAS as SAS7BDAT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Load-WPD-file-to-SAS-as-SAS7BDAT/m-p/294071#M270175</link>
      <description>&lt;P&gt;Likely best bet would be to open in a word processor and save as text. I believe WPD means a fairly old WordPerfect document. Then&amp;nbsp;try importing that.&lt;/P&gt;
&lt;P&gt;But since word processor documents are not generally intended for data they tend to be poorly sturctured for turning into data sets.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2016 15:26:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Load-WPD-file-to-SAS-as-SAS7BDAT/m-p/294071#M270175</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-08-25T15:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Load .WPD file to SAS as SAS7BDAT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Load-WPD-file-to-SAS-as-SAS7BDAT/m-p/294072#M270176</link>
      <description>I found a solution in another forum, but did not make much sense to me.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.talkstats.com/showthread.php/56302-How-to-read-a-.wpd-file-inot-sas-data-set" target="_blank"&gt;http://www.talkstats.com/showthread.php/56302-How-to-read-a-.wpd-file-inot-sas-data-set&lt;/A&gt;</description>
      <pubDate>Thu, 25 Aug 2016 15:32:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Load-WPD-file-to-SAS-as-SAS7BDAT/m-p/294072#M270176</guid>
      <dc:creator>SambitNandi</dc:creator>
      <dc:date>2016-08-25T15:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: Load .WPD file to SAS as SAS7BDAT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Load-WPD-file-to-SAS-as-SAS7BDAT/m-p/294078#M270177</link>
      <description>&lt;P&gt;That doesn't make much sense because they are talking about two different things. &amp;nbsp;The OP is talking about reading in a proprietary external file, the responder is talking about setting up a libary to a dataset. &amp;nbsp;Different things. &amp;nbsp;Again, I don;t know what the file format is, you need to get it into a useable format, probably from the delivering person. &amp;nbsp;Or maybe it is a text file already, have you tried opening it in Notepad?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2016 16:21:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Load-WPD-file-to-SAS-as-SAS7BDAT/m-p/294078#M270177</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-08-25T16:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Load .WPD file to SAS as SAS7BDAT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Load-WPD-file-to-SAS-as-SAS7BDAT/m-p/294096#M270178</link>
      <description>&lt;P&gt;WPS allows you to save a sas7bdat file. I rcommend using WPS to create a new file instead of trying to get the WPS file read. I'm not sure it's possible to read a WPS file into SAS.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2016 17:08:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Load-WPD-file-to-SAS-as-SAS7BDAT/m-p/294096#M270178</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-08-25T17:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Load .WPD file to SAS as SAS7BDAT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Load-WPD-file-to-SAS-as-SAS7BDAT/m-p/294099#M270179</link>
      <description>&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt; Yes. I am also realizing that WPS can read SAS datasets but not the other way round. Is there any SAS documentation stating it is not supported?</description>
      <pubDate>Thu, 25 Aug 2016 17:15:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Load-WPD-file-to-SAS-as-SAS7BDAT/m-p/294099#M270179</guid>
      <dc:creator>SambitNandi</dc:creator>
      <dc:date>2016-08-25T17:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Load .WPD file to SAS as SAS7BDAT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Load-WPD-file-to-SAS-as-SAS7BDAT/m-p/294111#M270180</link>
      <description>&lt;P&gt;Not as far as I'm aware, but SAS suing WPS leads me to think they're not going to support it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I believe the WPS documentation does state that WPS datasets are not compatible with SAS.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2016 17:40:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Load-WPD-file-to-SAS-as-SAS7BDAT/m-p/294111#M270180</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-08-25T17:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: Load .WPD file to SAS as SAS7BDAT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Load-WPD-file-to-SAS-as-SAS7BDAT/m-p/294130#M270181</link>
      <description>&lt;P&gt;Here's the code you can use in WPS to create a SAS7BDAT file.&lt;/P&gt;
&lt;P&gt;FYI I still had issues with file even though its supposed to be SAS compatible.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname out sas7bdat 'path to folder';

data out.mydataset;
set dataset;
run;&lt;BR /&gt;&lt;BR /&gt;libname out;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2016 18:24:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Load-WPD-file-to-SAS-as-SAS7BDAT/m-p/294130#M270181</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-08-25T18:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: Load .WPD file to SAS as SAS7BDAT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Load-WPD-file-to-SAS-as-SAS7BDAT/m-p/393501#M270182</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please let me know what specific problems you have encountered when you create a SAS7BDAT &amp;nbsp;file from WPS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;manoj Bansal&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2017 10:44:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Load-WPD-file-to-SAS-as-SAS7BDAT/m-p/393501#M270182</guid>
      <dc:creator>manojinpec</dc:creator>
      <dc:date>2017-09-06T10:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Load .WPD file to SAS as SAS7BDAT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Load-WPD-file-to-SAS-as-SAS7BDAT/m-p/393504#M270183</link>
      <description>&lt;P&gt;A minor issue might be this thread is from over a year ago.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2017 10:56:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Load-WPD-file-to-SAS-as-SAS7BDAT/m-p/393504#M270183</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-09-06T10:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Load .WPD file to SAS as SAS7BDAT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Load-WPD-file-to-SAS-as-SAS7BDAT/m-p/393522#M270184</link>
      <description>&lt;P&gt;Also I'm not sure we should be helping people with WPS related problems given the history - "Just use SAS" would be my response...&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2017 12:33:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Load-WPD-file-to-SAS-as-SAS7BDAT/m-p/393522#M270184</guid>
      <dc:creator>ChrisBrooks</dc:creator>
      <dc:date>2017-09-06T12:33:54Z</dc:date>
    </item>
  </channel>
</rss>

