Chapter Contents |
Previous |
Next |
UNIQUENUM |
Category: | Utility |
Syntax | |
Details | |
Example |
Syntax |
num=UNIQUENUM(); |
Type: Numeric
Details |
UNIQUENUM returns a number that is unique for each call to the function during a SAS session.
Example |
num=uniquenum(); put num=;
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.