[z/OS]

Error log stream record output

This article provides two samples of error log stream output and explains the various attributes they contain.

There are two error log stream records that we will look at:
Note: The numbers to the left of each sample were added to specify lines-they will not be in the actual output.

Sample output from a server logstream:



1|  2000/06/01 16:01:06.683 01 SYSTEM=SY1 SERVER=BBOASR1A JobName=BBOASR1S
2|            ASID=0X0033 PID=0X0100003C TID=0X24F858A0 0X000004 c=2.1010030
3|            ./bbooreq.cpp+4437 ... BBOU0013W The function
4|            make_user_exception(IIOP_protocolArea*)+4437 raised a user exception 
5|            CosNaming::NamingContext::NotFound.


The log stream record output fields from stream BBO.BOSSXXXX are:

Table 1. Parts table for a server logstream record output
Component Description
line 1: 2000/06/01 16:01:06.683 01 Date / timestamp / 2-digit record version number
line 1: SYSTEM=SY1 System name
line 1: SERVER=BBOASR1A Server name
line 1: JobName=BBOASR1S Jobname
line 2: ASID=0X0033 ASID (address space identifier)
line 2: PID=0X0100003C PID (Process ID)
line 2: TID=0X24F858A0 0X000004 TID (Thread ID)
line 2: c=2.1010030 Request correlation information
line 3: . /bbooreq.cpp+4437 File name & line
line 3: BBOU0013W Log message number
line 3: The function. .. Log message
lines 4-5: make_user_exception... CosNaming::Naming... Continuation lines: Continuation of the Log Stream log message
Note: Each field is delimited by a blank.

Sample output from CERR of a server:



1|  BossLog: { 0017} 2000/06/01 15:58:25.557 01 SYSTEM=SY1 SERVER=BBOASR1A
2|     PID=0X0100003C TID=0X24F82920 00000000  c=3.C5D02
3|     ./bboiroot.cpp+1195 ... BBOU0012W The function IRootHomeImpl::findHome(
4|     const char*)+1195 received CORBA system exception CORBA::INTERNAL.
5|     Error code is C9C21200. 

The CERR job message output fields are:

Table 2. Parts table for a CERR record output
Component Description
line 1: BossLog: { 0017} BossLog: {entry number}
line 1: 2000/06/01 15:58:25.557 01 Date / timestamp / 2-digit record version number
line 1: SYSTEM=SY1 System name
line 1: SERVER=BBOASR1A Server name
line 2: PID=0X0100003C PID (Process ID)
line 2: TID=0X24F82920 00000000 TID (Thread ID)
line 2: c=3.C5D02 Request correlation information
line 3: . /bboiroot.cpp+1195 File name & line
line 3: BBOU0012W Log message number
line 3: The function IRootHomeImpl::find. .. Log message
lines 4-5: const char*)+1195 received CORBA system exception CORBA::INTERNAL. Error code is C9C21200. Continuation lines: Continuation lines of the CERR job message

Saving your BBORBLOG browser output

When you use the BBORBLOG browser, it creates a data set name, which depends on the TSO PROFILE PREFIX value. If you invoke the TSO environment with a TSO PROFILE PREFIX definition value, this value is used, in conjunction with the log stream name, to form the output data set. For example, if you issue the TSO PROFILE PREFIX(HARRY) command and the log stream name is BBO.BOSSXXXX, the output data set is HARRY.BBO.BOSSXXXX.

[Fix Pack 29 or later] You can use the outdsn parameter to specify a name for the output data set before you save it. For more information on this parameter, see the usage information on the BBORBLOG log browse utility.

The contents of the current view of the log stream will remain until the stream reaches its retention date. The next time you invoke the browser, however, the current view of the log stream will be deleted because it uses the same data set name. The previous data will exist in another record (not the current view) until its retention date.

[Fix Pack 29 or later] If you use the outdsn parameter to specify a unique output data set name the current view of the log stream is not deleted.




Related tasks
Viewing error log contents through the Log Browse Utility (BBORBLOG)
Choosing diagnostic information sources
Using the log browse utility (BBORBLOG)
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=rtrberrls
File name: rtrb_errls.html