|
Dealing with Data / Data formats / FORMAT=TDF |
This is a text file with fields delimited with tabs. It’s a Labeled Table or Unlabeled format (depending upon the file) for both input and output of series, reports and matrices, available in all versions of RATS. For reading series, we recommend that you use the more general FORMAT=PRN instead.
RATS Instructions
|
data(format=tdf) |
read series from TDF into memory |
|
store(convert=tdf) |
copy series from TDF to RATS format |
|
copy(format=tdf) |
write series to TDF file |
|
prtdata(format=tdf) |
write series from RATS format file to TDF |
|
read(format=tdf) |
read scalars or arrays from TDF into memory |
|
write(format=tdf) |
write scalars or arrays from memory to TDF file |
|
report(format=tdf) |
(with ACTION=FORMAT) write a report to TDF file |
Interface Operations
Data Wizard
You can read series using Data/Graphics>Data (Other Formats).
Series Window and RATS Data File Window
You can import series using File>Import... or the
toolbar button. You can export series using File>Export..., the
toolbar button, or the Export operation on the contextual menu.
Report Windows
You can write reports using File>Save As, File>Export, Edit>Copy; the
and
toolbar items, and the Export and Copy contextual menu operations.
Matrix Windows
You can write the contents of a matrix window to a file using File>Save As, File>Export; the
and
toolbars, and the Export contextual menu.
Other Details
On DATA and STORE, you can, if required, use the NOLABELS option to skip automatic label processing and use the LEFT and TOP options to isolate the data.
Copyright © 2026 Thomas A. Doan