Module SubscriptionService

Macros to retrieve subscription information.

Since: 2.1

Macro Summary
external

LSAF
%lsaf_getsubscriptions(sas_dsname=work.lsafGetSubscriptions);
Gets the metadata for all subscriptions for the current user. The metadata is stored in a ...

Macro Detail

%lsaf_getsubscriptions(sas_dsname=work.lsafGetSubscriptions);

[ Exposure: external ]
Gets the metadata for all subscriptions for the current user. The metadata is stored in a
SAS data set.

Syntax:
%LSAF_GETSUBSCRIPTIONS(<SAS_DSNAME=SAS-data-set>);

          
History:
   2014-03-11
initial coding
   2016-08-26
rebrand as LSAF
   2019-02-15
update to 2.1
Expected Macro Variables:
_lsafMsg_ - The return message.
_lsafRC_ - The return code.
Parameters:
sas_dsname - - Optional - The name of the output SAS data set to contain the metadata
        for the subscriptions, specified as libref.dataset. The default value is
        WORK.LSAFGETSUBSCRIPTIONS. The data set contains a row for each subscription
        with the following names. The data set is sorted by the event and path.
        - event: The name of the event subscription.
        - path: The path of the item to which a subscription applies.
File: lsaf_getsubscriptions.sas
First available in version: 1.4