[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
dat output files
- Subject: dat output files
- From: YMCKINNE <YMCKINNE@LANIER.COM>
- Date: Fri, 16 Jan 1998 13:56:18 -0500
I am a new user of sqr and I am trying to create a flat file. I am
opening and writing to a file within my sqr code. When I run my code,
my output is sent to my temp file in my c directory.
When I run my code, I am not finding my .dat file in the temp file on
my c directory or anywhere on my c drive. I was wondering if someone
could give me some advice on what I might try to fix the problem.
My code is as follows:
begin-procedure init
do create_file
end-procedure !init
!**************************************************************
!Create File
!**************************************************************
begin-procedure create_file
open '{filename.dat}'as 1 for-writing stat=#status record=2050
end-procedure !create_file
Thanks,
Yolanda