Process to capture a SYSMDUMP from an online ISPF screen / session.
book
Article ID: 26289
calendar_today
Updated On:
Products
RC Compare for DB2 for z/OSBind Analyzer for DB2 for z/OSSQL-Ease for DB2 for z/OSSYSVIEW Performance Management Option for DB2 for z/OSPlan Analyzer for DB2 for z/OSSubsystem Analyzer for DB2 for z/OSDatabase Analyzer for DB2 for z/OSFast Unload for DB2 for z/OSFast Check for DB2 for z/OSFast Index for DB2 for z/OSRapid Reorg for DB2 for z/OSDatabase Management for DB2 for z/OS - Administration SuiteDatabase Management for DB2 for z/OS - Performance SuiteDatabase Management for DB2 for z/OS - Recovery SuiteDatabase Management for DB2 for z/OS - SQL Performance SuiteDatabase Management for DB2 for z/OS - Utilities Suite
Issue/Introduction
What are the required steps to capture a SYSMDUMP online from an ISPF session?
Resolution
To capture a SYSMDUMP online, follow the steps below:
Enter the ISPF PARMS option then select ENVIRON, the ISPF ENVIRON Command Settings screen is displayed. The ENVIRON command can also be used to go directly to the ENVIRON Command Settings screen.
Enter "/" to select option on the first line to enable an online abend
/ Enable a dump for a subtask abend when not in ISPF TEST mode
Ensure DDNAME field is set to SYSMDUMP.
DDNAME . . . SYSMDUMP (DDNAME for TERMTRAC ON, ERROR, or DUMP.)
PF3 out.
Allocate a SYSMDUMP dataset.
The dataset can be pre-defined using ISPF 3.2, making sure the dataset has one of the following attributes:
DCB=(LRECL=4160,BLKSIZE=see below,RECFM see below) RECFM=F,BLKSIZE=4160 RECFM=FB,BLKSIZE=4160 RECFM=FBS,BLKSIZE=n*4160 (where n=1,2,3,...),
and ample space CYLS(250,250)
Access the ISPF COMMAND shell (option 6) and issue the following commands:
FREE FI(SYSUDUMP) FREE FI(SYSABEND) FREE FI(SYSMDUMP) ALLOC FI(SYSMDUMP) MOD DA('XXXXXX.XXX.SYSMDUMP')
NOTE: The above DA is the one that has been previously allocated.
NOTE: In an environment where ABEND-AID is active, add the following command to the list in step 6 above, ahead of the ALLOC for SYSMDUMP: