|
Hi SPSSlisters!
I print output from SPSS 15 frequently. When I do this, I typically include the filename and date at the top of each page. If I include the filename and date, SPSS always prints two extra pages: one before the output with nothing but the filename and date, and another page after with nothing but the filename and date. I use the GUI to produce the output, but I have pasted some example syntax below. Does anyone know why this is happening and how I can fix it? This is a waste of paper. Thanks for your help and have a great holiday. GET FILE='S:\Research\2007-2008 First-Grade Pre-Post SAT-10 and ERAS Data\Int'+ 'ra Quasi Dataset\All 2006-07 SESAT Data through 7.6.07 Version 16 with Tier'+ ' Data.sav'. DATASET NAME DataSet1 WINDOW=FRONT. GET FILE='S:\Research\2007-2008 First-Grade Pre-Post SAT-10 and ERAS Data\Int'+ 'ra Quasi Dataset\Spring 08 Primary 1 Intra Quasi Only 7.3.08 Version 1.sav'. DATASET NAME DataSet2 WINDOW=FRONT. DATASET ACTIVATE DataSet1. SAVE OUTFILE='S:\Research\2007-2008 First-Grade Pre-Post SAT-10 and ERAS Data\In tra Quasi Dataset\Fall 06 SAT-10 Intra Quasi Only 7.3.08 Version 1.sav' /COMPRESSED. SORT CASES BY building_name (A) group_name (A) . Report /FORMAT= CHWRAP(ON) PREVIEW(OFF) CHALIGN(BOTTOM) UNDERSCORE(ON) ONEBREAKCOLUMN(OFF) CHDSPACE(1) SUMSPACE(0) AUTOMATIC LIST BRKSPACE(-1) PAGE(1) MISSING'.' LENGTH(1, 59) ALIGN(LEFT) TSPACE(1) FTSPACE(1) MARGINS(1,55) /TITLE= RIGHT 'Page )PAGE' /VARIABLES number (VALUES) (RIGHT) (OFFSET(0)) (10) /BREAK building_name (LABELS) (LEFT) (OFFSET(0)) (20) /BREAK group_name (LABELS) (LEFT) (OFFSET(0)) (20). ____________________________________ Justin Meyer Researcher Rowland Reading Foundation 1 South Pinckney Street, Suite 324 Madison, WI 53703 phone: 866-370-7323 fax: 608-204-3846 www.rowlandreading.org <http://www.rowlandreading.org/> ____________________________________ ====================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 |
|
Your report specifies 59 lines (really old style line printer stuff) with
separate line feeds. That is interfering with the page compositor (modern technology) also generating line feeds for pagination. Why not use the summarize command which do a much better and look a lot, lot better in place of the REPORT command. With the exception of composite summary functions, SUMMARIZE with case listings turned off completely replaces the ancient REPORT command. -----Original Message----- From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of Justin Meyer Sent: Thursday, July 03, 2008 8:40 AM To: [hidden email] Subject: Output Prints with Two Blank Pages Hi SPSSlisters! I print output from SPSS 15 frequently. When I do this, I typically include the filename and date at the top of each page. If I include the filename and date, SPSS always prints two extra pages: one before the output with nothing but the filename and date, and another page after with nothing but the filename and date. I use the GUI to produce the output, but I have pasted some example syntax below. Does anyone know why this is happening and how I can fix it? This is a waste of paper. Thanks for your help and have a great holiday. GET FILE='S:\Research\2007-2008 First-Grade Pre-Post SAT-10 and ERAS Data\Int'+ 'ra Quasi Dataset\All 2006-07 SESAT Data through 7.6.07 Version 16 with Tier'+ ' Data.sav'. DATASET NAME DataSet1 WINDOW=FRONT. GET FILE='S:\Research\2007-2008 First-Grade Pre-Post SAT-10 and ERAS Data\Int'+ 'ra Quasi Dataset\Spring 08 Primary 1 Intra Quasi Only 7.3.08 Version 1.sav'. DATASET NAME DataSet2 WINDOW=FRONT. DATASET ACTIVATE DataSet1. SAVE OUTFILE='S:\Research\2007-2008 First-Grade Pre-Post SAT-10 and ERAS Data\In tra Quasi Dataset\Fall 06 SAT-10 Intra Quasi Only 7.3.08 Version 1.sav' /COMPRESSED. SORT CASES BY building_name (A) group_name (A) . Report /FORMAT= CHWRAP(ON) PREVIEW(OFF) CHALIGN(BOTTOM) UNDERSCORE(ON) ONEBREAKCOLUMN(OFF) CHDSPACE(1) SUMSPACE(0) AUTOMATIC LIST BRKSPACE(-1) PAGE(1) MISSING'.' LENGTH(1, 59) ALIGN(LEFT) TSPACE(1) FTSPACE(1) MARGINS(1,55) /TITLE= RIGHT 'Page )PAGE' /VARIABLES number (VALUES) (RIGHT) (OFFSET(0)) (10) /BREAK building_name (LABELS) (LEFT) (OFFSET(0)) (20) /BREAK group_name (LABELS) (LEFT) (OFFSET(0)) (20). ____________________________________ Justin Meyer Researcher Rowland Reading Foundation 1 South Pinckney Street, Suite 324 Madison, WI 53703 phone: 866-370-7323 fax: 608-204-3846 www.rowlandreading.org <http://www.rowlandreading.org/> ____________________________________ ======= 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 ===================== 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 |
| Free forum by Nabble | Edit this page |
