SIMSYSTEM Procedure

Syntax: SIMSYSTEM Procedure

The following statements are available in the SIMSYSTEM procedure:

  • PROC SIMSYSTEM <options>;

  • MOMENTGRID SKEWNESS=values KURTOSIS=values <MEAN=values STDDEV=values > ;

  • MOMENTS SKEWNESS=values KURTOSIS=values <MEAN=values STDDEV=values > ;

  • OUTPUT OUT=libref.data-table <keyword=name …keyword=name> ;

The following sections describe the PROC SIMSYSTEM statement and then describe the other statements in alphabetical order. You must specify the moments of the distributions to be sampled by specifying only one of the following: the DATA= option in the PROC SIMSYSTEM statement; the MOMENTGRID statement; or the MOMENTS statement. The OUTPUT statement is required if you want to save the sample in a data table.

Last updated: June 22, 2026