OMS table format

  • Follow


Hi,

I am using OMS to create a .doc file with the frequency table.

OMS
  /SELECT TABLES
  /IF COMMANDS=['Frequencies'] SUBTYPES=['Frequencies']
  /DESTINATION FORMAT=DOC OUTFILE='...\OMS_IC_Tables1.doc'
  /TAG='IC001'.
....

OMSend.


The tables have the usual headings "frequency", "percent", "valid
percent" and "Cumulative percent". Is there a way to get only
"frequency", and "valid percent" in the output tables within the OMS?
Thanks!

Ki
0
Reply Ki 2/28/2011 6:00:13 PM

OMS works at the level of entire tables, so you would need to generate a ta=
ble that only has the columns you want.  You could this with CTABLES (part =
of the Custom Tables option).  The alternative would be to produce the tabl=
e in the Viewer, eliminate the unwanted columns there, and use the OUTPUT E=
XPORT command to create the doc file.

You can hide columns in output using the SPSSINC MODIFY TABLES extension co=
mmand available from the SPSS Community at (www.ibm.com/developerworks/spss=
devcentral).

HTH,
Jon Peck
0
Reply Jon 2/28/2011 9:01:37 PM


1 Replies
703 Views

(page loaded in 0.037 seconds)

Similiar Articles:













7/23/2012 10:55:26 AM


Reply: