IDMS: Recommended dump options and type
search cancel

IDMS: Recommended dump options and type

book

Article ID: 48365

calendar_today

Updated On:

Products

IDMS IDMS - Database

Issue/Introduction

Description:

What dump options in MVS does CA IDMS need to get the information necessary for debugging? Also what type of dump is preferred: SYSUDUMP, SYSMDUMP, etc?

CA IDMS basically needs a full address space dump. Also if there are any dump diagnostic software installed it should be disabled in the CA-IDMS region.

The preferred dump is an IPCS formatted dump which is acquired in the SYSMDUMP Dataset and the SYS1.DUMPnn datasets. If there is a system snap taken in CA-IDMS it will go to the SYS1.DUMPnn datasets

If the CA-IDMS region abends, MVS will first look for a SYSUDUMP DD (SYSUDUMP is formatted and readable like any output). If the SYSUDUMP DD is not found, MVS will then look for a SYSMDUMP DD. If found you will get the preferred IPCS formatted dump. If neither DD statements are found, then no dump will be produced.

 

Environment

Release: IDADSO00100-18.5-ADS-for CA-IDMS
Component:

Resolution

Solution:

To get the dump CA IDMS requires you can display the dump options in MVS with the CONSOLE COMMAND "D D,O".

 

  CA-IDMS RECOMMENDED DUMP OPTIONS:
SYSABEND- ADD PARMLIB OPTIONS SDATA=(NUC,SQA,LSQA,SWA,TRT,CB,ENQ,DM,
IO,ERR,PCDATA,SUM,ALLVNUC), PDATA=(SA,REGS,LPA,
JPA,PSW,SPLS,SUBTASKS)

SYSUDUMP- ADD PARMLIB OPTIONS SDATA=(LSQA,TRT,CB,ENQ,DM,IO,ERR,
PCDATA,SUM), PDATA=(SA,REGS,LPA,JPA,PSW,SPLS,
SUBTASKS)

SYSMDUMP- ADD PARMLIB OPTIONS (NUC,SQA,LSQA,SWA,TRT,RGN,LPA,CSA,SUM,
ALLNUC,GRSQ)

SDUMP- ADD OPTIONS (ALLPSA,PSA,NUC,SQA,LSQA,RGN,LPA,TRT,CSA,SWA,
SUMDUMP,ALLNUC,GRSQ),TYPE=(XMEME),
BUFFERS=00000060K,MAXSPACE=00015000M,
MSGTIME=99999 MINUTES

You can change the MVS dump options with the CD command (CHNGDUMP). Examples can be found in SYS1.PARMLIB(IEACMDnn).

In the CA-IDMS startup JCL you ONLY want a SYSMDUMP DD (no other dump DD's).

Make sure the SYSMDUMP DD dataset is big enough to hold the entire dump. Start with a very large allocation at first and then after a dump you can modify the size accordingly.

If you have system snaps on and optional bit 176 off in RHDCOPTF then if a CV task abend requests a System Snap, you will get an SVC dump to the SYS1.DUMPnn datasets. Messages DC009001 and DC009002 give info and title of the SVC dump requested by the IDMS CV.

Also note that the dumps taken to the SYSMDUMP & SYS1.DUMPnn datasets are IPCS formatted dumps and generate the least overhead in MVS when a job abends. It has less overhead because no formatting of the dump is done.