Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://xmm.vilspa.esa.es/sas/8.0.0/doc/dsaddcolumn/node4.html
Дата изменения: Wed Jul 2 06:41:29 2008 Дата индексирования: Fri Sep 5 22:15:49 2008 Кодировка: |
Parameter | Mand | Type | Default | Constraints |
data | no | FileName | ||
Name of containing ASCII data which is used to fill the column | ||||
label | no | String | ||
Column label (comment) | ||||
name | yes | String | ||
The name of the new column | ||||
null | no | Int | ||
Value of null value | ||||
position | no | Int | -1 | |
Insert at this position (-1 means append) | ||||
size | no | IntList | 1 | |
The size for the new column (1 means scalar, 0 means variable size) | ||||
table | yes | Table | ||
Fully qualified name of the table to which the column will be added | ||||
type | yes | String | int8 | |
The data type for the new column | ||||
units | no | String | ||
Column units | ||||
withdata | no | Bool | no | |
Control for data parameter | ||||
withlabel | no | Bool | no | |
Control for label parameter | ||||
withnull | no | Bool | no | |
Control for null parameter | ||||
withposition | no | Bool | no | |
Control for position parameter | ||||
withsize | no | Bool | no | |
Control for size parameter | ||||
withunits | no | Bool | no | |
Control for units parameter | ||||
Parameter | Mand | Type | Default | Constraints |