can oms insert TITLES I have specified in syntax?

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

can oms insert TITLES I have specified in syntax?

Matthew Pirritano

All listers,

 

I have many crosstabs mixed in with cluster analyses. I want to have the KAPPAs from the crosstabs output to a new file.

 

This works no problem with OMS but if I have over 100 KAPPAs I will have trouble keeping track of which one goes with which analysis. I have TITLEs (using TITLE ‘A Title’.) in the output. Can I incorporate these into my OMS file?

 

This seems simple. I didn’t see anything referencing it in the archives or google. Maybe there’s a python extension?

 

Thanks

Matt

Reply | Threaded
Open this post in threaded view
|

Re: can oms insert TITLES I have specified in syntax?

Jon K Peck
Only tables can go into datasets as only they have the appropriate dimensionality.  However, you can have multiple simultaneous OMS requests active, so you could be writing your titles or other identifying information to a text file at the same time, and you could then read that text file and merge it with the kappa dataset.  Or, if you just need the row and column identifiers, you could capture the Case Processing Summary to  another dataset and merge that.

BTW, if you just want the kappa information, you can ensure one case per table by using the columns subcommand:
/columns sequence = [rall call].



Jon Peck (no "h")
Senior Software Engineer, IBM
[hidden email]
new phone: 720-342-5621




From:        Matthew Pirritano <[hidden email]>
To:        [hidden email]
Date:        09/25/2011 06:21 PM
Subject:        [SPSSX-L] can oms insert TITLES I have specified in syntax?
Sent by:        "SPSSX(r) Discussion" <[hidden email]>




All listers,
 
I have many crosstabs mixed in with cluster analyses. I want to have the KAPPAs from the crosstabs output to a new file.
 
This works no problem with OMS but if I have over 100 KAPPAs I will have trouble keeping track of which one goes with which analysis. I have TITLEs (using TITLE ‘A Title’.) in the output. Can I incorporate these into my OMS file?
 
This seems simple. I didn’t see anything referencing it in the archives or google. Maybe there’s a python extension?
 
Thanks
Matt