DATA Step Functions for Metadata Security Administration |
Deletes ACT from the metadata server.
Syntax |
rc = METASEC_DELACT(tc,act_uri);
Arguments |
Return Values |
Value | Description |
---|---|
0 | Successful completion |
-1 | Unable to connect to the metadata server |
-2 | ACT was not deleted; see sysmsg() for information |
Details |
When the ACT is deleted, any associations are also deleted.
This function calls the ISecAdmin method DestroyAccessControlTemplate(). 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.