RKS3DATA Dump

The Storage Toolkit stores scheduling information, action definitions, and the like in a dataset with the low-level qualifier of RKS3DATA. In case the support engineer or the problem diagnostic matrix request a dump of this dataset, you can create one using standard DFDSS JCL like this:

/BACKUP    EXEC PGM=ADRDSSU,REGION=4096K
//SYSPRINT DD SYSOUT=X
//DISKO    DD DSN=TSJEP.RKS3DATA.BKUP,
//          DISP=(NEW,CATLG,KEEP),
//          SPACE=(CYL,(5,10),RLSE),
//          UNIT=3390
  DUMP DS(                             -
        INC(TDSMST.LSTEST.S3420M9.S3TMS06H.RKS3DATA) -
          )                            -
  ODD(DISKO)                           -
  TOL(ENQF)   WAIT(0,0)
/*

You must substitute your hi-level qualifier in the control card. You must also TERSE the output before sending to IBM® Software Support.