Suggestion: the following idiom is useful when accessing files from DCL:

$ close/nolog CONFIG ! clean up if necessary
$ open/read   CONFIG xxx.yyy
$ read CONFIG line
...
$ close CONFIG

The close/nolog does no harm if the file is not currently open, but is very
useful if the previous invocation of a command file has left the file
open...

Just a thought...

-- 
Sebastian Bazley <[EMAIL PROTECTED]>
The opinions expressed herein are my own, and are not necessarily endorsed
by my employer ...


___________________________________________________________________________
This email is confidential and intended solely for the use of the 
individual to whom it is addressed. Any views or opinions presented are 
solely those of the author and do not necessarily represent those of 
Sema Group. 
If you are not the intended recipient, be advised that you have received this
email in error and that any use, dissemination, forwarding, printing, or 
copying of this email is strictly prohibited.

If you have received this email in error please notify the Sema Group
Helpdesk by telephone on +44 (0) 121 627 5600.
___________________________________________________________________________

Reply via email to