[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference ilbbak::ibi_focus

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

351.0. "-WRITE" by PENUTS::CORBETT () Tue Jul 17 1990 15:53

    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.RTitleUserPersonal
Name
DateLines
351.1YOU NEED -RUNPLOP::COYLETue Jul 17 1990 17:1710

    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.2YOU NEED -RUNPLOP::COYLETue Jul 17 1990 17:1810

    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