Login  Register

Re: OUTPUT MODIFY & OMS

Posted by Jon Peck on Aug 08, 2019; 10:26pm
URL: http://spssx-discussion.165.s1.nabble.com/OUTPUT-MODIFY-OMS-tp5738245p5738246.html

Unfortunately, OMS operates only on backend output upstream from the Viewer, while OUTPUT MODIFY works only on the Viewer contents, so OMS does not see those changes.  You would need to use OUTPUT EXPORT to pick up the modified Viewer contents.

On Thu, Aug 8, 2019 at 4:22 PM Hermann <[hidden email]> wrote:
Hi SPSS experts,

Maybe one of you has an idea?.

OUTPUT MODIFY works perfect. Titles of dozens of PLUM & GENLIN tables in the
viewer are relabeled depending on each design. But the OMS/OMSEND command
ignores those modifications when writing the selected results to an externel
spv file.

Thanks in advance, Hermann


OMS
  /SELECT ALL
  /IF COMMANDS=['PLUM' 'Generalized Linear Models']
  /DESTINATION FORMAT=SPV OUTFILE='daten902' VIEWER=YES.

* Predictors: all aggregated "scope=ALL" error types.
GENLIN Rat_c3 (REFERENCE=LAST ORDER=ASCENDING) WITH n10AWr n20APr n30ACr
n40ASr n50ATr n90AUr
  /MODEL n10AWr n20APr n30ACr n40ASr n50ATr n90AUr DISTRIBUTION=MULTINOMIAL
LINK=CUMLOGIT INTERCEPT=YES
  /CRITERIA METHOD=FISHER SCALE=1 COVB=MODEL MAXITERATIONS=100
MAXSTEPHALVING=5 SINGULAR=1E-008
           PCONVERGE=1E-006(ABSOLUTE) ANALYSISTYPE=3(WALD) CILEVEL=95
CITYPE=WALD LIKELIHOOD=FULL
  /MISSING CLASSMISSING=EXCLUDE
  /PRINT CPS DESCRIPTIVES MODELINFO FIT SUMMARY SOLUTION (EXPONENTIATED)
HISTORY(1)
  /SAVE MEANPRED(:25) CIMEANPREDL(:25) CIMEANPREDU(:25) PREDVAL XBPRED(:25)
XBSTDERROR(:25).

OUTPUT MODIFY NAME=*
  /SELECT HEADINGS
  /IF COMMANDS=['Generalized Linear Models(LAST)'] LABELS=[EXACT('Title')]
  /INDEXING INDEXTYPE=LETTERCAP INDEXSTART='A'
  /OBJECTPROPERTIES VISIBLE=ASIS OUTLINELABEL='GLM: Ratios, 6 SCOPE=ALL
ErrorTypes ()INDEX)'.

OMSEND FILE='daten902'.





--
Sent from: http://spssx-discussion.1045642.n5.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


--
Jon K Peck
[hidden email]

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