[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: dat output files
- Subject: Re: dat output files
- From: Ray Ontko <rayo@ONTKO.COM>
- Date: Fri, 16 Jan 1998 14:16:00 -0500
- In-Reply-To: <00072562.@lanier.com> from YMCKINNE at "Jan 16, 98 01:56:18 pm"
Yolanda,
Try using
open 'filename.dat' as 1 for-writing stat=#status record=2050
instead of
open '{filename.dat}' as 1 for-writing stat=#status record=2050
The curly braces "{" and "}" are used to indicate the name
of a #define variable.
Ray
>
>
>
>
> do create_file