pspp-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Warnings exceed limit


From: Frans Houweling
Subject: Re: Warnings exceed limit
Date: Sat, 16 Nov 2019 08:51:07 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.1

Hi Ben,
GET DATA on csv files is the main source, like when missing values are coded "NA" or ":". Plus I do make the ehm occasional mistake - but as what I do wrong in the first record I do wrong in all the following records too, I always reach MXWARNS. I can see some justification for halting in the case of vector index out of bounds, but other errors like divide by zero cause no harm at all, like the GET DATA case.
So if I could decide, I would vote for continue syntax processing.
Thanks
frans


On 11/16/19 4:35 AM, Ben Pfaff wrote:
I'm a little surprised you're receiving so many warnings. Is that a problem of its own? What's the underlying cause?

On Fri, Nov 15, 2019, 12:36 PM Frans Houweling <address@hidden <mailto:address@hidden>> wrote:

    Correction: syntax processing does stop - only not in the first
    procedure. Bad!
    frans

    On 11/15/19 8:47 PM, Frans Houweling wrote:

    > Hi,
    > I often see this message
    >   "note: Warnings (n+1) exceed limit (n).  Syntax processing
    will be
    > halted."
    > Luckily, syntax processing seems to go on anyway. I think the
    message
    > should just say "No more warnings will be issued" and syntax
    > processing should not be halted.
    > I am aware SET MXWARNS=0 suppresses all warnings - but I like to
    see
    > at least one (or possibly one per type).
    > Greetings
    > frans
    >



reply via email to

[Prev in Thread] Current Thread [Next in Thread]