$ZAUditlog

Sends its argument to an audit logger/listener process. This function requires setting the AZA_ENABLE audit logging facility in the $gtm_dist/restrict.txt file. For information on setting up the AZA_ENABLE audit logging facility, refer to "Configuring the Restriction Facility" section in the GT.M Administration and Operations Guide.The format for the $ZAUDITLOG() function is:

ZAUDITLOG(expr)

Examples of $ZAUDitlog()

Example:

GTM>write $zauditlog("Name Change for "_ip)
1
GTM>

This example uses $ZAUDITLOG() to log a literal label concatenated with a variable (identifier). The return indicates the logging was successful.