 




<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: AS/400 Source. Physical Files. Key Fields?</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/as400-source-physical-fles-key-fields/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-source-physical-fles-key-fields/</link>
	<description></description>
	<lastBuildDate>Sun, 19 May 2013 03:14:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-source-physical-fles-key-fields/#comment-102822</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Sun, 12 Feb 2012 18:17:17 +0000</pubDate>
		<guid isPermaLink="false">#comment-102822</guid>
		<description><![CDATA[or Would this be a question about constraints? 
Keys as in key constraints...]]></description>
		<content:encoded><![CDATA[<p>or Would this be a question about constraints?<br />
Keys as in key constraints&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-source-physical-fles-key-fields/#comment-102811</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Sun, 12 Feb 2012 03:03:42 +0000</pubDate>
		<guid isPermaLink="false">#comment-102811</guid>
		<description><![CDATA[&lt;i&gt;Can the keys of a physical data file be determined from the source used to create it?&lt;/i&gt;

Most of the time, yes. The &#039;out of sync&#039; case is one exception.

A second exception is when a primary key is assigned with ADDPFCST. Physical files were often created in most earlier OS releases without keys. Keys can be added later with the more recent command.

Tom]]></description>
		<content:encoded><![CDATA[<p><i>Can the keys of a physical data file be determined from the source used to create it?</i></p>
<p>Most of the time, yes. The &#8216;out of sync&#8217; case is one exception.</p>
<p>A second exception is when a primary key is assigned with ADDPFCST. Physical files were often created in most earlier OS releases without keys. Keys can be added later with the more recent command.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-source-physical-fles-key-fields/#comment-102803</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Sat, 11 Feb 2012 14:56:17 +0000</pubDate>
		<guid isPermaLink="false">#comment-102803</guid>
		<description><![CDATA[and if your question was something like this:
Can the keys of a physical data file be determined from the source used to create it?
Yes, in DDS source the keys will be listed after the field list.  They will be of record type &#039;K&#039;.

But, there may be copies of the source that aren&#039;t in sync with the actual files.  That&#039;s why I suggested the DSPFD command which extracts the key infromation from the data file instead of the source of the data file.]]></description>
		<content:encoded><![CDATA[<p>and if your question was something like this:<br />
Can the keys of a physical data file be determined from the source used to create it?<br />
Yes, in DDS source the keys will be listed after the field list.  They will be of record type &#8216;K&#8217;.</p>
<p>But, there may be copies of the source that aren&#8217;t in sync with the actual files.  That&#8217;s why I suggested the DSPFD command which extracts the key infromation from the data file instead of the source of the data file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-source-physical-fles-key-fields/#comment-102780</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Fri, 10 Feb 2012 19:52:55 +0000</pubDate>
		<guid isPermaLink="false">#comment-102780</guid>
		<description><![CDATA[&lt;i&gt;...a source physical file from AS/400...&lt;/i&gt;

A &quot;source physical file&quot; is a type of file that will not have key fields. One different kind of file is a &quot;data physical file&quot;, and those can have key fields.

But your question says &quot;from AS/400&quot;, so maybe you used &quot;source&quot; simply to indicate that you have received the file and an AS/400 was the source. Now you want to determine what the key fields are.

Can you explain your question in more detail? What exactly do you have? What kind of system is it on?

Tom]]></description>
		<content:encoded><![CDATA[<p><i>&#8230;a source physical file from AS/400&#8230;</i></p>
<p>A &#8220;source physical file&#8221; is a type of file that will not have key fields. One different kind of file is a &#8220;data physical file&#8221;, and those can have key fields.</p>
<p>But your question says &#8220;from AS/400&#8243;, so maybe you used &#8220;source&#8221; simply to indicate that you have received the file and an AS/400 was the source. Now you want to determine what the key fields are.</p>
<p>Can you explain your question in more detail? What exactly do you have? What kind of system is it on?</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-source-physical-fles-key-fields/#comment-102767</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Fri, 10 Feb 2012 12:28:37 +0000</pubDate>
		<guid isPermaLink="false">#comment-102767</guid>
		<description><![CDATA[I&#039;m a little confused by your question.
If you&#039;re on the AS/400 you can determine the key fields of any physical file using the command DSPFD.  this lists hundreds of attributes of the file including each key field.
Phil]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m a little confused by your question.<br />
If you&#8217;re on the AS/400 you can determine the key fields of any physical file using the command DSPFD.  this lists hundreds of attributes of the file including each key field.<br />
Phil</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.012 seconds using memcached
Object Caching 324/327 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-19 20:43:09 -->