In working with a file of ~250 million records, the report ends up with
scientific notation type numbers like so:
+---+-+-+---+-+---+
|Value Label|Value|Frequency|Percent|Valid Percent|Cum Percent|
#===#=#=#===#=#
Is there any way to run more than one set of statistics on a file in one
pass?
For example, I need to get a MIN/MAX/MEAN on some variables and a FREQUENCY
and/or CROSSTAB on different variables as shown below.
In my tests, only the first command is executed.
GET DATA /TYPE=TXT /FILE='SAMPLE.t