collusion of OMS & SPSSINC MODIFY TABLES

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

collusion of OMS & SPSSINC MODIFY TABLES

Moon Kid
I try to export my result-table with OMS to a pdf-file. But before that
I modify the output with SPSSINC MODIFY TABLES.

The result in the output window is ok. But the result in the pdf is not
affected of the MODIFY TABLE command.

OMS
   /SELECT ALL
   /IF SUBTYPE = ["Frequencies"]
   /DESTINATION
      FORMAT = PDF
      OUTFILE = "analy.sub01.pdf".

FREQUENCIES VARIABLES=v42
   /ORDER=ANALYSIS.

SPSSINC MODIFY TABLES subtype="'Frequencies'"
SELECT=2 3 HIDE=TRUE.

OMSEND.

=====================
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
Reply | Threaded
Open this post in threaded view
|

Re: collusion of OMS & SPSSINC MODIFY TABLES

Jon K Peck
MODIFY TABLES works on the Viewer.  OMS operates upstream in the backend.  Use OUTPUT EXPORT to create a PDF with the Viewer modifications.


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




From:        Moon Kid <[hidden email]>
To:        [hidden email],
Date:        03/30/2014 08:06 AM
Subject:        [SPSSX-L] collusion of OMS & SPSSINC MODIFY TABLES
Sent by:        "SPSSX(r) Discussion" <[hidden email]>




I try to export my result-table with OMS to a pdf-file. But before that
I modify the output with SPSSINC MODIFY TABLES.

The result in the output window is ok. But the result in the pdf is not
affected of the MODIFY TABLE command.

OMS
  /SELECT ALL
  /IF SUBTYPE = ["Frequencies"]
  /DESTINATION
     FORMAT = PDF
     OUTFILE = "analy.sub01.pdf".

FREQUENCIES VARIABLES=v42
  /ORDER=ANALYSIS.

SPSSINC MODIFY TABLES subtype="'Frequencies'"
SELECT=2 3 HIDE=TRUE.

OMSEND.

=====================
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