CALL FMSSET
CALL FMSSETC()
If your program is written in FORTRAN, call FMSSET. If it is written in C, call FMSSETC. In the following discussion FMSSET is used but implies FMSSET or FMSSETC depending on your application program language.
FMSSET is designed to be run interactively from a terminal. Once called, FMSSET will solicit input by displaying the following prompt:
FMSSET>
To examine a specific FMS parameter, enter the name of the parameter as follows:
FMSSET>PARAMETER_NAME
To change a specific FMS parameter, enter the name and value as follows:
FMSSET>PARAMETER_NAME=VALUE
where the equal sign (=) serves as a delimiter between the FMS Parameter name and its value to be assigned.
The 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
. . .
CALL FMSINI
CALL FMSSET
. . .
The following commands would be entered from the terminal or command file running the job:
PRINT=0
IPRF=1026
RETURN