<?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: DPF Component  and partition files Error in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/DPF-Component-and-partition-files-Error/m-p/346919#M80041</link>
    <description>&lt;P&gt;The partition files are named sequentially, just look at the missing numbers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The right thing to do though is to restore all files as you need to have a set of files from the same snapshot.&lt;/P&gt;
&lt;P&gt;If you mix file&amp;nbsp; #1 from the January version with file #2 from the February version, you'll end up with a real mess.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Apr 2017 04:04:34 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2017-04-04T04:04:34Z</dc:date>
    <item>
      <title>DPF Component  and partition files Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/DPF-Component-and-partition-files-Error/m-p/264666#M51952</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm uncertain what the below error message means when I run a proc contents against the following libname. Appreciate any insight. Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
libname SetRef sasspds 'SetRef' server=xxx user=xxx password=xxx;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;NOTE: Remote submit to EMSVR commencing.
560  PROC CONTENTS DATA= &lt;/CODE&gt;&lt;CODE class=" language-sas"&gt;SetRef&lt;/CODE&gt;&lt;CODE class=" language-sas"&gt;._all_ MEMTYPE=data &lt;BR /&gt;561 OUT = Table1 NOPRINT; &lt;BR /&gt;562 RUN; &lt;BR /&gt;&lt;BR /&gt;ERROR: Data set DPF component missing one or more partition file(s). &lt;BR /&gt;ERROR: Data set DPF component missing one or more partition file(s). &lt;BR /&gt;ERROR: The value SS# is not a valid SAS name. &lt;BR /&gt;&lt;BR /&gt;NOTE: Statements not processed because of errors noted above. &lt;BR /&gt;NOTE: The data set WORK.Table1 has 685 observations and 41 variables. &lt;BR /&gt;NOTE: PROCEDURE CONTENTS used (Total process time): &lt;BR /&gt;real time 7.45 seconds &lt;BR /&gt;cpu time 0.03 seconds &lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors. NOTE: Remote submit to EMSVR complete. &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2016 20:40:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/DPF-Component-and-partition-files-Error/m-p/264666#M51952</guid>
      <dc:creator>Ody</dc:creator>
      <dc:date>2016-04-18T20:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: DPF Component  and partition files Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/DPF-Component-and-partition-files-Error/m-p/264688#M51963</link>
      <description>&lt;P&gt;One (or more) partition file in one of the SPDS datasets has disappeared.&lt;/P&gt;
&lt;P&gt;SPDS can store its&amp;nbsp;data in many different&amp;nbsp;files. All of them must be here&amp;nbsp;for the data set to be used.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2016 22:23:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/DPF-Component-and-partition-files-Error/m-p/264688#M51963</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2016-04-18T22:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: DPF Component  and partition files Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/DPF-Component-and-partition-files-Error/m-p/346756#M79994</link>
      <description>&lt;P&gt;Thanks for the note about multiple partitions.&amp;nbsp; We are recovering from disk file issue and have a few of these errors appearing.&amp;nbsp; I know what the problem is but how do I fix the problem?&amp;nbsp;&amp;nbsp;&amp;nbsp; Will spdsclean re-index, the manual is not clear.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there an easy way in a domain to find out what tables are missing.&amp;nbsp; If I run contents data=_all_ it appears to be a small number comparted to all of our tables but it doesn't tell me which ones.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for any suggestions.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2017 16:57:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/DPF-Component-and-partition-files-Error/m-p/346756#M79994</guid>
      <dc:creator>burchill</dc:creator>
      <dc:date>2017-04-03T16:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: DPF Component  and partition files Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/DPF-Component-and-partition-files-Error/m-p/346919#M80041</link>
      <description>&lt;P&gt;The partition files are named sequentially, just look at the missing numbers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The right thing to do though is to restore all files as you need to have a set of files from the same snapshot.&lt;/P&gt;
&lt;P&gt;If you mix file&amp;nbsp; #1 from the January version with file #2 from the February version, you'll end up with a real mess.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 04:04:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/DPF-Component-and-partition-files-Error/m-p/346919#M80041</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2017-04-04T04:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: DPF Component  and partition files Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/DPF-Component-and-partition-files-Error/m-p/347011#M80085</link>
      <description>&lt;P&gt;Thank you for the quick response.&amp;nbsp; I should have been clearer - I realize the partitions are sequential.&amp;nbsp; The problem in the domain in question is an easy way to identify the tables.&amp;nbsp; We have over a thousand tables and looking at the errors returned from proc contents data=_all_ there are a small number (two or three) that are missing a partition.&amp;nbsp; The problem is proc contents doesn't return the file that has the missing partition, it just writes an error note, so I am left with searching manually.&amp;nbsp; I can search manually or write a little piece of code to cycle through the tables but I was hoping there was a faster way to identify the tables.&amp;nbsp; This would allow me to go back to our appropriate backup and pull out the pieces, or just delete and rebuild those few tables.&amp;nbsp; CB.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 12:21:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/DPF-Component-and-partition-files-Error/m-p/347011#M80085</guid>
      <dc:creator>burchill</dc:creator>
      <dc:date>2017-04-04T12:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: DPF Component  and partition files Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/DPF-Component-and-partition-files-Error/m-p/347255#M80170</link>
      <description>&lt;P&gt;Like this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data BADTABLES;
  set SASHELP.VTABLE;
  where LIBNAME='XXX';
  DSID=open(MEMNAME);
  if DSID then RC=close(DSID);
  else output;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 05 Apr 2017 08:23:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/DPF-Component-and-partition-files-Error/m-p/347255#M80170</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2017-04-05T08:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: DPF Component  and partition files Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/DPF-Component-and-partition-files-Error/m-p/347464#M80268</link>
      <description>&lt;P&gt;Thanks again - tried with vtables - unfortunately the offending files were not read into vtables.&lt;/P&gt;
&lt;P&gt;I tried with proc datasets contents nolist out=work.datalist ; Errors were displayed but not the table names, tables were not in the out data.&lt;/P&gt;
&lt;P&gt;What I did in the end was run a proc datasets copy with obs=0 - this identified in the log file the particular data tables with missing partitions in the log file.&amp;nbsp; Once we found the table names correcting the problem from backup was quick and easy.&lt;/P&gt;
&lt;P&gt;I made a slight change to your vtables code by cats the library name and member name.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;options obs=0 ;&lt;/P&gt;
&lt;P&gt;proc dataset library=projects noprint&amp;nbsp; memtype=data&amp;nbsp;;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copy out=work ;&lt;/P&gt;
&lt;P&gt;quit ;&lt;/P&gt;
&lt;P&gt;options obs=max ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2017 16:51:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/DPF-Component-and-partition-files-Error/m-p/347464#M80268</guid>
      <dc:creator>burchill</dc:creator>
      <dc:date>2017-04-05T16:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: DPF Component  and partition files Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/DPF-Component-and-partition-files-Error/m-p/347570#M80306</link>
      <description>&lt;P&gt;Glad it worked in the end, not too sure why VTABLE couldn't see all tables.&lt;/P&gt;
&lt;P&gt;SPDE really needs to improve on the usefulness if its error messages.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2017 02:28:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/DPF-Component-and-partition-files-Error/m-p/347570#M80306</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2017-04-06T02:28:49Z</dc:date>
    </item>
  </channel>
</rss>

