1 /CONTEXT
Displays only PEdriver trace settings and the event definition. If this qualifier is not included, trace event data is displayed.
2 /EVENT
/EVENT=(event1[,...]) Enables tracing on specific events, which you can use wildcards to specify. The default is all of the events that are in the trace buffer. Use the SHOW TRACE/CONTEXT command to display event names.
3 /EXCLUDE
/EXCLUDE[=(nodename[,...]) Excludes channels to specific nodes, which you can use wildcards to specify. Each node name can be accompanied by optional qualifiers to specify local and remote device names. If no local or remote device name is specified, all channels associated with the specified node are included.
4 /GLOBAL
/GLOBAL (default when no nodes are specified) /NOGLOBAL (default when nodes are specified) Specifies whether or not global trace data is to be returned.
5 /INPUT
/INPUT=filename Reads trace data from the specified file and displays it.
6 /LOCAL_DEVICE
/LOCAL_DEVICE=(landevicename[,...]) Includes specific LAN devices that identify the local end of the channel. You can use wildcards to specify LAN devices. Use the SHOW LAN_DEVICE command to display device names.
7 /OUTPUT
/OUTPUT=filename Creates the specified file and directs output to it. If the filename extension is .DMP, the trace data is written to a dump file so that you can use the /INPUT qualifier to display it later.
8 /REMOTE_DEVICE
/REMOTE_DEVICE=(landevicename[,...]) Includes specific LAN devices which identify the remote end of the channel, which you can use wildcards to specify. Use the SHOW LAN_DEVICE command to display device names.
9 /SORT
/SORT /NOSORT (default) Returns trace data sorted across channels, VCs, and the global trace buffer by sequence number. The default is trace data returned for channels and VCs one at a time, in order, for the channel or VC, but not across channels and VCs.