PURPOSE

To read data from a FMS file.

SYNOPSIS

CALL FMSRED (LOGUNT, LOCUNT, ARRAY, NUMWRD)
CALL FMSRD8 (LOGUNT, LOCUNT, ARRAY, NUMWRD)
CALL FMSSRD (LOGUNT, ARRAY, NUMWRD)

INPUT PARAMETERS

OUTPUT PARAMETERS:

None.

DESCRIPTION:

These subroutines provide read access to FMS files.

Subroutine FMSRED provides random access, subroutine FMSSRD provides sequential access. You may reset the file location used by FMSSRD by calling FMSEEK, FMSRED, FMSWRT or FMSSWR. When using FMSSRD to read a fixed-length record file, you must specify the record length for NUMWRD.

These subroutines are typically used to read vectors after FMS processing.