pspp-users
[Top][All Lists]
Advanced

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

Is it a bug or a feature


From: Crichton, Ronald
Subject: Is it a bug or a feature
Date: Tue, 14 May 2013 23:47:25 +0000

I found an interesting thing.  With this piece of code you will note the only essential difference is that variable e329 is repeated in one and not in the other.  However, the output of both is identical.  The command ignores the repeated variable.  It may be that a user might want to see the variable twice, maybe not.  The thing is the command doesn’t report what it was asked to do.  Of course, there would be easy ways around this, but I just wanted to note it for your consideration.

 

get file VLL.

 

save translate

                /outfile = 'I:\SUPPORT_COMMON\Statistics Unit\PLANNING\POLICY\STATS\2012\2012 whole year data verification\VLL_TEMP1.txt'

                /type = TAB

                /replace

                /keep = e329 e329 e477 e358 e490 e577 eftsl.

execute.

 

save translate

                /outfile = 'I:\SUPPORT_COMMON\Statistics Unit\PLANNING\POLICY\STATS\2012\2012 whole year data verification\VLL_TEMP1b.txt'

                /type = TAB

                /replace

                /keep = e329 e477 e358 e490 e577 eftsl.

execute.

 

 

 


CIT is the ACT Large Training Provider of the Year.
Subscribe to CIT Industry Connection - CIT's free, bi monthly publication:
http://cit.edu.au/industry_business/industry_connection/

-----------------------------------------------------------------------
This email, and any attachments, may be confidential and also privileged. If you are not the intended recipient, please notify the sender and delete all copies of this transmission along with any attachments immediately. You should not copy or use it for any purpose, nor disclose its contents to any other person.
-----------------------------------------------------------------------


reply via email to

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