LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (April 1997)Back to main SPSSX-L pageJoin or leave SPSSX-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Sun, 6 Apr 1997 00:36:31 -0800
Reply-To:     hmaletta@overnet.com.ar
Sender:       "SPSSX(r) Discussion" <SPSSX-L@UGA.CC.UGA.EDU>
From:         "Hector E. Maletta" <hmaletta@OVERNET.COM.AR>
Subject:      Re: LIST command output not wrapped
Comments: To: "Powhatan J. Wooldridge, Ph.D." <pjw@ACSU.BUFFALO.EDU>
Content-Type: text/plain; charset=us-ascii

Really, Powhatan's answer means LIST does not do what the original question wanted. In fact, what one should want is a spreadsheet view of the selected variables only (and, perhaps, the selected cases only), with the ability to move right/left and up/down to cover more variables or more cases. Perhaps one day LIST (or some other equivalent command) will give us that.

Hector Maletta Universidad del Salvador Buenos Aires, Argentina

Powhatan J. Wooldridge, Ph.D. wrote: > > Yes. Just use fewer variables on each LIST statement. I forget exactly > how many (and it depends on whether your listing file is formatted for 80 > columns or 132? columns), so just find out by trial and error. --- Pow > > *************************************************************************** > Powhatan J. Wooldridge, Assoc. Professor, Nursing, State Univ. NY at Buffalo > > On Mon, 31 Mar 1997, Phil Loseth wrote: > > > When using the LIST command in SPSS, if there are more variables than > > will fit on one line, the output gets wrapped. The following syntax > > and resulting output shows all the variables for the first five cases > > in a file: > > > > LIST ALL > > / FORMAT = NUMBERED > > / CASES = 5. > > > > The variables are listed in the following order: > > > > LINE 1: OWNER SUBOWNER SURVNEW NEWPLOT TREE MSMT SPECIES etc... > > LINE 2: NLOGMED NLOGLRG VOLSMALL VOLMED VOLLARGE MTREEVOL etc... > > > > 1 OWNER: 5 2 4 1 70 BS 2 1.00 .00 etc... > > NLOGMED: 0 0 .0235 .0000 .0000 etc... > > > > 2 OWNER: 5 2 4 1 79 BS 2 1.00 .00 etc... > > NLOGMED: 0 0 .0399 .0000 .0000 etc... > > > > 3 OWNER: 5 2 4 1 96 BS 2 1.00 .00 etc... > > NLOGMED: 0 0 .0652 .0000 .0000 etc... > > > > 4 OWNER: 5 2 4 2 70 BS 2 1.00 .00 etc... > > NLOGMED: 0 0 .0077 .0000 .0000 etc... > > > > 5 OWNER: 5 2 4 2 79 BS 2 1.00 .00 etc... > > NLOGMED: 0 0 .0095 .0000 .0000 etc... > > > > I know that when using SAS it is possible to get a list which instead of > > wrapping the output, will instead be similar to the following: > > > > S N S > > U E P > > O R W E > > W V P M C > > N N L S I > > E E O M E > > OBS R SUBOWNER W T TREE T S SPPGROUP NLIVE NDEAD etc... > > > > 1 5 2 4 1 70 BS 2 1.00 .00 etc... > > 2 5 2 4 1 79 BS 2 1.00 .00 etc... > > 3 5 2 4 1 96 BS 2 1.00 .00 etc... > > 4 5 2 4 2 70 BS 2 1.00 .00 etc... > > 5 5 2 4 2 79 BS 2 1.00 .00 etc... > > > > OBS NLOGMED NLOGLRG VOLSMALL VOLMED VOLLARGE MTREEVOL etc... > > > > 1 0 0 .0235 .0000 .0000 .0235 etc... > > 2 0 0 .0399 .0000 .0000 .0399 etc... > > 3 0 0 .0652 .0000 .0000 .0652 etc... > > 4 0 0 .0077 .0000 .0000 .0077 etc... > > 5 0 0 .0095 .0000 .0000 .0095 etc... > > > > Does anyone know if it is possible to get SPSS to do this? > > Regards, > > Phil Loseth > >


Back to: Top of message | Previous page | Main SPSSX-L page