 




<?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; CRTDUPOBJ</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/crtdupobj/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Sat, 18 May 2013 21:33:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>SQL code made simpler</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-code-made-simpler/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/sql-code-made-simpler/#comments</comments>
		<pubDate>Thu, 23 Jun 2011 19:11:25 +0000</pubDate>
		<dc:creator>PSMurray</dc:creator>
				<category><![CDATA[CRTDUPOBJ]]></category>
		<category><![CDATA[SQL iSeries]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[V5R4]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[New Answer by]]></description>
				<content:encoded><![CDATA[New Answer by ]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/sql-code-made-simpler/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Duplicate object (PF) using SQL with same attributes</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/duplicate-object-pf-using-sql-with-same-attributes/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/duplicate-object-pf-using-sql-with-same-attributes/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 06:46:39 +0000</pubDate>
		<dc:creator>Anwer</dc:creator>
				<category><![CDATA[CRTDUPOBJ]]></category>
		<category><![CDATA[LVLCHK]]></category>
		<category><![CDATA[PF]]></category>
		<category><![CDATA[Physical File]]></category>
		<category><![CDATA[RPG]]></category>
		<category><![CDATA[RPG/400]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL/400]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I want to create a duplicate object using SQL. I don&#8217;t want to use CRTDUPOBJ and also do not want to compile my rpg&#8217;s pgm because of new file level identifier. Please advice]]></description>
				<content:encoded><![CDATA[<p>I want to create a duplicate object using SQL. I don&#8217;t want to use CRTDUPOBJ and also do not want to compile my rpg&#8217;s pgm because of new file level identifier. Please advice</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/duplicate-object-pf-using-sql-with-same-attributes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CPYF and CRTDUPOBJ</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cpyf-and-crtdupobj/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/cpyf-and-crtdupobj/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 12:36:21 +0000</pubDate>
		<dc:creator>MAGIC</dc:creator>
				<category><![CDATA[CPYF]]></category>
		<category><![CDATA[CRTDUPOBJ]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[What is the actual difference between CPYF and CRTDUPOBJ]]></description>
				<content:encoded><![CDATA[<p>What is the actual difference between CPYF and CRTDUPOBJ</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/cpyf-and-crtdupobj/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ovrdbf doesn&#8217;t get deleted with a dltovr</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/ovrdbf-doesnt-get-deleted-with-a-dltovr/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/ovrdbf-doesnt-get-deleted-with-a-dltovr/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 19:21:29 +0000</pubDate>
		<dc:creator>Mtspudgun</dc:creator>
				<category><![CDATA[CL programming]]></category>
		<category><![CDATA[CRTDUPOBJ]]></category>
		<category><![CDATA[DLTOVR]]></category>
		<category><![CDATA[OVRDBF]]></category>
		<category><![CDATA[OVRSCOPE]]></category>
		<category><![CDATA[PF]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I&#8217;ve got a cl that copies a PF file to qtemp then I use CRTDUPOBJ to get a LF attached to the qtemp PF file. Then ovrdbf of LF to qtemp/LF with OVRSCOPE(*JOB). After calling 2 programs to update the qtemp/LF I DLTOVR FILE(*ALL) LVL(*JOB). But the override stays doesn&#8217;t get deleted. I can&#8217;t figure [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve got a cl that copies a PF file to qtemp then I use CRTDUPOBJ to get a LF attached to the qtemp PF file. Then ovrdbf of LF to qtemp/LF with OVRSCOPE(*JOB). After calling 2 programs to update the qtemp/LF I DLTOVR FILE(*ALL) LVL(*JOB). But the override stays doesn&#8217;t get deleted. I can&#8217;t figure out how to delete the override. How can I get the override deleted? Plus is there a way I may see the overrides that are in place besides viewing the job (dspjob, option15)? dspjob doesn&#8217;t show me any overrides. Thanks</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/ovrdbf-doesnt-get-deleted-with-a-dltovr/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>File pointer is being reset to the top in a CLP program</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/file-pointer-is-being-reset-to-the-top-in-a-clp-program/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/file-pointer-is-being-reset-to-the-top-in-a-clp-program/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 16:44:51 +0000</pubDate>
		<dc:creator>RotoMan</dc:creator>
				<category><![CDATA[CLP]]></category>
		<category><![CDATA[CRTDUPOBJ]]></category>
		<category><![CDATA[DSPOBJD]]></category>
		<category><![CDATA[File Pointer]]></category>
		<category><![CDATA[RCVF]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I am processing the *OUTFILE from a DSPOBJD command. Trying to create a logical file. When the CRTDUPOBJ fails the program loops to the RCVF command but the same record is being read again&#8230;WHY??]]></description>
				<content:encoded><![CDATA[<p>I am processing the *OUTFILE from a DSPOBJD command.  Trying to create a logical file.  When the CRTDUPOBJ fails the program loops to the RCVF command but the same record is being read again&#8230;WHY??</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/file-pointer-is-being-reset-to-the-top-in-a-clp-program/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>File Objects creation</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/file-objects-creation/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/file-objects-creation/#comments</comments>
		<pubDate>Sun, 08 Jun 2008 18:30:42 +0000</pubDate>
		<dc:creator>Mdshahid</dc:creator>
				<category><![CDATA[AS/400]]></category>
		<category><![CDATA[CRTDUPOBJ]]></category>
		<category><![CDATA[iSeries programming commands]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Is there any way to find out what command was used by an authorised user to create a file object. Any help is highly appreciated.]]></description>
				<content:encoded><![CDATA[<p>Is there any way to find out what command was used by an authorised user to create a file object. </p>
<p>Any help is highly appreciated.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/file-objects-creation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Duplicate Object using CRTDUPOBJ</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/create-duplicate-object/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/create-duplicate-object/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 07:26:52 +0000</pubDate>
		<dc:creator>Sangay</dc:creator>
				<category><![CDATA[AS/400]]></category>
		<category><![CDATA[CRTDUPOBJ]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have tried to copy the records from 1 physical file TESTING(PF) to another physical file TESTING1 using CRTDUPOBJ. But after using RUNQRY *N TESTING1 i could not see any records in this help. Can any1 help me.?]]></description>
				<content:encoded><![CDATA[<p>I have tried to copy the records from 1 physical file TESTING(PF) to another physical file TESTING1 using CRTDUPOBJ. But after using RUNQRY *N TESTING1 i could not see any records in this help. Can any1 help me.?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/create-duplicate-object/feed/</wfw:commentRss>
		<slash:comments>0</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/20 queries in 0.023 seconds using memcached
Object Caching 731/822 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-19 08:35:42 -->