Handling the Dreaded 00D70014 Abend in a Pinch
Quikfix for Datasets in 119 Extents
You can save the hassle of altering PRIQTY and SECQTY and doing a reorg for a convenient
time since our DB2 data is managed by SMS.
From TSO command line
enter <TSO DB2 subystem_name>
enter <-STOP DB(database_name) SPACENAM(tablespace/indexspace name)>
dataset names are in the format:
dataset_high_level.DSNDBC.database_name.table/index spacename.I0001.A001
ex. V9747.DSNDBC.DCO88001.SCO88001.I0001.A001
this will backup your dataset to HSM
this will migrate your dataset to HSM
enter <HRECALL> in the line command beside your problem dataset
This return your dataset to 1 or fewer extents
From TSO command line
enter <TSO DB2 subsystem name>
enter <-START DB(database_name) SPACENAM(tablespace/indexspace name)>
Note: You WILL need to alter the PRIQTY and SECQTY and reorg at a later time.
If you don't, your next reorg may fail with 119 extents.