| Publishing Packages |
| Syntax | |
| Arguments | |
| Example |
Syntax |
| CALL RETRIEVE_REF(entryId, referenceType, reference, rc); |
identifies the reference entry to be retrieved.
| Type: | Numeric |
| Direction: | Input |
returns the type of the reference, the value of which can be HTML or URL.
| Type: | Character |
| Direction: | Output |
returns the value of the reference.
| Type: | Character |
| Direction: | Output |
receives a return code.
| Type: | Numeric |
| Direction: | Output |
| Example |
The following example retrieves a reference entry from a package.
refType=''; ref=''; CALL RETRIEVE_REF(rid, refType, ref, rc);
Copyright © 2008 by SAS Institute Inc., Cary, NC, USA. All rights reserved.