DtvLong dal_mas_set_xaa_mas (idm, xaa)

Sets a userexit at the post_action-userexit of the mask passed.

Input Parameters Significance
DtvLong idm mask Id
char *xaa post_action-userexit

Output Parameters Significance
no -

Return Code Significance
0 no error
1 zero pointer
2 function name not in userexit list

The post_action-userexit is called after an operation has been executed in the mask (insert, update, query, delete, rollback).

Any required application parameters must be passed together with the name of the userexit in *xaa. In order to delete an userexit already set, you must pass an empty string.

The function automatically invoke any set mask listener function.