Encryption / Protection in SPSS v17

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Encryption / Protection in SPSS v17

Brad Kirby
Hi,

Is it possible to encrypt a specific variable only in an SPSS data file in v17?

Is it possible to encrypt an SPSS data file in v17?

Something similar to this

http://www.spss.com.hk/products/demo/files/spss_ssf_manual.pdf

Although this is for v16 and im not even sure if it was officially released
globally?

Thanks
Brad

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD
Reply | Threaded
Open this post in threaded view
|

Re: Encryption / Protection in SPSS v17

Art Kendall
since the 1970s I have "encrypted" (hidden) string variables e.g.,
social security numbers by something like this untested syntax. (the
file specs and the random number functions have changed but that should
make little difference in this application.)
get file...
compute rannum = uniform(2e31).
sort cases by rannum.
compute ranid=$casenum.
xsave outfile = 'd:\project\job123 key.sav'/keep= ranid, ssn.
save outfile = 'd:\project\job123 clean.sav'/drop=ssn.

Art Kendall
Social Research Consultants

Brad Kirby wrote:

> Hi,
>
> Is it possible to encrypt a specific variable only in an SPSS data file in v17?
>
> Is it possible to encrypt an SPSS data file in v17?
>
> Something similar to this
>
> http://www.spss.com.hk/products/demo/files/spss_ssf_manual.pdf
>
> Although this is for v16 and im not even sure if it was officially released
> globally?
>
> Thanks
> Brad
>
> =====================
> To manage your subscription to SPSSX-L, send a message to
> [hidden email] (not to SPSSX-L), with no body text except the
> command. To leave the list, send the command
> SIGNOFF SPSSX-L
> For a list of commands to manage subscriptions, send the command
> INFO REFCARD
>
>
>

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD
Art Kendall
Social Research Consultants
Reply | Threaded
Open this post in threaded view
|

Difficulty opening Files in 17 and 16

William Dudley WNDUDLEY

I have been using version 16 for a while and just started with 17.
I have a curious error .

I often use the menus to build my syntax.
Recently I have found that  when  I use the FILE    -> OPEN  ->DATA menu and
specify  a .SAV file and then attempt to paste this command into my syntax, the system opens up  the file
import wizard and "thinks" that I am trying to import a text file.

Although this has happened several times it does not always happen so it is difficult to document the chian of events
 but once this happens I cannot open any spss save files other than through syntax.


Has anyone else run into this?

thanks


William N. Dudley, PhD
Associate Dean for Research
The School of Health and Human Performance Office of Research
The University of North Carolina at Greensboro
126 HHP Building, PO Box 26170
Greensboro, NC 27402-6170
VOICE 336.2562475
FAX 336.334.3238