Use the log browse utility (BBORLOG) to view log stream files.
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 is formatted on a lrecl length of 80 characters. Additional lines are wrapped. NOFORMAT Turns off formatting. The error log message displays as one log message string in the browse file. |
'BBO.SBBOEXEC(BBORBLOG)' 'BBO.BOSSXXXX format option'
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
COMMAND BBORBLOG NOT FOUND 57 *-* ADDRESS TSO "BBORBLOG "strm" "format"" +++ RC(-3) +++
There are several valid methods with separate commands to invoke the browser. The following example shows these different methods:
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.