NDIR parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
 
Line 17: Line 17:
<p>The number of file directory entries</p>
<p>The number of file directory entries</p>
<p>One file directory entry is needed for every file that is opened during the run. Directory entries are not released. If the directory fills up, no new files can be opened for the rest of the run. </p>
<p>One file directory entry is needed for every file that is opened during the run. Directory entries are not released. If the directory fills up, no new files can be opened for the rest of the run. </p>
<p>The value of NDIR is increased to include CCATEMP, <var>[[Storing_and_using_file_group_definitions_(CCAGRP)|CCAGRP]]</var>, and <var>[[System_requirements_for_Application_Subsystems#Overview_of_CCASYS|CCASYS]]</var>. NDIR can range from 1 to 32767.</p>
<p>The value of NDIR is increased to include <var>[[Using_the_system_scratch_file_(CCATEMP)|CCATEMP]]</var>, <var>[[Storing_and_using_file_group_definitions_(CCAGRP)|CCAGRP]]</var>, and <var>[[System_requirements_for_Application_Subsystems#Overview_of_CCASYS|CCASYS]]</var>. NDIR can range from 1 to 32767.</p>
[[Category:System parameters]]
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 11:22, 25 August 2015

Number of file directory entries

Summary

Default value
5
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 directory entries

One file directory entry is needed for every file that is opened during the run. Directory entries are not released. If the directory fills up, no new files can be opened for the rest of the run.

The value of NDIR is increased to include CCATEMP, CCAGRP, and CCASYS. NDIR can range from 1 to 32767.