&SEED

Provides an initial value for the &RANDOM function. This function provides statistical control (reproducibility) over programs using &RANDOM.
Restriction: This topic applies only when the AppMaster Builder AddPack has been installed, and applies only to Windows platforms.

Syntax:

&SEED (initialvalue)

Aliases:

&seed (initialvalue)
&Seed (initialvalue)

Comment:

Character strings are acceptable for initialvalue, if they can be converted to numeric types.

Example:

&SEED (1234)