Chapter Contents |
Previous |
Next |
Syntax of Functions |
function-name (argument-1<. . .,argument-n>) |
function-name (OF variable-list) |
function-name (OF array-name{*}) |
where
Tip: | If the value of an argument is invalid (for example, missing or outside the prescribed range), SAS prints a note to the log indicating that the argument is invalid, sets _ERROR_ to 1, and sets the result to a missing value. |
Examples: |
|
Examples: |
|
Examples: |
|
Syntax of CALL Routines |
CALL routine-name (argument-1<. . .,argument-n>); |
where
Examples: |
|
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.