[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Re: dat output files



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