infile "mydata.dat" firstobs=2 delimiter='09'X; /* firstobs=2 skips the first line which contains the column headers */ /* the delimeter option specifies tab delimited data */
FILENAME myHtml 'myFilename.html' MOD; ODS HTML BODY=myHtml (NO_TOP_MATTER NO_BOTTOM_MATTER) ANCHOR='myNewName';where 'myHtml' is any name less than 8 characters long, 'myFilename.html' is the name of an existing HTML file, and 'myNewName' is any name not used before in this context in this file.
yaxis label="Meters ~{unicode '00b3'x}";
. See
here for other
superscripts, fractions, and some other symbols. See here for other unicode pages (choose a page, the choose "Browser Test").
All links active 8/18/2014. Please report missing links to