FCMP Procedure
OUTARGS Statement
Specifies arguments in an argument list that you
want a subroutine to update.
Syntax
Required Argument
- out-argument
-
specifies arguments
from the argument list that you want the subroutine to update.
Tip:If an array is listed in the OUTARGS statement within
a routine, then the array is passed “by reference.”
Otherwise, it is passed “by value.”
Example:See SUBROUTINE Statement for an example of how to use the OUTARGS statement in a
subroutine.
Copyright © SAS Institute Inc. All rights reserved.