/DISPLAY=(field,...)
  /NODISPLAY
 	Specifies which fields (apart from the protocol data itself)
 	in a trace record are displayed.
 	The fields that can be displayed are:
 	[NO]ALL             All the fields shown below are displayed.
 	[NO]CONTEXT         Tracepoint-specific information.
 	[NO]EVENT           The event code.
 	[NO]FUNCTION_CODE   The tracepoint-specific function code of
                             the operation being traced.
 	[NO]NAME            The name of the tracepoint from which the
                             trace record was collected. Names longer
                             than 16 characters will be truncated on
                             the right.
 	[NO]SIZE            The original size of the trace data, in
                             bytes.
 	[NO]STATUS          If the value in this field is non-zero, it
                             is the current status of the operation
                             being traced.
 	[NO]TIME            The time at which the trace record was
                             collected.
 	The default display is:
 	TIME
 	EVENT
 	SIZE