Previous Page
|
Next Page
PACKAGE_END
Frees the resources that are associated with a package
Syntax
Details
Example
Syntax
CALL PACKAGE_END
(
packageId
,
rc
);
Required Arguments
packageID
identifies the package.
Type:
Numeric, Input
rc
receives a return code.
Type:
Numeric, Output
Details
This CALL should be made after the completion of package publishing.
Example: Using PACKAGE_END
The following example frees the resources that are associated with the package.
CALL PACKAGE_END(packageId, rc);
Copyright © SAS Institute Inc. All rights reserved.
Previous Page
|
Next Page
|
Top of Page