Previous Page
|
Next Page
PACKAGE_TERM
Frees all resources associated with the package list identifier
Syntax
Details
Example
Syntax
CALL PACKAGE_TERM
(
pkgListId
,
rc
);
Required Arguments
pkgListId
identifies the list of packages.
Type:
Numeric, Input
rc
receives a return code.
Type:
Numeric, Output
Details
This CALL routine is used when publishing a package.
Example: Using PACKAGE_TERM
The following example frees all resources that are associated with
pkgListId
.
CALL PACKAGE_TERM(pkgListId, rc);
Copyright © SAS Institute Inc. All rights reserved.
Previous Page
|
Next Page
|
Top of Page