Generates a sound with a specific frequency and duration.
Category: | Special |
Windows specifics: | all |
specifies the sound frequency in terms of cycles per second. The frequency must be at least 20 and no greater than 20,000.
specifies the sound duration in milliseconds. The default is -1.
data _null_; call sound(523,2000); run;