PreviousNext
Help > Development > W-Language Functions for AS/400 > Trace Management functions > ASSetTrace > Example
Example


//activate trace

IF NOT ASSetTrace(True,"EASYCOM/TRACE",4, True, MyConnection)

 Error(ErrorInfo()) 

FIN