|
#include <nagmk26.h>
|
Print Level = 1is an example of a string used to set an optional parameter. For each option the string contains one or more of the following items:
– | a mandatory keyword. |
– | a phrase that qualifies the keyword. |
– | a number that specifies an integer or real value. Such numbers may be up to contiguous characters in Fortran's I, F, E or D formats, terminated by a space if this is not the last item on the line. |
Begin * Example options file Print level = 5 End
(a) | ispecs is not a valid unit number; |
(b) | a file is not associated with unit ispecs, or if it is, is unavailable for read access; |
(c) | one or more lines of the options file is invalid. Check that all keywords are neither ambiguous nor misspelt; |
(d) | Begin was found, but end-of-file was found before End was found; |
(e) | end-of-file was found before Begin was found. |