Chapter Contents |
Previous |
Next |
GETPARMID |
Category: | Modular Programming and Object Oriented |
Syntax | |
Details | |
Example | |
See Also |
Syntax |
nval=GETPARMID(); |
Type: Numeric
Details |
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.
Example |
Retrieve the table identifier value that was stored in another program by SETPARMID:
dsid=getparmid();
See Also |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.