STATISTICA







STATISTICA Command Language Program Blaise.scl

{This program will convert the fixed format ASCII file, simple.asc (download the simple ASCII file now), to the STATISTICA data file format. It then calls a STATISTICA BASIC program which will add variable names, casenames, text values, file header information, etc.

Note that this program assumes that you loaded both simple.asc and Blaise.stb into the C:\stat directory. This can easily be changed by adjusting the file names in the obvious places below.

Program written, modified, or edited at StatSoft, Inc.}


IMPORT FILE = 'c:\stat\simple.asc'
	/ASCIIFIX  9  4  'A20 I3 F7 I1 2A8 3I1'
	/TEXTCOLS = YES
	/CASENAME = NO
	SAVEAS = 'c:\stat\simple.sta'

STBASIC
	PROGRAM = 'c:\stat\blaise.stb'


STOP
Back to List of Programs



[StatSoft]
2300 East 14th Street, Tulsa, OK 74104
Phone: (918) 749-1119; Fax: (918) 749-2217

[StatSoft]e-mail: info@statsoft.com

©Copyright StatSoft, Inc., 1984-2004.
StatSoft, StatSoft logo, STATISTICA, SEWSS, SEDAS, Data Miner, SEPATH and GTrees are trademarks of StatSoft, Inc.