Previous Page | Next Page

SAS System Options

UUIDCOUNT= System Option



Specifies the number of UUIDs to acquire from the UUID Generator Daemon.
Valid in: configuration file, SAS invocation, OPTIONS statement, SAS System Options window
Category: Environment control: Files
PROC OPTIONS GROUP= ENVFILES

Syntax
Syntax Description
Details
See Also

Syntax

UUIDCOUNT= n | MIN | MAX

Syntax Description

n

specifies the number of UUIDs to acquire. Zero indicates that the UUID Generator Daemon is not required.

Range: 0-1000
Default: 100
MIN | MAX
MIN specifies that the number of UUIDs to acquire is zero, indicating that the UUID Generator Daemon is not required.
MAX specifies that 1000 UUIDs at a time should be acquired from the UUID Generator Daemon.

Details

If a SAS application will generate a large number of UUIDs, this value can be adjusted at any time during a SAS session to reduce the number of times that the SAS session would have to contact the SAS UUID Generator Daemon.


See Also

System Option:

UUIDGENDHOST= System Option

Function:

UUIDGEN Function

Universal Unique Identifiers and the Object Spawner in SAS Language Reference: Concepts

Previous Page | Next Page | Top of Page