Controlling Output Displayed

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

Controlling Output Displayed

Juan Pablo Sandoval
Hi Group:
 
Is it possible to control the Output window in such a way as:
 
1. That it only displays output relating to ERRORS. So "case processing" results, "Lists" and "Casestovars" results, titles and such do not show up.
 
2. I run a big sintaxis that generates several outputs, how can I control that for each command the output does not "force" the output window to show up in front of all windows?
 
Regards,
Reply | Threaded
Open this post in threaded view
|

Re: Controlling Output Displayed

Jon K Peck
You can set visibility by output object type in Edit>Options>Viewer.  Edit>Options also can set whether the Viewer should pop up when new output appears.

For more specific controls such as suppressing Case Processing tables completely, you need to use OMS.
This would eliminate that table type, for example,
OMS SELECT TABLES /IF SUBTYPES="Case Processing Summary"
/DESTINATION VIEWER=NO.

You can include all the types you want to suppress in one OMS command.

If you want to hide or delete certain types of output ex post, you can use the SPSSINC MODIFY OUTPUT extension command available from the SPSS Community website (www.ibm.com/developerworks/spssdevcentral).

HTH,

Jon Peck
Senior Software Engineer, IBM
[hidden email]
new phone: 720-342-5621




From:        Juan Pablo Sandoval <[hidden email]>
To:        [hidden email]
Date:        05/20/2011 08:21 AM
Subject:        [SPSSX-L] Controlling Output Displayed
Sent by:        "SPSSX(r) Discussion" <[hidden email]>




Hi Group:
 
Is it possible to control the Output window in such a way as:
 
1. That it only displays output relating to ERRORS. So "case processing" results, "Lists" and "Casestovars" results, titles and such do not show up.
 
2. I run a big sintaxis that generates several outputs, how can I control that for each command the output does not "force" the output window to show up in front of all windows?
 
Regards,