hi,
is it possible to know in SQR whether a particular file is open or
not?? i want to judge whether a file is open before closing it. e.g.
OPEN $Filename as 1 for-writing .....
if (???)
CLOSE 1
end-if
rgds,
jyoti