Administrator
|
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." PLEASE NOTE THE FOLLOWING: 1. My Hotmail account is not monitored regularly. To send me an e-mail, please use the address shown above. 2. The SPSSX Discussion forum on Nabble is no longer linked to the SPSSX-L listserv administered by UGA (https://listserv.uga.edu/). |
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. > Marta ===================== 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 |
In reply to this post by Bruce Weaver
In that specific example, the output language
makes no difference. Command names and subtype names are the same in all
languages. They are not translated.
Rick Oliver Senior Information Developer IBM Business Analytics (SPSS) E-mail: [hidden email] From: Bruce Weaver <[hidden email]> To: [hidden email] Date: 02/28/2012 11:09 AM Subject: OMS in non-English versions Sent by: "SPSSX(r) Discussion" <[hidden email]> 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 [hidden email] 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 [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 |
In reply to this post by Bruce Weaver
From: Bruce Weaver <[hidden email]> To: [hidden email] Date: 02/28/2012 10:12 AM Subject: [SPSSX-L] OMS in non-English versions Sent by: "SPSSX(r) Discussion" <[hidden email]> 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 [hidden email] 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 [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 |
Administrator
|
In reply to this post by Rick Oliver-3
Thanks to both Rick and Marta.
--
Bruce Weaver bweaver@lakeheadu.ca http://sites.google.com/a/lakeheadu.ca/bweaver/ "When all else fails, RTFM." PLEASE NOTE THE FOLLOWING: 1. My Hotmail account is not monitored regularly. To send me an e-mail, please use the address shown above. 2. The SPSSX Discussion forum on Nabble is no longer linked to the SPSSX-L listserv administered by UGA (https://listserv.uga.edu/). |
Administrator
|
In reply to this post by Jon K Peck
Sorry Jon, I missed your reply at the time. That's useful info. Thanks.
--
Bruce Weaver bweaver@lakeheadu.ca http://sites.google.com/a/lakeheadu.ca/bweaver/ "When all else fails, RTFM." PLEASE NOTE THE FOLLOWING: 1. My Hotmail account is not monitored regularly. To send me an e-mail, please use the address shown above. 2. The SPSSX Discussion forum on Nabble is no longer linked to the SPSSX-L listserv administered by UGA (https://listserv.uga.edu/). |
Free forum by Nabble | Edit this page |