This topic applies only on the z/OS operating system.

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    

Terms of Use | Feedback

Last updated: Sep 20, 2010 11:08:29 PM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=vela&product=was-nd-mp&topic=rxml_mvstracepoints
File name: rxml_mvstracepoints.html