| DATA Step Functions for Metadata Security Administration |
Ends the TC.
| Syntax |
rc = METASEC_ENDTRAN(uri,tc,flags);
| Arguments |
| Argument | Direction | Description |
|---|---|---|
|
uri |
in | Character variable or constant that contains the URI of the object to be manipulated by the transaction |
|
tc |
in | Character variable that contains the handle of the TC to be ended |
|
flags |
in |
Integer bit field that specifies whether the transaction should be committed;
use one of the following macro variables from %MDSECCON()
For more information, see Using the %MDSECCON() Macro. |
| Return Values |
| Details |
This function calls the ISecAdmin method EndTransactionContext(). 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.