|
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.
DATASET DECLARE B.
OMS
/SELECT TABLES
/IF COMMANDS=['Generalized Linear Models'] SUBTYPES=['Parameter
Estimates']
/DESTINATION FORMAT=SAV NUMBERED=tnum
OUTFILE='B'.
Thanks.
-----
--
Bruce Weaver
bweaver@lakeheadu.ca
http://sites.google.com/a/lakeheadu.ca/bweaver/
"When all else fails, RTFM."
NOTE: My Hotmail account is not monitored regularly.
To send me an e-mail, please use the address shown above.
--
View this message in context: http://spssx-discussion.1045642.n5.nabble.com/OMS-in-non-English-versions-tp5522497p5522497.html
Sent from the SPSSX Discussion mailing list archive at Nabble.com.
=====================
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
|