pspp-users
[Top][All Lists]
Advanced

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

Re: warning : DELETE VARIABLES


From: Ben Pfaff
Subject: Re: warning : DELETE VARIABLES
Date: Sun, 10 May 2009 09:12:33 -0700
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

address@hidden writes:

> here is a warning message from pspp
>
> ../FILE.TXT:19771350: warning: DELETE VARIABLES: Quoted string extends
>         beyond end of line.
>
> FILE.TXT is a 500mB file read in through DATA LIST.
>
> what does it mean ?

Presumably line 19771350 of FILE.TXT contains a quoted string
that extends beyond the end of the line, e.g.
        1, 2, "a b

> how can I go to char number 19771350 in FILE.TXT to see what is there ?

It should be a line number, not a character number.  I guess you
can use whatever text editor you like.  Under Unix, you should be
able to print 10 lines FILE.TXT starting from line 19771350 with
a command like:
        tail -n +19771350 FILE.TXT | head -n 10
-- 
"Long noun chains don't automatically imply security."
--Bruce Schneier




reply via email to

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