Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://xmm.vilspa.esa.es/sas/7.0.0/doc/param/node20.html
Дата изменения: Wed Jun 28 22:46:28 2006 Дата индексирования: Sat Dec 22 07:52:09 2007 Кодировка: Поисковые слова: comet |
The parameter system includes support for an alternative command-line syntax, required by the PCS tools. This mode is selected using the following environment variable:
setenv SAS_CLMODE PCS
In this mode, only the parameter names CCF, SF, COEFF and ODF should be specified. These options should have a single minus sign and be followed by a space-separated list of arguments. Arguments before the first of these flags are assumed to be ODF items.
For example, the following PCS command line:
foo odf1 odf2 -COEFF co1 co2 -CCF ccf1 ccf2 -SP res
is equivalent to the following SAS command line:
foo --ODF="odf1 odf2" --COEFF="co1 co2" --CCF="ccf1 ccf2" --SP=res
PCS mode should not be used for normal SAS tools. PCS mode is a deprecated feature, which may disappear if later releases of the PCS tools use the normal SAS format.