Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

SHOW-ASE-LOGGING

&pagelevel(3)&pagelevel

Display ASE logging data

Component:

ASE

Functional area:

Error logging

Domain:

ERROR-LOGGING

Privileges:

TSOS

Function

The SHOW-ASE-LOGGING command outputs all SERSLOG events which have been logged internally (ACTION=*INTERNAL-LOGGING). The output is directed to SYSOUT, and can also optionally be directed to SYSLST. The set of logging records to be output can be restricted to message keys which, in the length specified, match the specified substring.

Format

SHOW-ASE-LOGGING                                                                                                                               

RECORD-ID = *ALL / <alphanum-name 1..7>

,OUTPUT = list-poss(2): *SYSOUT / *SYSLST

Operands

RECORD-ID = *ALL / <alphanum-name 1..7>
Specifies the SERSLOG events for which the logged information is to be output. The default *ALL causes all logging records to be output. When a particular message key is specified or part of one, information is output only for the message keys which, in the length specified, match the specified value.

OUTPUT = list-poss(2): *SYSOUT / *SYSLST 
Specifies where the information is to be output. The default setting is output to SYSOUT.

Return codes

(SC2)

SC1

Maincode

Meaning


0

CMD0001

Command executed without errors


1

ASE0010

Syntax error


32

CMD0221

System error


64

ASE0011

Semantic error

Output format

The information is displayed in a table. The output begins with a header line containing the names of the output columns. This is followed by a value line for each logging record.

RECTYPE  TSN       CALLER           DATE       TIME     ELSN CRY0001  83N6 CRYASS +000007C4 
2012-02-17  09:29:20 0000AFFE

Output column

Meaning

RECTYPE

SERSLOG record identifier (corresponds to message number)

TSN

TSN of the task which triggered the SERSLOG event

CALLER

Address of the $NERLOS call, defined by module name and relative distance (hexadecimal) to the start of the module in the format <name 1..8>+<x-text 8..8>

DATE

Date of the SERSLOG event in the format yyyy-mm-dd

TIME

Time of the SERSLOG event in the format hh-mm-ss

ELSN

Error Logging Sequence Number (hexadecimal) of the SERSLOG event in the format
<x-text 8..8>

Table 94: Output columns of the SHOW-ASE-LOGGING column