| Publishing Packages |
| Syntax | |
| Arguments | |
| Details |
Syntax |
| CALL PACKAGE_TERM(pkgListId, rc); |
identifies the list of packages.
| Type: | Numeric |
| Direction: | Input |
receives a return code.
| Type: | Numeric |
| Direction: | Output |
| Details |
This CALL routine is used when publishing a package. The following example frees all resources that are associated with pkgListId .
CALL PACKAGE_TERM(pkgListId, rc);
Copyright © 2008 by SAS Institute Inc., Cary, NC, USA. All rights reserved.