PURPOSE

Initialize FMS

SYNOPSIS

CALL FMSINI
CALL FMSIN2 (IOPT)

INPUT PARAMETERS

FMSINI
None

FMSINI2

OUTPUT PARAMETERS

None

Description

This must be the first FMS subroutine called and should be the first executable statement in your application. You may call this subroutine only once in your application.

These subroutines performs the following tasks: The reduced initialization provided by FMSIN2(1) or FMSIN2(2) does not start any FMS threads for parallel processing or performing I/O. Therefore no I/O or matrix algebra routines may be called when initializing with FMSIN2(1) or FMSIN2(2). This option is primarily used to compute the amount of disk space that will be required when FMS opens files in a later application. The FMS Parameter NOOPEN can be used with a reduced initialization to skip the physical opening of files.