<?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: (French, désolé) Comment faire un 'delta' entre deux fichiers ?svp in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/French-d%C3%A9sol%C3%A9-Comment-faire-un-delta-entre-deux-fichiers-svp/m-p/48530#M13135</link>
    <description>Pantalaimon&lt;BR /&gt;
Je vois votre demande pour la première fois.&lt;BR /&gt;
Comme votre demande s'exprime peu en langage SAS (vocabulaire et code essayé)&lt;BR /&gt;
je vous suggère de vous débrouiller avec Sas France.&lt;BR /&gt;
ou sur le forum SAs France où j'irai regarder si vous faites un effort de clarification&lt;BR /&gt;
et de termes en Sas..&lt;BR /&gt;
(to the others readers)&lt;BR /&gt;
I too i don't understand clearly his goal and used terms.&lt;BR /&gt;
I suggest him to ask to Sas France or inside the french (poor) forum&lt;BR /&gt;
where i would take a look tomorrow.&lt;BR /&gt;
Andre</description>
    <pubDate>Tue, 23 Sep 2008 12:14:57 GMT</pubDate>
    <dc:creator>Andre</dc:creator>
    <dc:date>2008-09-23T12:14:57Z</dc:date>
    <item>
      <title>(French, désolé) Comment faire un 'delta' entre deux fichiers ?svp</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/French-d%C3%A9sol%C3%A9-Comment-faire-un-delta-entre-deux-fichiers-svp/m-p/48526#M13131</link>
      <description>comment faire ces séquences de jeu de fichiers ?&lt;BR /&gt;
occurence 1:&lt;BR /&gt;
je fais un fic1, contenant des données complètes / id&lt;BR /&gt;
on me retourne un fic1_error :contenant &lt;B&gt;&lt;/B&gt; seulement &lt;B&gt;&lt;/B&gt;les id en erreurs, pas les datas&lt;BR /&gt;
occurrence 2:&lt;BR /&gt;
refaire un fic3 , sans les bons (fic1 - fic2) , sachant que fic3 va avoir aussi des nouveaux id...etc&lt;BR /&gt;
&lt;BR /&gt;
new fic x  =  new fichier   -  les bons (=  fic(x-1) - fic_error(x-1))&lt;BR /&gt;
&lt;BR /&gt;
existe t il un moyen de renommage, de programmation ?&lt;BR /&gt;
le Fic_error  est à chaque fois unique, ce n'est pas une concaténation de fichier d'erreurs&lt;BR /&gt;
&lt;BR /&gt;
le fichier à fournir reprend tout le fichier (sauf ceux qui ont été réputés bons)...&lt;BR /&gt;
donc le fic_bon est, lui, une concaténation des fic_bons au fil du temps...&lt;BR /&gt;
&lt;BR /&gt;
en fait,&lt;BR /&gt;
 on ne veut que les nouvelles fiches, avec les ex- mauvaises (issues d'un passage antérieur, mais maintenant corrigés!...peut-être), etc...&lt;BR /&gt;
&lt;BR /&gt;
je pense que c'est une articulation simple, même si c'est compliqué pour moi à expliquer...&lt;BR /&gt;
&lt;BR /&gt;
Merci de votre aide ou de vos critiques</description>
      <pubDate>Fri, 19 Sep 2008 13:20:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/French-d%C3%A9sol%C3%A9-Comment-faire-un-delta-entre-deux-fichiers-svp/m-p/48526#M13131</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-09-19T13:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: (French, désolé) Comment faire un 'delta' entre deux fichiers ?svp</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/French-d%C3%A9sol%C3%A9-Comment-faire-un-delta-entre-deux-fichiers-svp/m-p/48527#M13132</link>
      <description>One way you could do it is by using a Proc SQL, perhaps with an EXCEPT set operator.</description>
      <pubDate>Fri, 19 Sep 2008 13:39:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/French-d%C3%A9sol%C3%A9-Comment-faire-un-delta-entre-deux-fichiers-svp/m-p/48527#M13132</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-09-19T13:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: (French, désolé) Comment faire un 'delta' entre deux fichiers ?svp</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/French-d%C3%A9sol%C3%A9-Comment-faire-un-delta-entre-deux-fichiers-svp/m-p/48528#M13133</link>
      <description>Well: My French is really a bit rusty....&lt;BR /&gt;
&lt;BR /&gt;
So let me know if I understand right:&lt;BR /&gt;
Source Table: You have two datasets:&lt;BR /&gt;
1. Error dataset containing a columns with all error ID's&lt;BR /&gt;
2. Full dataset with all the variables and observations &lt;BR /&gt;
&lt;BR /&gt;
Target Table: You want a new dataset with:&lt;BR /&gt;
All the data in Error&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
This would be a left join between the two Source Tables over the ID.&lt;BR /&gt;
&lt;BR /&gt;
Do I get that right? &lt;BR /&gt;
&lt;BR /&gt;
Cheers&lt;BR /&gt;
Patrick</description>
      <pubDate>Fri, 19 Sep 2008 13:51:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/French-d%C3%A9sol%C3%A9-Comment-faire-un-delta-entre-deux-fichiers-svp/m-p/48528#M13133</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2008-09-19T13:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: (French, désolé) Comment faire un 'delta' entre deux fichiers ?svp</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/French-d%C3%A9sol%C3%A9-Comment-faire-un-delta-entre-deux-fichiers-svp/m-p/48529#M13134</link>
      <description>After re-reading your question - and Vasile's answer I understand that I don't understand....&lt;BR /&gt;
&lt;BR /&gt;
Why don't you explain what you have in the beginning (tables, relevant fields) and what you need in the end as a result. &lt;BR /&gt;
&lt;BR /&gt;
And if you could do it in English there would be much more people to assist.&lt;BR /&gt;
&lt;BR /&gt;
Cheers&lt;BR /&gt;
Patrick</description>
      <pubDate>Fri, 19 Sep 2008 14:10:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/French-d%C3%A9sol%C3%A9-Comment-faire-un-delta-entre-deux-fichiers-svp/m-p/48529#M13134</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2008-09-19T14:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: (French, désolé) Comment faire un 'delta' entre deux fichiers ?svp</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/French-d%C3%A9sol%C3%A9-Comment-faire-un-delta-entre-deux-fichiers-svp/m-p/48530#M13135</link>
      <description>Pantalaimon&lt;BR /&gt;
Je vois votre demande pour la première fois.&lt;BR /&gt;
Comme votre demande s'exprime peu en langage SAS (vocabulaire et code essayé)&lt;BR /&gt;
je vous suggère de vous débrouiller avec Sas France.&lt;BR /&gt;
ou sur le forum SAs France où j'irai regarder si vous faites un effort de clarification&lt;BR /&gt;
et de termes en Sas..&lt;BR /&gt;
(to the others readers)&lt;BR /&gt;
I too i don't understand clearly his goal and used terms.&lt;BR /&gt;
I suggest him to ask to Sas France or inside the french (poor) forum&lt;BR /&gt;
where i would take a look tomorrow.&lt;BR /&gt;
Andre</description>
      <pubDate>Tue, 23 Sep 2008 12:14:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/French-d%C3%A9sol%C3%A9-Comment-faire-un-delta-entre-deux-fichiers-svp/m-p/48530#M13135</guid>
      <dc:creator>Andre</dc:creator>
      <dc:date>2008-09-23T12:14:57Z</dc:date>
    </item>
  </channel>
</rss>

