Parent Topic: MODEL

PARAMETERS

MODEL is controlled by the following global parameters:

Name     Prompt                                  Count     Type
FILE     Database File Name                      1-64      Char
SOURCE   Source of Model                         1-64      Char
UNDEFVAL Value for Undefined Operations          0-1       Real
REPORT   Report mode: TERM/OFF/filename          1-64      Char

FILE

Specifies the name of the PCIDSK file to be used in modelling.

 EASI>FILE="filespec"

SOURCE

Specifies one of three sources for the text holding the model equations.

 EASI>SOURCE = "n"              | n is the number of a text segment
 EASI>SOURCE = "filespec"       | name of a text file on disk
 EASI>SOURCE = "text"           | single line model to use directly

UNDEFVAL

Optionally specifies the value that should be used for the result of numeric expressions which contain an undefined operation (such as division by zero or the logarithm of a negative value).

 EASI>UNDEFVAL=n                | use n for result of expression
 EASI>UNDEFVAL=                 | if any undefined operations are
                                | encountered, abort model

REPORT

Specifies the text file to append any generated reports to.

 EASI>REPORT="filename"
Note: The following names have special meaning

 EASI>REPORT="TERM"     | generates reports on your terminal
 EASI>REPORT="DISK"     | generates reports on file "IMPRPT.LST"
 EASI>REPORT="OFF"      | (may) switch off report generation

Parent Topic: MODEL
About PCI Help Gateway