|
Scalars |
Top Previous Next |
|
A SCALAR declaration is used to enter items that are not defined with respect to sets. The general form of the SCALAR entry is
scalar item1name optional explanatory text /numerical value/ item2name optional explanatory text /numerical value/ ... ; or scalars item1name optional explanatory text /numerical value/ item2name optional explanatory text /numerical value/ ... ; Examples: scalar dataitem /100/; scalar landonfarm total arable acres /100/; scalars landonfarms /100/ cost /-10.02/ pricecorn 1992 corn price per bushel /2.20/; scalars a1 , a2 , a3 /5/; scalar withnodata enter a scalar without data; Notes:
|