Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

disable syntax display in output

429 views
Skip to first unread message

rami

unread,
Mar 28, 2012, 12:22:21 PM3/28/12
to
How can I disable the syntax display in spss output window from the syntax?
'set mprint off.' doesn't do the job...

tnx!

David Marso

unread,
Mar 28, 2012, 2:24:24 PM3/28/12
to
SET MPRINT applies *ONLY* to what would be generated by MACROs.
SET PRINTBACK OFF will partially apply here (suppress LOG) but some commands will *STILL* be echoed to the Notes (these can be hidden, but not AFAIK completely eliminated without other intervention).
From our favorite fine manual:
" PRINTBACK refers to command printback in the log in the Viewer window and in the journal file. Syntax is always displayed as part of the Notes in the syntax window."
....

Robert Ruud

unread,
Mar 31, 2012, 1:53:50 AM3/31/12
to
Menu \ Edit \ Options \ Viewer \ deselect "Display commands in the log"

Best regards

Robert

Bruce Weaver

unread,
Apr 3, 2012, 10:31:41 AM4/3/12
to
OMS /SELECT LOGS /DESTINATION VIEWER=NO /TAG='NoLogs'.

* Your lines of syntax here.

OMSEND TAG = ['NoLogs'].


--
Bruce Weaver
bwe...@lakeheadu.ca
http://sites.google.com/a/lakeheadu.ca/bweaver/Home
"When all else fails, RTFM."

fjm...@hotmail.co.uk

unread,
Mar 22, 2018, 3:05:45 PM3/22/18
to
Brilliant, thank you!
0 new messages