SAS Component Language Dictionary |
Returns the numeric value stored by the SETPARMID routine
Category: |
Modular Programming and Object Oriented
|
-
nval
-
contains the numeric value stored by a previous
call to the SETPARMID routine.
Type: Numeric
SETPARMID stores a value, and GETPARMID
retrieves the stored value. SETPARMID and GETPARMID allow only one value to
be passed. To pass multiple values between entries, use the ENTRY statement.
Additional ways of making values available to other SCL programs include using
macro variables and SCL lists.
Retrieve the table identifier value that was stored
in another program by SETPARMID:
dsid=getparmid();
DISPLAY
ENTRY
SETPARMID
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.