lavila <l...@jump23.com> writes:

> 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|
> #===========#=====#=========#=======#=============#===========#
> |           |     | 12274173|   4.59|         4.59|       4.59|
> |           |    F|   1E+008|  51.56|        51.56|      56.15|
> |           |    M|   1E+008|  43.85|        43.85|     100.00|
> #===========#=====#=========#=======#=============#===========#
> |            Total|   3E+008|  100.0|        100.0|           |
> +-----------------+---------+-------+-------------+-----------+
>
> Is there a setting to prevent that and output regular numbers?

If you have a weighting variable, you can control it by setting
the print format of the weighting variable.  Otherwise, you can
control it with e.g. SET FORMAT=F12.0.
-- 
Ben Pfaff 
http://benpfaff.org

_______________________________________________
Pspp-users mailing list
Pspp-users@gnu.org
http://lists.gnu.org/mailman/listinfo/pspp-users

Reply via email to