User Guide

54
Chapter 3
8 = '8 Cylinde
rs' ;
value FILTER__ /* cylrec=1|cylrec = 2 (FILTER) */
0 = 'Not Selected'
1 = 'Selected' ;
proc datasets l
ibrary = library ;
modify cars;
format ORIGIN ORIGIN.;
format CYLINDER C
YLINDER.;
format FILTER__ FILTER__.;
quit;
This feature is not
supported for the SAS transport file.
Varia b le Types
The following table shows the variable type matching between the original data
in SPSS and the exp
orted data in SAS:
SPSS Variable Type SAS Variable Type SAS Data Format
Numeric Numeric 12
Comma Numeric 12
Dot Numeric 12
Scientific Notation Numeric 12
Date Numeric (Date) for example,
MMDDYY10, ...
Date (Time) Numeric Time18
Dollar Numeric 12
Custom Currency Numeric 12
String Character
$8