Digital Developer Conference: a FREE half-day online conference focused on AI & Cloud – North America: Nov 2 – India: Nov 9 – Europe: Nov 14 – Asia Nov 23 Register now

Close outline
  • United States
IBM?
  • Site map
IBM?
  • Marketplace

  • Close
    Search
  • Sign in
    • Sign in
    • Register
  • IBM Navigation
IBM Developer Answers
  • Spaces
    • Blockchain
    • IBM Cloud platform
    • Internet of Things
    • Predictive Analytics
    • Watson
    • See all spaces
  • Tags
  • Users
  • Badges
  • FAQ
  • Help
Close

Name

Community

  • Learn
  • Develop
  • Connect

Discover IBM

  • ConnectMarketplace
  • Products
  • Services
  • Industries
  • Careers
  • Partners
  • Support
10.190.13.195

Refine your search by using the following advanced search options.

Criteria Usage
Questions with keyword1 or keyword2 keyword1 keyword2
Questions with a mandatory word, e.g. keyword2 keyword1 +keyword2
Questions excluding a word, e.g. keyword2 keyword1 -keyword2
Questions with keyword(s) and a specific tag keyword1 [tag1]
Questions with keyword(s) and either of two or more specific tags keyword1 [tag1] [tag2]
To search for all posts by a user or all posts with a specific tag, start typing and choose from the suggestion list. Do not use a plus or minus sign with a tag, e.g., +[tag1].
  • Ask a question

Changing name of OMS Table Subtype Means - "Report" ?

270004HNQY gravatar image
Question by LHoffmeyer  (1) | Sep 14, 2015 at 06:21 PM spssstatisticsextensibilitypython

I have these commands to run a MEANS table.

I am wondering if there is away after I create the means to give the OMS Subtitle a more meaningful name than "Report"? Something like "Q6a Means"?

I am running a series of these so would to change this before the next run takes place

TIA,

Lance

OMS
/SELECT ALL
/DESTINATION VIEWER = NO.
OMS
/SELECT TABLES
/IF COMMANDS=['Means'] SUBTYPES=['Report']
/DESTINATION VIEWER=YES.

begin program.
import spss, spssaux, spssdata
vd=spssaux.VariableDict(pattern="Q6a_LOOP_")
firstBrandVar=vd[0]
lastBrandVar = sorted(vd, key=lambda v: v.VariableIndex)[-1];
cmdset= r"""RECODE %(firstBrandVar)s to %(lastBrandVar)s (5=1) (4=2) (3=3) (2=4) (1=5) (6=sysmis).
MEANS %(firstBrandVar)s to %(lastBrandVar)s ."""
spss.Submit(cmdset % locals())
end program.
OMSEND.
OMSEND.

People who like this

  0
Comment
10 |3000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster

1 reply

  • Sort: 
270002VCWN gravatar image

Answer by JonPeck (4671) | Sep 14, 2015 at 08:45 PM

The default title is indeed dumb. What you need to change is not the OMS Subtype but the table title. You can do this with the OUTPUT MODIFY command. For example,

OUTPUT MODIFY NAME=Document1
/SELECT TABLES
/IF COMMANDS=["Means(1)"] LABELS=[EXACT("Report")] INSTANCES=[1]
/TABLE TABLETITLE='my title' /OBJECTPROPERTIES OUTLINELABEL='my title'.

You can also do this with the SPSSINC MODIFY TABLES extension command, which also lets you change the entry in the outline.

Comment

People who like this

  0   Share
10 |3000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster

Follow this question

46 people are following this question.

Answers

Answers & comments

Related questions

When I run PSM I get a separate file but it only contains cases with no matches. 3 Answers

Fuzzy match tolerance 4 Answers

spss.Submit and unicode strings 1 Answer

spssaux.GetValuesFromXMLWorkspace 2 Answers

Fuzzy newer stops 1 Answer

  • Contact
  • Privacy
  • IBM Developer Terms of use
  • Accessibility
  • Report Abuse
  • Cookie Preferences

Powered by AnswerHub

Authentication check. Please ignore.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • API Connect
  • Analytic Hybrid Cloud Core
  • Application Performance Management
  • Appsecdev
  • BPM
  • Blockchain
  • Business Transaction Intelligence
  • CAPI
  • CAPI SNAP
  • CICS
  • Cloud Analytics
  • Cloud Automation
  • Cloud Object Storage
  • Cloud marketplace
  • Collaboration
  • Content Services (ECM)
  • Continuous Testing
  • Courses
  • Customer Experience Analytics
  • DB2 LUW
  • Data and AI
  • DataPower
  • Decision Optimization
  • DevOps Build
  • DevOps Services
  • Developers IBM MX
  • Digital Commerce
  • Digital Experience
  • Finance
  • Global Entrepreneur Program
  • Hadoop
  • Hybrid Cloud Core
  • Hyper Protect
  • IBM Cloud platform
  • IBM Design
  • IBM Forms Experience Builder
  • IBM Maximo Developer
  • IBM StoredIQ
  • IBM StoredIQ-Cartridges
  • IIDR
  • ITOA
  • InformationServer
  • Integration Bus
  • Internet of Things
  • Kenexa
  • Linux on Power
  • LinuxONE
  • MDM
  • Mainframe
  • Messaging
  • Node.js
  • ODM
  • Open
  • PartnerWorld Developer Support
  • PowerAI
  • PowerVC
  • Predictive Analytics
  • Product Insights
  • PureData for Analytics
  • Push
  • QRadar App Development
  • Run Book Automation
  • Search Insights
  • Security Core
  • Storage
  • Storage Core
  • Streamsdev
  • Supply Chain Business Network
  • Supply Chain Insights
  • Swift
  • UBX Capture
  • Universal Behavior Exchange
  • UrbanCode
  • WASdev
  • WSRR
  • Watson
  • Watson Campaign Automation
  • Watson Content Hub
  • Watson Marketing Insights
  • dW Answers Help
  • dW Premium
  • developerWorks Sandbox
  • developerWorks Team
  • Watson Health
  • More
  • Tags
  • Questions
  • Users
  • Badges