Terminates the simulation of the current user.
Stat = "halt".
dcltrans transaction TMain begin gHdbc1 := DB_Connect(CONNECT_STRING); if gHdbc1 = 0 then halt; end; end TMain;