Data Type

Character string

Default Value

(I7)

Description

This parameter controls the format used to print integer data. You may change it to any valid FORTRAN format descriptor used to print integers.

NOTE: Be sure and include the parenthesis and character string quotations in the format descriptor when calling subroutine FMSCST. When setting IFMAT in the license file or with FMSSET, the string quotations are not required.

EXAMPLES:

To change IFMAT with a subroutine call,
       CALL FMSCST ('IFMAT','(I9)')
To change IFMAT using FMSSET,
FMSSET>IFMAT=(I9)