Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 3 Tools : S6BTROFF

S6BTROFF
Terminates tracing initiated by the complementary shareable tool S6BTRON. (C)
Invocation
CALL S6BTROFF
Usage Notes
Calling S6BTROFF without a preceding call to S6BTRON has no effect and causes no exception to be raised.
Exceptions
None
Example
This rule will execute the rule specified by the parameter RULE in a nested transaction, while outputting trace records to the data set or file specified by TRACEFILE.

 
TRACE(TRACEFILE, RULE);
_----------------------------------------------------------
_ CALL S6BTRON(TRACEFILE); | 1
_ CALL $EXECUTE(RULE, 'N', 'N', 'L'); | 2
_ CALL S6BTROFF; | 3
_ ---------------------------------------------------------

 

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved