Troubleshooting: User abend 4088
If you receive user abend 4088 when running Db2® Admin Tool, the Language Environment (LE) STACK option might not be set correctly.
Symptoms
The following user abend occurs when using the DIS (display) line command on a table object or the B (browse data) line command:
IRX0251E User abend code 4088, reason code 00000104
Resolving the problem
Ensure the LE STACK option KEEP is used (instead of FREE) as shown in the following example:
STACK(32768,65536,ANYWHERE,KEEP,524288,131072)
KEEP is the default and is recommended by IBM.