NFILES parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
Line 17: Line 17:
<p>The number of file save areas</p>
<p>The number of file save areas</p>
<p>To open a file for a user, <var class="product">Model&nbsp;204</var> must assign a file save area. NFILES is thus the maximum number of files that can be opened by all users at any time. NFILES can range from 1 to 16383 (one less in a run using permanent groups). </p>
<p>To open a file for a user, <var class="product">Model&nbsp;204</var> must assign a file save area. NFILES is thus the maximum number of files that can be opened by all users at any time. NFILES can range from 1 to 16383 (one less in a run using permanent groups). </p>
<p>This parameter is automatically incremented by a value of one for both CCAGRP and CCASYS. </p>
<p>This parameter is automatically incremented by a value of one for both <var>[[Storing_and_using_file_group_definitions_(CCAGRP)|CCAGRP]]</var> and <var>[[System_requirements_for_Application_Subsystems#Overview_of_CCASYS|CCASYS]]</var>. </p>
<p>If the RESTART command is issued by User 0, NFILES must be set to the maximum number of files updated in the previous run. </p>
<p>If the <var>[[RESTART_command|RESTART]]</var> command is issued by User 0, NFILES must be set to the maximum number of files updated in the previous run. </p>
<p>For Parallel Query Option/204 users, the NRMTFILE parameter allocates file save areas for remote files. NRMTFILE and NFILES are, therefore, similar but independent.    </p>
<p>For Parallel Query Option/204 users, the <var>[[NRMTFILE_parameter|NRMTFILE]]</var> parameter allocates file save areas for remote files. NRMTFILE and NFILES are, therefore, similar but independent.    </p>
[[Category:System parameters]]
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 11:46, 25 August 2015

Number of file areas

Summary

Default value
2
Parameter type
System
Where set
On User 0's parameter line
Related products
All
Introduced
Model 204 V2.1 or earlier

Description

The number of file save areas

To open a file for a user, Model 204 must assign a file save area. NFILES is thus the maximum number of files that can be opened by all users at any time. NFILES can range from 1 to 16383 (one less in a run using permanent groups).

This parameter is automatically incremented by a value of one for both CCAGRP and CCASYS.

If the RESTART command is issued by User 0, NFILES must be set to the maximum number of files updated in the previous run.

For Parallel Query Option/204 users, the NRMTFILE parameter allocates file save areas for remote files. NRMTFILE and NFILES are, therefore, similar but independent.