 




<?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: As400 files &#8211; a basic question from a newbie</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/as400-files-a-basic-question-from-a-newbie/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-files-a-basic-question-from-a-newbie/</link>
	<description></description>
	<lastBuildDate>Thu, 23 May 2013 08:17:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: cindyb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-files-a-basic-question-from-a-newbie/#comment-43834</link>
		<dc:creator>cindyb</dc:creator>
		<pubDate>Wed, 27 Sep 2006 08:32:01 +0000</pubDate>
		<guid isPermaLink="false">#comment-43834</guid>
		<description><![CDATA[A couple of things I didn&#039;t see in response to your question.  One thing, if you aren&#039;t aware of it is that in order to allow multiple members of a file you need to set the Maximum Members (MAXMBRS) parameter to either a number or *NOMAX.  The default for MAXMBRS is 1.

One reason we use multiple members of a file is for a work file.  We have an application that is used for multiple reasons.  Many times jobs are run concurrently putting data into different members.  After the final set of data is in a member and a report or file is created, the data is saved to tape in case the user needs to use it again or has questions about the data.  When the file is backed up to tape, the member and member description is cleared.  Each time a member will be used a description is put on the member so that others know it&#039;s being used and will find a member without a description.  

Hope that helps as well.]]></description>
		<content:encoded><![CDATA[<p>A couple of things I didn&#8217;t see in response to your question.  One thing, if you aren&#8217;t aware of it is that in order to allow multiple members of a file you need to set the Maximum Members (MAXMBRS) parameter to either a number or *NOMAX.  The default for MAXMBRS is 1.</p>
<p>One reason we use multiple members of a file is for a work file.  We have an application that is used for multiple reasons.  Many times jobs are run concurrently putting data into different members.  After the final set of data is in a member and a report or file is created, the data is saved to tape in case the user needs to use it again or has questions about the data.  When the file is backed up to tape, the member and member description is cleared.  Each time a member will be used a description is put on the member so that others know it&#8217;s being used and will find a member without a description.  </p>
<p>Hope that helps as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: luishernandez</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-files-a-basic-question-from-a-newbie/#comment-43835</link>
		<dc:creator>luishernandez</dc:creator>
		<pubDate>Tue, 26 Sep 2006 22:51:09 +0000</pubDate>
		<guid isPermaLink="false">#comment-43835</guid>
		<description><![CDATA[Something else. You could considerer using members if you need to save the data before and after some process run.

You will have only one file (filename) but it will have many members and each one probably will have different data  with the same structure (it is the more common approach). You access the member?s data coding &#039;filename(membername)&#039;.

How was mentioned before, you need to be careful with logical file; understand what will happen if you use only the filename (without the membername), how you will code it in one CL to override or select the right member name (some rules about how you built the `membername? could be necessary), and so on. 

Regards
]]></description>
		<content:encoded><![CDATA[<p>Something else. You could considerer using members if you need to save the data before and after some process run.</p>
<p>You will have only one file (filename) but it will have many members and each one probably will have different data  with the same structure (it is the more common approach). You access the member?s data coding &#8216;filename(membername)&#8217;.</p>
<p>How was mentioned before, you need to be careful with logical file; understand what will happen if you use only the filename (without the membername), how you will code it in one CL to override or select the right member name (some rules about how you built the `membername? could be necessary), and so on. </p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: riredcheryl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-files-a-basic-question-from-a-newbie/#comment-43836</link>
		<dc:creator>riredcheryl</dc:creator>
		<pubDate>Tue, 26 Sep 2006 09:33:45 +0000</pubDate>
		<guid isPermaLink="false">#comment-43836</guid>
		<description><![CDATA[Month end or year end processing for various applications is an example of when it is beneficial to use multiple members in one file.  We commonly save the current month end data to member using the datestamp or other convention, prior to clearing the *first member for use in accumulating data for the new month or year.]]></description>
		<content:encoded><![CDATA[<p>Month end or year end processing for various applications is an example of when it is beneficial to use multiple members in one file.  We commonly save the current month end data to member using the datestamp or other convention, prior to clearing the *first member for use in accumulating data for the new month or year.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bamaro70</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-files-a-basic-question-from-a-newbie/#comment-43837</link>
		<dc:creator>bamaro70</dc:creator>
		<pubDate>Mon, 25 Sep 2006 08:42:53 +0000</pubDate>
		<guid isPermaLink="false">#comment-43837</guid>
		<description><![CDATA[The file member is where the data is actually stored. By default, all data files have a default member (*First) that has the same name as the file itself. If you need, you can then add additional members to the file which can be processed separately from other members. For example you may have a Sales file but then have separate members for individual days.]]></description>
		<content:encoded><![CDATA[<p>The file member is where the data is actually stored. By default, all data files have a default member (*First) that has the same name as the file itself. If you need, you can then add additional members to the file which can be processed separately from other members. For example you may have a Sales file but then have separate members for individual days.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wickedwoman</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-files-a-basic-question-from-a-newbie/#comment-43838</link>
		<dc:creator>wickedwoman</dc:creator>
		<pubDate>Mon, 25 Sep 2006 08:37:46 +0000</pubDate>
		<guid isPermaLink="false">#comment-43838</guid>
		<description><![CDATA[Astradyne has pretty well nailed the answer but I thought I&#039;d add a little more info.  When a file has multiple members each physical file member must be addressed separately.  However, logicals can be built over the file that include some or all of the members to allow them to be handled as one file.]]></description>
		<content:encoded><![CDATA[<p>Astradyne has pretty well nailed the answer but I thought I&#8217;d add a little more info.  When a file has multiple members each physical file member must be addressed separately.  However, logicals can be built over the file that include some or all of the members to allow them to be handled as one file.</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 3/10 queries in 0.043 seconds using memcached
Object Caching 323/329 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-23 08:35:48 -->