Dealing with Data / Data formats / FORMAT=PRN |
PRN is a text file with fields delimited with spaces, tabs or commas. It’s a Labeled Table or Unlabeled format (depending upon the file) for both input and output of series, reports and matrices, available on all versions of RATS.
RATS Instructions
data(format=prn) |
read series from PRN into memory |
store(convert=prn) |
copy series from PRN to RATS format |
copy(format=prn) |
write series to PRN file |
prtdata(format=prn) |
write series from RATS format file to PRN |
read(format=prn) |
read scalars or arrays from PRN into memory |
write(format=prn) |
write scalars or arrays from memory to PRN file |
report(format=prn) |
(with ACTION=FORMAT) write a report to PRN 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.
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 © 2025 Thomas A. Doan