DATA Step Functions for Metadata Security Administration |
Removes an ACT from the object's access controls.
Syntax |
rc = METASEC_REMACT(tc,uri,act_uri<,flags>);
Arguments |
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 |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.