[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Author Index][Subject Index]
Re: MIDAS TABLE's
On Wed, 9 Sep 1998, Emanuela Pompei wrote:
> Hello Holger,
>
> here is how to do:
>
> ASSIGN/PRINT FILE tablename.dat
> PRINT/TABLE tablename
>
> The output is an ascii formatted file named tablename.dat.
This can be done also with a single command, using the
redirection symbol:
READ/TABLE tablename >tablename.dat
A format file, specifying a column selection and
particular formats for number representation, may
also be specified.
Ciao, Carlo