Publishing Framework
PACKAGE_TERM
Frees all resources associated with the package list identifier.
Syntax
CALL PACKAGE_TERM(pkgListId, rc);
- pkgListId
- Numeric, input.
Identifies the list of packages.
- rc
- Numeric, output.
Receives a return code.
Details
Freeing resources closes all queues and files associated with the package list
identifier.
The following example frees all resources associated with pkgListId .
CALL PACKAGE_TERM(pkgListId, rc);
See Also
|