|
Hi Bruce:
El 28/02/2012 18:00, Bruce Weaver escribió:
> When using OMS in a non-English version of SPSS, do the English output labels
> still work? In the code below, for example, will 'Generalized Linear
> Models' and 'Parameter Estimates' work as they are if one is using a
> non-English version? I would just try it, but I don't have access to any
> non-English versions.
Yes, they are. With SPSS 15/Spanish I got almost the same syntax using
the GUI and pasting the code:
- double quotes instead of single quotes for the words within brackets
"Generalized...")
- default name after NUMBERED is NúmeroTabla_
> DATASET DECLARE B.
> OMS
> /SELECT TABLES
> /IF COMMANDS=['Generalized Linear Models'] SUBTYPES=['Parameter
> Estimates']
> /DESTINATION FORMAT=SAV NUMBERED=tnum
> OUTFILE='B'.
>
> Thanks.
>
HTH,
Marta
=====================
To manage your subscription to SPSSX-L, send a message to
LISTSERV@LISTSERV.UGA.EDU (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
|