Modify global ASE settings
| Component: | ASE | 
| Functional area: | Error logging | 
| Domain: | ERROR-LOGGING | 
| Privileges: | TSOS | 
Function
The MODIFY-ASE-PARAMETERS command modifies global ASE settings. The size of the internal logging buffer in which SERSLOG events are logged is concerned here (ACTION=*INTERNAL-LOGGING). When the ASE subsystem is started, the buffer is created with a size of 4 KB. If the buffer is not large enough, new log records overwrite the oldest entries (“wrap-around”). If this is not desired, the buffer can be enlarged. The SHOW-ASE-STATUS command can be used to determine whether wrap-around is being used.
ASE V1.0 enables up to 127 log records to be saved per 4-KB block.
The SHOW-ASE-PARAMETERS command displays the current buffer size.
Format
| MODIFY-ASE-PARAMETERS | 
| BUFFER-SIZE = *UNCHANGED / <integer 1..16 4Kbyte> | 
Operands
BUFFER-SIZE = *UNCHANGED / <integer 1..16 4Kbyte> 
Specifies the new size of the internal logging buffer in 4-KB blocks. When the subsystem starts, ASE creates the internal logging buffer with a size of 4 KB (corresponds to BUFFER-SIZE=1).
Return codes
| (SC2) | SC1 | Maincode | Meaning/Guaranteed messages | 
|---|---|---|---|
| 0 | CMD0001 | Command executed without errors | |
| 1 | ASE0010 | Syntax error | |
| 32 | CMD0221 | System error | |
| 64 | ASE0011 | Semantic error |