Date: Tue, 28 Feb 2012 11:30:21 -0700
Reply-To: Jon K Peck <peck@us.ibm.com>
Sender: "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU>
From: Jon K Peck <peck@us.ibm.com>
Subject: Re: OMS in non-English versions
In-Reply-To: <1330448433545-5522497.post@n5.nabble.com>
Content-Type: multipart/alternative;
From: Bruce Weaver <bruce.weaver@hotmail.com>
To: SPSSX-L@listserv.uga.edu
Date: 02/28/2012 10:12 AM
Subject: [SPSSX-L] OMS in non-English versions
Sent by: "SPSSX(r) Discussion" <SPSSX-L@listserv.uga.edu>
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. It is important to be able to write language-invariant syntax.
Since Statistics is all one package now, if everything was installed, you
would be able to use Edit>Options>General to change the UI and output
languages (which are set separately).
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
[text/html]