Formatting a SYSRRS trace

Format the trace with an IPCS CTRACE COMP(SYSRRS) subcommand. Its OPTIONS parameter specifies the options that select trace records to be formatted. Your formatting options depend to a great extent on the tracing options you requested. Use the formatting options to narrow down the records displayed so that you can more easily locate any errors. If you specify no options on the CTRACE subcommand, IPCS displays all the trace records.

You can specify one or more OPTIONS subparameters. If you specify no OPTIONS subparameters, all trace records are formatted. A trace record must match all specified OPTIONS subparameters to be formatted.

OPTIONS=((option[,option]...))

option is one of the following:

         LUWID(luwid)
         EID(eid)
         RMNAME(rmname)
         URID(urid)
         USERID(userid) 
LUWID(luwid)
Specifies one of the logical unit of work identifiers (LUWIDs) specified when the trace was generated.
EID(eid)
Specifies one of the Enterprise identifiers (EIDs) specified when the trace was generated. Specify eid as:
  • tid
  • tid,gtid

Or, if you omitted tid when you specified the identifier: *,gtid

RMNAME(rmname)
Specifies one of the resource manager names specified when the trace was generated.
URID(urid)
Specifies a UR identifier. The URID is a 16-byte character string returned to the resource manager by one of the following callable services: Change_Interest_Type, Express_UR_Interest, Retain_Interest, Retrieve_UR_Interest, or Retrieve_UR_Data. The URID is saved in the resource manager log; you can obtain it through an RRS panel.
USERID(userid)
Specifies one of the user IDs specified when the trace was generated. Note that USERID does not filter out trace records in which the user ID is blank.
The following is an example of how to specify an IPCS CTRACE OPTIONS parameter:
OPTIONS=((RMNAME(datamgr),USERID(jjones)))