IMSTAT Procedure (Data and Server Management)
Syntax
PROC IMSTAT <options>;
COMPUTE column-name "
SAS-statements"
</ option>;
CREATETABLE table-name column-specification1 <column-specification2...> </ options>;
FETCH <variable-list> </ options>;
FREE resource-specification;
LIFETIME time-specification <MODE=
ABSOLUTE | LASTUSE >;
SCHEMA dim-specification1 <dim-specification2 ...> </ options>;
SCORE CODE=
file-reference <options>;
SET set-specification1 <set-specification2 ...> </ options>;
STORE <table-name <[table-number]>>(row-number |
_ALL_ | _LAST_ | row-list |
WHERE=(where-clause) <,>
column-number |
_ALL_ | COLS=column-list)
= macro-variable-name </
options>;
TABLE <libref.member-name>;
UPDATE variable1=value1 <variable2=value2 ...> </options>;
Table of Procedure Tasks and Examples
Copyright © SAS Institute Inc. All rights reserved.