[z/OS]

Example: Setting specific trace points

This example demonstrates how to set specific trace points using scripting.

To set specific trace points, use the following command:
f server,tracespecific=n | (n,...)
Example 1: The following command will turn on the specific trace point 04006001:
f bbo6acr,tracespecific=04006001
Example 2: The following command will turn on the specific trace points 04006001 and 04006027:
f bbo6acr,tracespecific=(04006001,04006027)
Example 3: The following command will turn on the specific trace points set in the environment variable tracepoints:
f bbo6acr,tracespecific='tracepoints'



Related tasks
Working with trace
Related reference
Modify command
Reference topic Reference topic    

Terms and conditions for information centers | Feedback

Last updatedLast updated: Aug 31, 2013 2:56:59 AM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=pix&product=was-nd-dist&topic=rxml_mvstracepoints
File name: rxml_mvstracepoints.html