z/OS DFSMS Access Method Services Commands
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Examine Both Components of a Key-Sequenced Data Set: Example 2

z/OS DFSMS Access Method Services Commands
SC23-6846-01

This example shows how to get a list of data set structural errors that you can be use to support problem resolution.
//EXAMEX2   JOB
//STEP1     EXEC    PGM=IDCAMS
//SYSPRINT  DD      SYSOUT=A
//SYSIN     DD      *
     EXAMINE -
            NAME(KSDS01) -
            INDEXTEST -
            DATATEST
/*
Use the EXAMINE command to analyze both components of a key-sequenced data set. Its parameters are:
  • NAME, specifies the cluster name only.
  • INDEXTEST, causes the index component to be examined.
  • DATATEST, causes the data component to be examined.
  • The default for ERRORLIMIT (it was not specified) allows detailed error messages to be printed.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014