Go To Top Go Up Go Back Go Forward


FMS Error Parameter IERROR

Data Type

Integer

Default Value

0

DESCRIPTION:

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) STOP

If 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.


Go To Top Go Up Go Back Go Forward
Copyright © Multipath Corporation