SMP/E for z/OS Commands
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Example 4: Dumping SMP/E storage when messages are issued

SMP/E for z/OS Commands
SA23-2275-01

Suppose that when you ran the following SMP/E commands, SMP/E issued message GIM38201E, and you need more information about the problem:
SET      BDY(MVSTST1)       /* Process MVSTST1 tgt zone.  */.
APPLY    PTFS               /* Apply PTFs for HBT1201.    */
         FORFMID(HBT1201)   /*                            */
         GROUP              /*                            */.
After you report the problem to IBM®, you may be asked to rerun the job and have SMP/E dump its storage whenever message GIM38201E is issued. You can use the following commands:
SET      BDY(MVSTST1)       /* Process MVSTST1 tgt zone.  */.
DEBUG    DUMPMSG(GIM38201)  /* Debug dump for GIM38201.   */.
APPLY    PTFS               /* Apply PTFs for HBT1201.    */
         FORFMID(HBT1201)   /*                            */
         GROUP              /*                            */.
DEBUG    DUMPOFF(DUMPMSG)   /* Debug dump off.            */.

When you run this job, SMP/E dumps its storage and work areas to the SMPSNAP data set.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014