IMSTAT Procedure (Data and Server Management)

DISTRIBUTIONINFO Statement

The DISTRIBUTIONINFO statement returns the number of partitions and the number of records on each worker node in the SAS LASR Analytic Server instance. This information provides the approximate distribution characteristics of the data across the worker nodes. If you want more details about the data distribution, then use the PARTITIONINFO statement.

Syntax

DISTRIBUTIONINFO </ option>;

DISTRIBUTIONINFO Statement Options

SAVE=table-name

saves the result table so that you can use it in other IMSTAT procedure statements like STORE, REPLAY, and FREE. The value for table-name must be unique within the scope of the procedure execution. The name of a table that has been freed with the FREE statement can be used again in subsequent SAVE= options.

Details

ODS Table Names

The DISTRIBUTIONINFO statement generates the following ODS table.
ODS Table Name
Description
Option
DistributionInfo
Distribution information for a LASR Analytic Server table
Default
For information about using the ODS table with SAVE= option, see the Details section of the STORE statement.