PSPP-BUG: warning: LIST: Partial case discarded. The first variable miss
From:
pascal barbedor
Subject:
PSPP-BUG: warning: LIST: Partial case discarded. The first variable missing was...
Date:
Sun, 10 May 2009 20:37:31 +0200
Hello,
FILE.TXT:500: warning: LIST: Partial case discarded. The first variable missing was value. or warning: DELETE VARIABLES: Partial case discarded. The first variable missing was value.
is a warning that I get when the last line (line 500) of the file is just 18 characters long and the datalist command expects 2 vars one 18 chars max long and another one, and also this last line does not produce a CASE.
for instance 123456789ABCDE,'1'
should be read rubrique = 123456789ABCDE and value = 1 and should produce no warning.
INPUT PROGRAM.
DATA LIST FREE FILE='FILE.TXT' TABLE / rubrique (A18) value (A32).
DO IF ( rubrique eq "XXXXXXXXXX.035.001"). END CASE. END IF.
END INPUT PROGRAM.
Regards PB
[Prev in Thread]
Current Thread
[Next in Thread]
PSPP-BUG: warning: LIST: Partial case discarded. The first variable missing was...,
pascal barbedor<=