Card 9 - EXPTAB Table Name for Referencing in Expressions
This optional card specifies a table name for referencing in symbolic expression EXPRESSION cards.
Parameters: KODE
, N1
, T1
KODE
KODE
is the code EXPTAB
N1
N1
is the table or array number for the TABTYPE, TABDATA, ARRAYTYPE, or ARRAYDATA cards to which the given EXPTAB card refers.
T1
T1
is the name under which the specified table can be referenced in symbolic expression EXPRESSION cards. That name string could be either enclosed in double quotes (“) or left unquoted.
Code example
TABTYPE 12 VALUE TIME
TABDATA 1.0 0.0
EXPTAB 12 "Table 1(a)"
EXPRESSION 13 TEMP 2.0*fd("Table 1(a)")
Note
The dependent variable type of the tables referenced through EXPTAB cards in expressions is ignored. Hence the generic dependent variable type VALUE is normally used.