SAS Institute. The Power to Know

SAS(R) 9.2 Publishing Framework: Developer's Guide

Previous Page | Next Page

Publishing Packages

PACKAGE_END



Frees the resources that are associated with a package
Syntax
Arguments
Details

Syntax

CALL PACKAGE_END(packageId, rc);

Arguments

packageID

identifies the package.

Type: Numeric
Direction: Input
rc

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);

Previous Page | Next Page | Top of Page