| Publishing Packages |
| Syntax | |
| Arguments | |
| Details |
Syntax |
| CALL PACKAGE_END(packageId, rc); |
identifies the package.
| Type: | Numeric |
| Direction: | Input |
receives a return code.
| Type: | Numeric |
| Direction: | Output |
| Details |
This CALL should be made after the completion of package publishing.
The following example frees the resources that are associated with the package.
CALL PACKAGE_END(packageId, rc);
Copyright © 2008 by SAS Institute Inc., Cary, NC, USA. All rights reserved.