Previous Page | Next Page

DATA Step Functions for Metadata Security Administration

METASEC_REMACT Function

Removes an ACT from the object's access controls.


Syntax

rc = METASEC_REMACT(tc,uri,act_uri<,flags>);


Arguments

Argument Direction Description
tc
in Transaction context handle; can be an empty string " " to invoke with a temporary context
uri
in Character variable or constant that contains the URI of the object from which you want to remove the ACT
act_uri
in Character variable or constant that contains the URI of the ACT that you are removing; use the following form of URI: "omsobj:AccessControlTemplate/xxxxxxxx.yyyyyyyy"
flags
in Not currently used; set to 0 (zero)


Return Values

Value Description
0 Successful completion
-1 Unable to connect to the metadata server
-99 or less Other error; see log or sysmsg() for information


Details

This function calls the ISecAdmin method RemoveACTFromObj(). For information about the method, see SAS Open Metadata Interface: Reference.


Example


Related Functions

Previous Page | Next Page | Top of Page