Go To Top Go Up Go Back Go Forward

FMSSET

PURPOSE: Change FMS Parameters Interactively

To provide an interactive way to change FMS Parameters.

SYNOPSIS

CALL FMSSET

INPUT PARAMETERS:

None.

OUTPUT PARAMETERS:

None.

DESCRIPTION:

The FMSSET subroutine can be called at any point in your program after FMSINI to examine and change FMS SHOW parameter can be used to obtain various reports on the internals of FMS, including a list of all parameter values.

To return to your application and continue processing, enter the following command:

FMSSET>RETURN

Examples

As an example, you can turn all FMS output off except for displaying megaflops during factoring. Your application would be coded as follows:

        . . . 
        CALL FMSINI
        CALL FMSSET
        . . .

The following commands would be entered from the terminal or command file running the job:

PRINT=0
IPRF=1026
RETURN


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