I open a .sav file in PSPP (an open-source alternativ to SPSS) with
get file=...sav
Now I would like to see how many rows there exist.
|
|
Another possibility would be to compute your own variable based on the casenumber ($casenum), and then print the maximum casenumber. Something like below would do this.
I think you have to have the variable defined before running a frequency (i.e. I don't think you can do |
||||
|