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-STATUS

&pagelevel(3)&pagelevel

Display ASE status information

Component:

ASE

Functional area:

Error logging

Domain:

ERROR-LOGGING

Privileges:

TSOS

Function

The SHOW-ASE-STATUS command enables status information about the ASE subsystem to be queried. The output provides information on whether ASE buffer areas which are not large enough had to be overwritten. When required, the internal logging buffer can be enlarged using the MODIFY-ASE-PARAMETERS command.

Format

SHOW-ASE-STATUS                                                                                                                                   

   

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

An information line is output for each ASE buffer area.

Sample output

LOGGING TABLE WRAPPED: YES

INTERNAL DATA WRAPPED: NO 

Explanation of the output columns

Output field

Meaning

LOGGING TABLE WRAPPED:

Indicates whether a wrap-around (i.e. the new data overwrites the oldest entries in the event of a buffer overflow) of the internal logging buffer has occurred. If necessary, the buffer can be enlarged using the MODIFY-ASE-PARAMETERS command.
Possible values: YES or NO

INTERNAL DATA WRAPPED:

This information is only relevant for internal diagnostics.
Indicates whether a wrap-around of an internal table has occurred.
Possible values: YES or NO

Table 95: Output information of the SHOW-ASE-STATUS command