SET MXWARNS = 0 to be interpreted as unlimited.
[pspp] / doc / utilities.texi
index fabec248b6aed6f894ea3afdd11ddf4243fe22a0..6b248e621fe9766dd5df0eeec079b9420bfa31c1 100644 (file)
@@ -525,7 +525,11 @@ command file.  The default is 50.
 
 @item MXWARNS
 The maximum number of warnings + errors before PSPP halts processing the
-current command file.  The default is 100.
+current command file.  
+The special value of zero means that all warning situations should be ignored.
+No warnings will be issued, except a single initial warning advising the user
+that warnings will not be given.
+The default value is 100.
 
 @item PROMPT
 The command prompt.  The default is @samp{PSPP> }.