| Title: | FOCUS, from INFORMATION BUILDERS |
| Moderator: | ZAYIUS::BROUILLETTE |
| Created: | Thu Feb 19 1987 |
| Last Modified: | Mon May 05 1997 |
| Last Successful Update: | Fri Jun 06 1997 |
| Number of topics: | 615 |
| Total number of notes: | 1779 |
I had a small .FEX that wrote to an RMS file, which does not work any
longer.
The program does:
FILEDEF STAT_FIL DISK STAT_FIL.DAT APPEND
USE STAT_FIL.DAT AS STAT_FIL
-WRITE STAT_FIL "SUCCESS"
-END
END
This did work before. We are running VMS 5.3 and IBI/FOCUS V5.2.1.
Any assistance with this will be appreciated.
Marcia Corbett
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 351.1 | YOU NEED -RUN | PLOP::COYLE | Tue Jul 17 1990 16:17 | 10 | |
You need a -RUN statement after the filedef so that the file is defined.
Previously, you may have had the FILDEF in a profile.fex or had defined it
interactively before running the .FEX. Also I don't think you need the
USE command.
KC
| |||||
| 351.2 | YOU NEED -RUN | PLOP::COYLE | Tue Jul 17 1990 16:18 | 10 | |
You need a -RUN statement after the filedef so that the file is defined.
Previously, you may have had the FILDEF in a profile.fex or had defined it
interactively before running the .FEX. Also I don't think you need the
USE command.
KC
| |||||