HPCOPULA Procedure

PERFORMANCE Statement

  • PERFORMANCE <performance-options>;

The PERFORMANCE statement specifies performance-options to control the multithreaded computing environment and requests detailed performance results of the HPCOPULA procedure. You can specify the following performance-options:

DETAILS

requests a table that shows a timing breakdown of the PROC HPCOPULA steps.

NTHREADS=n

specifies the number of threads for analytic computations and overrides the SAS system option THREADS | NOTHREADS. If you do not specify the NTHREADS= option, PROC HPCOPULA creates one thread for the analytic computations.

For more information about the PERFORMANCE statement, see the section PERFORMANCE Statement (SAS/STAT User's Guide).

Last updated: June 19, 2025