# --> begin
dataset "table.ds"
<
attribute "ATT_STR" string "hello" "a familiar greeting" ""
attribute "PI" real 3.1415 "a familiar number" "rad"
table "TABLE" 10 "a small table"
<
attribute "GOOD" bool true "is the SAS good?" ""
column "RAWX" int32 "raw CCD X coordinate" "pixel"
column(32) "Strings" string "a string column" ""
column(10,20) "MiniImages" real32 "images" "c/s"
column(0) "VariableLength" int16 "as many as you line" "erg/s"
>
>
# --> end
The following syntax rules apply:
table name rows label
where
column(dim1, dim2, ...) name type label unit
where