SAS Institute. The Power to Know

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

Previous Page | Next Page

Publishing Packages

PACKAGE_TERM



Frees all resources associated with the package list identifier
Syntax
Arguments
Details

Syntax

CALL PACKAGE_TERM(pkgListId, rc);

Arguments

pkgListId

identifies the list of packages.

Type: Numeric
Direction: Input
rc

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

Previous Page | Next Page | Top of Page