Options to use to obtain a SYSUDUMP and a CEEDUMP
search cancel

Options to use to obtain a SYSUDUMP and a CEEDUMP

book

Article ID: 53565

calendar_today

Updated On:

Products

Aion Business Rules Expert

Issue/Introduction

How can I obtain a SYSUDUMP and a CEEDUMP, which will show what I would have if my application failed, and what LE Options should I use?

 

Environment

Release:
Component: AIONBR

Resolution

To obtain a SYSUDUMP, the following LE options should be specified in the

  //CEEOPTS DD
  TERMTHDACT(UAIMM) 
  TRAP(OFF) 

To obtain a CEEDUMP the following options are used:

  TERMTHDACT(DUMP) 
  TRAP(OFF) 

Note, for TRAP, it needs to be set to OFF, otherwise you will not receive a dump.

Also, some bugs require the product to be rebuilt with XPLINK(OFF). This is because when XPLINK(ON) is used, only the registers in the current execution scope are available. Many of the registers in upper execution scopes are not saved, and thus don't appear in the dumps.