Integer
0
This parameter determines if FMS stops or continues when a fatal error occurs. The following options are available:
CALL FMSIGT ('NERROR', NERROR)
IF(NERROR .NE. 0) STOPIf NERROR is not 0 you may take whatever corrective action is necessary. However the last FMS subroutine called would not have completed it's operation.
In general, it is recommended that you use the default value and let FMS handle the error.