WebSphere Application Server Version 6.1 Feature Pack for Web Services
             Operating Systems: z/OS

             Personalize the table of contents and search results
This topic applies only on the z/OS operating system.

Using the log browse utility (BBORBLOG)

Use the log browse utility (BBORLOG) to view log stream files.

About this task

The browser takes two parameters:
Parameter Description
log stream name The name of the log stream. See the job messages for the name of the log stream.
format option

80 The default. The log stream record will be formatted on a lrecl length of 80 characters. Additional lines will be wrapped.

NOFORMAT Turns off formatting. The error log message appears as one log message string in the browse file.

Procedure

View the error log stream output using the BBORBLOG browser. To invoke the browser, go to ISPF option 6 and enter:
'BBO.SBBOEXEC(BBORBLOG)' 'BBO.BOSSXXXX format option'
Note: In this example, BBORBLOG resides in BBO.SBBOEXEC.

Results

The browser creates a browse data set named "userid.stream_name ", which contains the contents of the log stream. When the browser is executed, it:
  1. Allocates a data set called userid.stream_name, which overwrites any duplicate data sets.
  2. Populates the data set with the contents of the log stream.
  3. Puts the user in "browse" mode on the data set.

Important: Each time BBORBLOG is invoked a static file is created which overwrites the existing file. In order to refresh the file, it is necessary to re-issue BBORBLOG

If the BBORBLOG utility (or SBBOLOAD) is not in the linklist or in link pack area (LPA), the utility fails with the following error:
 COMMAND BBORBLOG NOT FOUND 57 *-* ADDRESS TSO "BBORBLOG "strm" "format"" +++ RC(-3) +++

Example

There are three valid ways (three separate commands to use) to invoke the browser. We will illustrate each of these using the following example:

Example: If the BBORBLOG member was in a data set named BBO.SBBOEXEC, then you would issue one of the following depending on your chosen format option:
ex 'BBO.SBBOEXEC(BBORBLOG)' 'BBO.BOSSXXXX' 
ex 'BBO.SBBOEXEC(BBORBLOG)' 'BBO.BOSSXXXX  80'
ex 'BBO.SBBOEXEC(BBORBLOG)' 'BBO.BOSSXXXX  NOFORMAT'

Tip:: It is easier to invoke the browser if you add the target library (in our example, BBO.SBBOEXEC) to the SYSEXEC concatenation of the user logon procedure during the WebSphere Application Server for z/OS installation. If you concatenate the library during installation, you do not have to specify the library containing the browser REXX exec- you only need to specify BBORBLOG.

Task topic    

Terms of Use | Feedback

Last updated: Nov 25, 2008 2:35:59 AM CST
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/index.jsp?topic=/com.ibm.websphere.wsfep.multiplatform.doc/info/ae/ae/ttrb_usebrw.html