CPMAX parameter: Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
(CPMAX=-1 or 65535 are equivalent) |
||
Line 15: | Line 15: | ||
==Description== | ==Description== | ||
<p>The maximum number of checkpoints saved during the run</p> | <p>The maximum number of checkpoints saved during the run</p> | ||
<p>The checkpoint stream is overwritten after CPMAX checkpoints. When CPMAX=0 or CPMAX=1, the checkpoint stream is overwritten after each checkpoint record. To save all checkpoints, eliminate the CPMAX parameter from the User 0 line and let it default to 32767.</p> | <p>The checkpoint stream is overwritten after CPMAX checkpoints. When CPMAX=0 or CPMAX=1, the checkpoint stream is overwritten after each checkpoint record. To save all checkpoints, eliminate the CPMAX parameter from the User 0 line and let it default to 32767. CPMAX=-1 or 65535 will also cause all checkpoints to be saved.</p> | ||
[[Category:System parameters]] | [[Category:System parameters]] | ||
[[Category:Parameters]] | [[Category:Parameters]] |
Revision as of 18:39, 5 February 2018
Max # of checkpoints
Summary
- Default value
- 32767
- Parameter type
- System
- Where set
- On User 0's parameter line or reset by system manager
- Related products
- All
- Introduced
- Model 204 V6.1 or earlier
Description
The maximum number of checkpoints saved during the run
The checkpoint stream is overwritten after CPMAX checkpoints. When CPMAX=0 or CPMAX=1, the checkpoint stream is overwritten after each checkpoint record. To save all checkpoints, eliminate the CPMAX parameter from the User 0 line and let it default to 32767. CPMAX=-1 or 65535 will also cause all checkpoints to be saved.