VMS Help  —  CRTL  fsync  Description
    The fsync function behaves much like the fflush function. The
    primary difference between the two is that fsync flushes data
    all the way to the disk while fflush flushes data only as far as
    the underlying RMS buffers. Also, with fflush, you can flush all
    buffers at once; with fsync you cannot.
Close Help