NRMTFILE parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Undo revision 56908 by DmeWiccan (talk))
(Automatically generated page update)
Line 19: Line 19:
<p>The current NRMTFILE parameter setting is viewable with the VIEW command, but it is non-resettable.</p>
<p>The current NRMTFILE parameter setting is viewable with the VIEW command, but it is non-resettable.</p>
<p>NRMTFILE functions like the NFILES parameter, except that NFILES allocates file save areas for local files. </p>
<p>NRMTFILE functions like the NFILES parameter, except that NFILES allocates file save areas for local files. </p>
[[Category:System Parameters]]
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 01:51, 23 April 2013

Summary

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

Description

The number of remote Model 204 file save areas

To open a remote file for a client user, Model 204 must assign a remote file save area. NRMTFILE is thus the maximum number of files that can be open concurrently to users on the Parallel Query Option/204 client system.

The NRMTFILE value must be at least one (for the client) in order to access remote files. The maximum value is 16383, the value of the Model 204 NFILES parameter.

The NRMTFILE parameter is specific to PQO users. A nonzero setting of NRMTFILE is required in the User 0 parameter line of all Onlines that access remote files, that is, all PQO clients. It is not required in an online that is exclusively a server.

The current NRMTFILE parameter setting is viewable with the VIEW command, but it is non-resettable.

NRMTFILE functions like the NFILES parameter, except that NFILES allocates file save areas for local files.