![]() Chapter Contents |
![]() Previous |
![]() Next |
| Working with Spatial Data Using SAS/GIS Software |
A SAS View contains the following elements:
| SAS/GIS Data Sets |
| Managing Data Set Sizes |
| Data Set Variables |
| Composite | Variable 1 | Variable 2 | Variable 3 | Variable 4 | Type
(table note 1)
|
Description | ||||
|---|---|---|---|---|---|---|---|---|---|---|
| LMAJOR(n) | LMAJOR(n) |
|
|
|
C | Major line attribute code. | ||||
| LMINOR(n) | LMINOR(n) |
|
|
|
C | Minor line attribute code. | ||||
| NMAJOR(n) | NMAJOR(n) |
|
|
|
C | Major node attribute code. | ||||
| NMINOR(n) | NMINOR(n) |
|
|
|
C | Minor node attribute code. | ||||
| MAJOR(n) | AMAJORR(n) | AMOJORL(n) |
|
|
A | Major area attribute code. | ||||
| MINOR (n) | AMINORL(n) | AMINORR(n) |
|
|
A | Minor area attribute code. | ||||
| X | X |
|
|
|
X | X coordinate. | ||||
| Y | Y |
|
|
|
Y | Y coordinate. |
| Composite | Variable 1 | Variable 2 | Variable 3 | Variable 4 | Type
(table note 1)
|
Description | ||
|---|---|---|---|---|---|---|---|---|
| 'ATTRIB' | 'ATTRIB'L | 'ATTRIB'R |
|
|
A or C | All polygon, line, or point attributes are saved as composite variables. In the case of polygon maps, an 'L' or 'R' is added to the end of the first seven characters of the actual variable name. |
| Composite | Variable 1 | Variable 2 | Variable 3 | Variable 4 | Type
(table note 1)
|
Description | ||||
|---|---|---|---|---|---|---|---|---|---|---|
| ID | ID |
|
|
|
C | The ID variable from the data set. | ||||
| 'ATTRIB' | 'ATTRIB' | 'ATTRIB' |
|
|
C | Any other variable in the data set is saved as a classification composite. | ||||
| X | X |
|
|
|
X | X coordinate. | ||||
| Y | Y |
|
|
|
Y | Y coordinate. |
| Composite | Variable 1 | Variable 2 | Variable 3 | Variable 4 | Type
(table note 1)
|
Description | ||||
|---|---|---|---|---|---|---|---|---|---|---|
| ID | ID |
|
|
|
C | The ID variable from the data set. | ||||
| 'ATTRIB' | 'ATTRIB' | 'ATTRIB' |
|
|
C | Any other variable in the data set is saved as a classification composite. | ||||
| X | X |
|
|
|
X | X coordinate. | ||||
| Y | Y |
|
|
|
Y | Y coordinate. |
| Composite | Variable 1 | Variable 2 | Variable 3 | Variable 4 | Type
(table note 1)
|
Description | ||
|---|---|---|---|---|---|---|---|---|
| 'ATTRIB' | 'ATTRIB'L | 'ATTRIB'R |
|
|
A or C | All polygon, line, or point attributes are saved as composite variables. In the case of polygon maps, an 'L' or 'R' is added to the end of the first seven characters of the actual variable name. | ||
| LINELYR |
|
|
|
|
C |
|
||
| PTLYR |
|
|
|
|
C |
|
||
| POLYLYR |
|
|
|
|
A |
|
||
| 'MAP' | 'MAP' |
|
|
|
A or C | This variable is derived from the input file name. It's
the last word preceding the file extension. For example,
/local/gisdata/usa.mif, would
have a 'MAP' name of
usa. The left variable would be
usal, and the right variable would be
usar, and in this case, the composite type would be
Area. Line and point maps do not have left and
right side variables, and the composite would be
Classification. |
| Composite | Variable 1 | Variable 2 | Variable 3 | Variable 4 | Type
(table note 1)
|
Description | ||
|---|---|---|---|---|---|---|---|---|
| 'IDVAR'n | 'IDVAR'l | 'IDVAR'r |
|
|
A | An area composite variable is created for each ID variable (IDVAR) selected by the user in the ID vars list box. |
| Composite | Variable 1 | Variable 2 | Variable 3 | Variable 4 | Type
(table note 1)
|
Description | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ADDR | FRADDL | FRADDR | TOADDL | TOADDR | Addr | Address range. | |||||||
| BLOCK | BLOCKL | BLOCKR |
|
|
A | Block number. | |||||||
| CFCC | CFCC |
|
|
|
C | Feature classification code. | |||||||
| COUNTY | COUNTYL | COUNTYR |
|
|
A | County FIPS code. | |||||||
| DIRPRE | DIRPRE |
|
|
|
ADDRP | Feature direction prefix. | |||||||
| DIRSUF | DIRSUF |
|
|
|
ADDRS | Feature direction suffix. | |||||||
| FEANAME | FEANAME |
|
|
|
C | Feature name. | |||||||
| MCD | MCDL | MCDR |
|
|
A | Minor civil division. | |||||||
| PLACE | PLACEL | PLACER |
|
|
A | Incorporated place code. | |||||||
| RECTYPE | RECTYPE |
|
|
|
C | Record type. | |||||||
| STATE | STATEL | STATER |
|
|
A | State FIPS code. | |||||||
| TRACT | TRACTL | TRACTR |
|
|
A | Census tract. | |||||||
| ZIP | ZIPL | ZIPR |
|
|
A | ZIP code. | |||||||
| BG | BGL | BGR |
|
|
A | Block group. | |||||||
| LONGITUDE | X |
|
|
|
X | Longitude. | |||||||
| LATITUDE | Y |
|
|
|
Y | Latitude. |
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.