cobol3.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Message RT035 (↑ RTS Messages)
 Key                                       Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Message:      RT035
 
  Text:         Attempt to access a file with incorrect permission
 
  Severity:     Recoverable
 
  Explanation:  You are attempting a file operation which you do not
                have sufficient permission to achieve.  For example
                you could be trying to write data to a file which has
                been set up with the read attribute only.
 
  Resolution:   If you are the owner of the file you will be able to
                alter the attributes of the file so that you have the
                permission needed to effect the particular file
                operation you  were attempting. If you are not the
                owner of the file you will not be able to carry out
                that operation successfully unless you copy the file
                and make the changes to the copy only.  You will not
                be able to alter the source file.
                                    -♦-