Reset Statement (IML)
Contents Index
The reset statement specifies certain options for printing and
numeric calculation. Typical usage is
reset
noprint
fw=4;
Some of the available options are (defaults in parenthesis)
- print (noprint) specifies if intermediate results are printed
- pagesize=(21) number of lines per output page
- linesize=(78) width of output lines
- fw=(9) field width for numeric values
- flow (noflow) specifies if operations are shown as executed
- fuzz=(1E-12) (nofuzz) specifies if numbers smaller than fuzz are printed as zero
- (center) nocenter specifies if output is cetered or left justified
- storage=(work) specifies catalog for storage of modules and/or matrices
Contents Index
Copyright © 1997 by Jerry Alan Veeh. All rights reserved.