numbers format in report

2010-08-09 Thread lavila
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| #===#=#=#===#=#

multiple commands in one pass of data

2010-08-05 Thread lavila
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