ABSTRACT | provides an abstract (short summary) of the inserted package. |
EXPIRATION_DATETIME | numeric SAS datetime value. This value should be specified in GMT format. |
NAMESPACES | specifies unique names that associate published
packages with specific contexts on a WebDAV-compliant server. The
association of a namespace with a package organizes package data on
a server according to meaningful criteria or contexts. A namespace
is an additional scoping criterion for a name/value description of
a package or package entry. When you publish a package to WebDAV,
the name/value descriptors are stored with the package or its entries
to the specified WebDAV namespaces. For example, a package might be
described as containing first quarter profits that were generated
by the Houston office. The specified description and scope uniquely
define the package so that consumers can filter name/value pairs
on packages or entries unambiguously. An example of a namespace definition
that you enter in the Namespaces field follows: HOUSTON='http://www.AlphaliteAirways.com/revenue/final' . A namespace specification is case sensitive with single quotation
marks surrounding embedded values. To specify multiple namespaces,
separate each namespace definition with a space.
|
packageId=0; rc=0; desc = "Nightly run."; nameValue=''; dtValue = '20apr2010:08:30:00'dt; abstract = "This package contains company confidential information."; properties="EXPIRATION_DATETIME, ABSTRACT"; CALL PACKAGE_BEGIN(packageId, desc, nameValue, rc, properties, dtValue, abstract);
packageId=0; rc=0; desc = "Nightly run."; nameValue=''; namespaces = 'A="http://www.alpair.com/myNamespace1" B="http://www.alpair.com/myNamespace2"'; CALL PACKAGE_BEGIN(packageId, desc, nameValue, rc, "NAMESPACES", namespaces);