Microsoft KB Archive/59093

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 17:57, 18 July 2020 by 3155ffGd (talk | contribs) (importing KB archive)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Knowledge Base


PSS ID Number: 59093

Article Last Modified on 5/4/2001



The information in this article applies to:

  • Microsoft FORTRAN compiler for OS/2 5.0



This article was previously published under Q59093

SYMPTOMS

An attempt to open a file in the OS/2 operating system produces the following message:

run-time error F6412: OPEN(filename.ext.)
- SHARE not installed

CAUSE

The file has an invalid file extension. The error message is incorrect and should read as follows:

run-time error F6414: OPEN(filename.ext.)
- access not allowed

STATUS

Microsoft has confirmed this to be a problem in FORTRAN version 5.0 for OS/2. This problem was corrected in FORTRAN version 5.1 for OS/2.

MORE INFORMATION

The following code example demonstrates this error. The trailing period is not a valid part of the filename specification.

Sample Code

C Compile options needed: None

     OPEN(UNIT = 7, FILE = 'FILENAME.EXT.')
     END
                


Additional query words: 5.00 buglist5.00 fixlist5.10

Keywords: kbbug KB59093
Technology: kbAudDeveloper kbFORTRAN500OS2 kbFortranSearch kbZNotKeyword3