 




<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Answers &#187; Duplicate records</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/duplicate-records/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Sat, 25 May 2013 11:51:46 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Subfile in As400</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/subfile-in-as400/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/subfile-in-as400/#comments</comments>
		<pubDate>Fri, 18 Feb 2011 09:20:06 +0000</pubDate>
		<dc:creator>Sangay</dc:creator>
				<category><![CDATA[AS/400]]></category>
		<category><![CDATA[AS/400 Subfiles]]></category>
		<category><![CDATA[Duplicate records]]></category>
		<category><![CDATA[OS/400]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi below pasted is my code which i am running but i am getting an error &#8216;Attemp to write duplicate records&#8221; DDS A*                                                         A                                      CF03(03)            A                                      DSPSIZ(24 80 *DS3)  A          R RECSFL                    SFL                 A  30                                  SFLNXTCHG           A            UPC           20   B  9  3TEXT(&#8216;UPC 2ND ITEM&#8217;) A  31                                  DSPATR(UL)          A*                                                         A          R RECCTL                    SFLCTL(RECSFL)      A*                                                         A                                      OVERLAY             [...]]]></description>
				<content:encoded><![CDATA[<p>Hi below pasted is my code which i am running but i am getting an error &#8216;Attemp to write duplicate records&#8221;</p>
<p>DDS</p>
<p>A*                                                        <br />
A                                      CF03(03)           <br />
A                                      DSPSIZ(24 80 *DS3) <br />
A          R RECSFL                    SFL                <br />
A  30                                  SFLNXTCHG          <br />
A            UPC           20   B  9  3TEXT(&#8216;UPC 2ND ITEM&#8217;)<br />
A  31                                  DSPATR(UL)         <br />
A*                                                        <br />
A          R RECCTL                    SFLCTL(RECSFL)     <br />
A*                                                        <br />
A                                      OVERLAY            <br />
A                                      SFLSIZ(0010)       <br />
A                                      SFLPAG(0005)       <br />
A  10                                  SFLDSP             <br />
A  12                                  SFLDSPCTL          <br />
A  11                                  SFLCLR             <br />
A  13                                  SFLINZ             <br />
A                                      SFLDROP(CF04)      <br />
A                                      SFLFOLD(CF04)      <br />
A            #RRNO          4S 0H      SFLRCDNBR          <br />
A                                  1  2DATE             <br />
A                                      EDTCDE(Y)        <br />
A                                  1 12TIME             <br />
A                                  5  3&#8242;UPC SHORT CODE. .<br />
A                                      COLOR(WHT)       <br />
A                                  8  3&#8242;UPC 2ND ITEM&#8217;   <br />
A  31                                  DSPATR(UL)       <br />
A                                      COLOR(TRQ)       <br />
A            UPCSCD         3A  I  5 24TEXT(&#8216;UPC&#8217;)      <br />
A          R FKEY                                       <br />
A                                       OVERLAY         <br />
A                                 23  2&#8242;F3 &#8211; EXIT&#8217;      <br />
A                                      COLOR(BLU)        </p>
<p>RPGLE code</p>
<p>FSIDDLF    IF   E           K DISK    INFDS(@SIDLF)                   <br />
FPSIDDPF   IF   E           K DISK                                    <br />
F                                     RENAME(PSIDDPF:@PSIDDPF)        <br />
F                                     PREFIX(P)                       <br />
FD123      CF   E             WORKSTN INFDS(@D123)                    <br />
F                                     SFILE(RECSFL:I1)                <br />
D @D123           DS           500                                    <br />
 *                                                                    <br />
D @SIDLF          DS                                                  <br />
D  #RRN                 400    402                                    <br />
 *                                                                    <br />
 ********* MAIN ROUTINE *******************                  <br />
 *                                                                    <br />
C                   EXSR      LOAD                                    <br />
C                   SETON                                            LR<br />
 *                                                                    <br />
******************* LOAD SUBFILE *********</p>
<p> *                                                                    <br />
C     LOAD          BEGSR                                             <br />
 *                                                                    <br />
C     *IN03         DOWEQ     &#8217;0&#8242;                                     <br />
 *                                                                    <br />
C                   WRITE     FKEY                                    <br />
C                   EXFMT     RECCTL                                  <br />
C                   Z-ADD     0             I1                        <br />
C                   Z-ADD     0             #RRNO                     <br />
C*                                                                    <br />
C     UPCSCD        SETLL     @PSIDDPF                                <br />
C     UPCSCD        READE     @PSIDDPF                               89<br />
C     *IN89           DOWEQ     &#8217;0&#8242;                                     <br />
C                        MOVEL       PUPC          UPC                       <br />
C                        ADD          1             I1                        <br />
C     #RRNO         IFEQ      0                                       <br />
C                        ADD       I1            #RRNO                     <br />
C                        ENDIF                                             <br />
C             <b>           WRITE     RECSFL      </b>  &lt;&#8212; error here                       C*                     <br />
C     UPCSCD        READE     @PSIDDPF                               89<br />
C                   ENDDO                                              </p>
<p> *                                                              <br />
C                   ENDDO                                       <br />
 *                                                              <br />
C                   ENDSR                                       <br />
 ******** INIT ROUTINE *********************         <br />
 *                                                              <br />
C     *INZSR        BEGSR                                       <br />
 *                                                              <br />
C                   EXSR      SCLR                              <br />
 *                                                              <br />
C                   ENDSR                                       <br />
 *                                                              <br />
 ******* CLEAR SUBFILE ********************         <br />
 *                                                              <br />
C     SCLR          BEGSR                                       <br />
C                   Z-ADD     0             I1                4 0<br />
C                   Z-ADD     0             #RRNO               <br />
C                   MOVE      *ON           *IN11               <br />
C                   MOVE      *OFF          *IN10               <br />
C                   MOVE      *OFF          *IN12               <br />
C                   WRITE     RECCTL   &lt;&#8211; Control record                         <br />
C                   MOVE      *OFF          *IN11               <br />
C                   MOVE      *ON           *IN10               <br />
C                   MOVE      *ON           *IN12               <br />
C                   MOVE      *ON           *IN31               <br />
C                   Z-ADD     5             PG                4 0<br />
C                   DO        PG                                <br />
C                   ADD       1             I1                  <br />
C                   ADD       1             #RRNO               <br />
C                   WRITE     RECSFL    &lt;- subfile record                        <br />
C                   ENDDO                                       <br />
 *                                                              <br />
C                   ENDSR                                       <br />
 *                                                              </p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/subfile-in-as400/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Updating common files in different document libraries in Sharepoint 2007</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/updating-common-files-in-different-document-libraries/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/updating-common-files-in-different-document-libraries/#comments</comments>
		<pubDate>Tue, 23 Nov 2010 21:39:52 +0000</pubDate>
		<dc:creator>Marcpritchard</dc:creator>
				<category><![CDATA[Duplicate records]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[SharePoint 2007 interoperability]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Is it possible to have two separate instances of one file in two different document libraries, but when one of them gets updated, have those updates pushed to the other copy in a different document library? If it is, could someone tell me how to accomplish this? Thank you.]]></description>
				<content:encoded><![CDATA[<p>Is it possible to have two separate instances of one file in two different document libraries, but when one of them gets updated, have those updates pushed to the other copy in a different document library? If it is, could someone tell me how to accomplish this? Thank you.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/updating-common-files-in-different-document-libraries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why are duplicate files being created in Lotus Approach 2000?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/why-are-double-files-created-often-on-approach/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/why-are-double-files-created-often-on-approach/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 03:43:34 +0000</pubDate>
		<dc:creator>Yamizite</dc:creator>
				<category><![CDATA[Duplicate records]]></category>
		<category><![CDATA[Lotus Approach]]></category>
		<category><![CDATA[Lotus Approach 2000]]></category>
		<category><![CDATA[Lotus error messages]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[We work with several employees we just recently noticed that we have been creating files with the same information why would this happen? we search the system by Date of Birth and social Security to avoid it but it still happens I&#8217;ve thought we maybe have more than one database or window open at the same time?]]></description>
				<content:encoded><![CDATA[<p>We work with several employees we just recently noticed that we have been creating files with the same information why would this happen? we search the system by Date of Birth and social Security to avoid it but it still happens I&#8217;ve thought we maybe have more than one database or window open at the same time?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/why-are-double-files-created-often-on-approach/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Duplicate e-mails in my sent folder &#8211;  Outlook 2010</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/duplicate-e-mails-in-my-sent-folder-outlook-2010/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/duplicate-e-mails-in-my-sent-folder-outlook-2010/#comments</comments>
		<pubDate>Wed, 10 Nov 2010 18:00:01 +0000</pubDate>
		<dc:creator>Gini</dc:creator>
				<category><![CDATA[Duplicate emails]]></category>
		<category><![CDATA[Duplicate records]]></category>
		<category><![CDATA[Outlook 2010]]></category>
		<category><![CDATA[Outlook 2010 Administration]]></category>
		<category><![CDATA[Outlook Settings]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I just started using Outlook 2010.  For some reason, I am getting duplicate entries in my sent folder for each e-mail that I send.  How do I correct this?]]></description>
				<content:encoded><![CDATA[<p>I just started using Outlook 2010.  For some reason, I am getting duplicate entries in my sent folder for each e-mail that I send.  How do I correct this?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/duplicate-e-mails-in-my-sent-folder-outlook-2010/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Duplicate Records</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/duplicate-records-3/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/duplicate-records-3/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 20:08:11 +0000</pubDate>
		<dc:creator>lorit</dc:creator>
				<category><![CDATA[AS/400 Query]]></category>
		<category><![CDATA[Duplicate records]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Help &#8211; My query is returning duplicate records.  How do I eliminate that?  In addition, how can I total the adjustment amount and report one record?  Here&#8217;s the query: SELECT Distinct &#8220;T16.GNAM&#8221;.N_NAME, &#8220;T16.GNAM&#8221;.N_CITY, &#8220;T16.CADJ&#8221;.AD_TOTAL_ADJUSTMENT, &#8220;T16.CRDC&#8221;.RD_COMMENT    FROM QS36F.&#8221;T16.CADJ&#8221; AS &#8220;T16.CADJ&#8221;, QS36F.&#8221;T16.CRDC&#8221; AS &#8220;T16.CRDC&#8221;, QS36F.&#8221;T16.CPRP&#8221; AS &#8220;T16.CPRP&#8221;, QS36F.&#8221;T16.GNAM&#8221; AS &#8220;T16.GNAM&#8221;    WHERE &#8220;T16.CADJ&#8221;.AD_TAXBILL_NO = &#8220;T16.CRDC&#8221;.RD_TAXBILL_NO AND [...]]]></description>
				<content:encoded><![CDATA[<p>Help &#8211; My query is returning duplicate records.  How do I eliminate that?  In addition, how can I total the adjustment amount and report one record?  Here&#8217;s the query:<br/><br/> SELECT Distinct &#8220;T16.GNAM&#8221;.N_NAME, &#8220;T16.GNAM&#8221;.N_CITY, &#8220;T16.CADJ&#8221;.AD_TOTAL_ADJUSTMENT, &#8220;T16.CRDC&#8221;.RD_COMMENT    FROM QS36F.&#8221;T16.CADJ&#8221; AS &#8220;T16.CADJ&#8221;, QS36F.&#8221;T16.CRDC&#8221; AS &#8220;T16.CRDC&#8221;, QS36F.&#8221;T16.CPRP&#8221; AS &#8220;T16.CPRP&#8221;, QS36F.&#8221;T16.GNAM&#8221; AS &#8220;T16.GNAM&#8221;    WHERE &#8220;T16.CADJ&#8221;.AD_TAXBILL_NO = &#8220;T16.CRDC&#8221;.RD_TAXBILL_NO AND &#8220;T16.CRDC&#8221;.RD_TAXBILL_NO = &#8220;T16.CPRP&#8221;.CP_TAXBILL_NO AND &#8220;T16.CPRP&#8221;.CP_PRIMARY_TAXPAYER = &#8220;T16.GNAM&#8221;.N_ID_NR AND &#8220;T16.CADJ&#8221;.AD_ADJUSTMENT_DATE &gt; 20091106 AND &#8220;T16.CADJ&#8221;.AD_ADJUSTMENT_DATE &lt; 20091205 AND &#8220;T16.CADJ&#8221;.AD_TOTAL_ADJUSTMENT &gt; -100.00 and &#8220;T16.CADJ&#8221;.AD_REASON IN (&#8216;C &#8216;, &#8216;R &#8216;)    order BY &#8220;T16.GNAM&#8221;.N_NAME;<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/duplicate-records-3/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Delete duplicate values in Microsoft Access</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/delete-duplicate-values/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/delete-duplicate-values/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 05:15:16 +0000</pubDate>
		<dc:creator>Kimidiramana</dc:creator>
				<category><![CDATA[Database programming]]></category>
		<category><![CDATA[Delete duplicates]]></category>
		<category><![CDATA[Duplicate records]]></category>
		<category><![CDATA[Microsoft Access]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[there was a ms access database in which there 3 to 4 values same so i want to delete the values keeping only one value. so i need a query.]]></description>
				<content:encoded><![CDATA[<p>there was a ms access database in which there 3 to 4 values same so i want to delete the values keeping only one value. so i need a query.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/delete-duplicate-values/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Single Page subfile for duplicate records</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/single-page-subfile-for-douplicate-records/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/single-page-subfile-for-douplicate-records/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 07:50:23 +0000</pubDate>
		<dc:creator>S22</dc:creator>
				<category><![CDATA[Duplicate records]]></category>
		<category><![CDATA[Subfile]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Can you please tell me the how to handle the pageup &#038; pagedown in single page subfile &#8230;.(In Physical file keyfield have douplicate records e.g. Douplicate Policy Number )]]></description>
				<content:encoded><![CDATA[<p>Can you please tell me the how to handle the pageup &#038; pagedown in single page subfile &#8230;.(In Physical file keyfield have douplicate records e.g. Douplicate Policy Number )</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/single-page-subfile-for-douplicate-records/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft Excel &#8211; I need to find rows that match a user entered entries and sum results of column b</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/i-need-to-find-rows-that-match-a-user-entered-entries-and-sum-results-of-column-b/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/i-need-to-find-rows-that-match-a-user-entered-entries-and-sum-results-of-column-b/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 22:28:54 +0000</pubDate>
		<dc:creator>Ksaep04</dc:creator>
				<category><![CDATA[Duplicate records]]></category>
		<category><![CDATA[Excel functions]]></category>
		<category><![CDATA[Excel macros]]></category>
		<category><![CDATA[Functions]]></category>
		<category><![CDATA[Microsoft Excel]]></category>
		<category><![CDATA[SUM function]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have a spread sheet that looks like this Project Well Hours Lewis 1 12 Lewis 2 3 Lewis 1 9 I want to find all the rows that match a user inputed name (in this case &#8216;Lewis&#8217;), then add the numbers in column c labeled &#8216;hours&#8217;, if the sum equals 24 then no problem, [...]]]></description>
				<content:encoded><![CDATA[<p>I have a spread sheet that looks like this</p>
<p>Project   Well   Hours<br />
Lewis     1      12<br />
Lewis     2       3<br />
Lewis     1       9</p>
<p>I want to find all the rows that match a user inputed name (in this case &#8216;Lewis&#8217;), then add the numbers in column c labeled &#8216;hours&#8217;, if the sum equals 24 then no problem, but if the sum does not equal 24 then highlight those rows in red.  Any suggestions?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/i-need-to-find-rows-that-match-a-user-entered-entries-and-sum-results-of-column-b/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>AS/400 QADBIFLD error Duplicate Record Key?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-qadbifld-error-duplicate-record-key/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/as400-qadbifld-error-duplicate-record-key/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 11:56:47 +0000</pubDate>
		<dc:creator>Rockgirl</dc:creator>
				<category><![CDATA[AS/400 error messages]]></category>
		<category><![CDATA[AS/400 errors]]></category>
		<category><![CDATA[Database Cross-Reference 2]]></category>
		<category><![CDATA[Duplicate records]]></category>
		<category><![CDATA[IPL]]></category>
		<category><![CDATA[QADBIFLD]]></category>
		<category><![CDATA[QDBSRVXR2]]></category>
		<category><![CDATA[V5R2]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[The AS400 job QDBSRVXR2 has system error message Duplicate Record in QADBIFLD. I am aware this is a system cross reference file. (System is doing an automatic reply of C and then tries again) Is this file now corrupt ? Would an IPL help ? Reclaim Storage ? What is causing this error. (System is [...]]]></description>
				<content:encoded><![CDATA[<p>The AS400 job QDBSRVXR2 has system error message Duplicate Record in QADBIFLD.  I am aware this is a system cross reference file. (System is doing an automatic reply of C and then tries again) Is this file now corrupt ? Would an IPL help ?  Reclaim Storage ? What is causing this error. (System is legacy no development tools and is at V5R2.)  HELP</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/as400-qadbifld-error-duplicate-record-key/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to get the duplicate records using RPG/400</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/rpg400-9/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/rpg400-9/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 07:33:27 +0000</pubDate>
		<dc:creator>Askt1</dc:creator>
				<category><![CDATA[Duplicate records]]></category>
		<category><![CDATA[RPG]]></category>
		<category><![CDATA[RPG/400]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Please advice how to get the duplicate records using rpg/400.]]></description>
				<content:encoded><![CDATA[<p>Please advice how to get the duplicate records using rpg/400.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/rpg400-9/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/24 queries in 0.032 seconds using memcached
Object Caching 930/1043 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-25 12:05:08 -->