z/OS DFSMStvs Administration Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Sharing-control problems

z/OS DFSMStvs Administration Guide
GC52-1388-00

Problems in sharing control are usually indicated by abends in the IGWXSxxx modules or by incorrect output from 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 example job for obtains 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