z/OS DFSMSdfp Diagnosis
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Sharing control problems

z/OS DFSMSdfp Diagnosis
SC23-6863-00

Problems in sharing control are usually indicated by abends in the IGWXSxxx modules. Or by incorrect output of the SHCDS command.

Contact IBM's Customer Support when you have the following documentation:
  • DFSMSdss dump of the active sharing control data sets
  • Abend dumps
  • Syslog
  • SHCDS command output
  • Console dump (only when the SHCDS command output is incorrect)

The following is an example job for obtaining a DFSMSdss dump of the sharing control active data set. Change the OUT and DUMP statements as appropriate.

   //DMPSHCDS JOB ...
   //* JOB TO DSS DUMP SHARING CONTROL ACTIVE DATA SET. CHANGE JOB
   //* AND OUT DD STATEMENTS AS APPROPRIATE.
   //DSSDMP  EXEC  PGM=ADRDSSU,REGION=4M
   //SYSPRINT DD SYSOUT=H
   //OUT DD DSN=DUMP.SHCDS,DISP=(,KEEP),UNIT=CART,
   // VOL=SER=CART01,LABEL=(1,SL)
   //SYSIN    DD  *
     DUMP   DS(INCLUDE(SYS1.DFPSHCDS.ACTIVE.SPLXPK))  SHARE -
            TOLERATE(ENQFAILURE) -
            OUTDD(OUT)

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014