|
This option specifies the characteristics of display statement formats as discussed in the Report Writing chapter. When using this option
| Itemname | is the name of a GAMS item that can be displayed. |
| d | is the number of decimal places. |
| r | is the number of index positions printed as row labels. |
| c | is the number of index positions printed as column labels. |
the statement can be used without the r and c arguments. Note a Display statement is needed to output the item and that this formatting is used for all subsequent displays of that item.
|