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. |
INTERNAL DATA WRAPPED: | This information is only relevant for internal diagnostics. |