Hi all,
The tablespace TSBLNHST has reached the maximum 251 extents and got -904. So I altered the tablespace with priqty and secqty and the problem is resolved.
When I was doing the analysis of how to define the Pqty and Sqty , I have got the following doubts.
SELECT TSNAME , PQTY , SQTY , EXTENTS ,SPACE , SECQTYI
FROM SYSIBM.SYSTABLEPART
WHERE DBNAME = 'AFSDB' AND TSNAME = 'TSBLNHST';
---------+---------+---------+---------+---------+---------+---------
TSNAME PQTY SQTY EXTENTS SPACE SECQTYI
---------+---------+---------+---------+---------+---------+---------
TSBLNHST 50 15 47 198528 15
Runstats ran today. Bufferpool is BP1 , so 4k pages is used.
Pqty = 50 * 4 = 200 KB
Sqty = 15 * 4 = 60 KB * 47 extents = 2820 KB + 200KB =3020 KB
Space = 194688KB
3.4 panel shows the following statistics about VSAM datasets.
- Enter "/" to select action Tracks %Used XT Device
---------------------------------------------------------------------
DB2NYBT.DSNDBD.AFSDB.TSBLNHST.I0001.A001 4136 ? 47 3390
No of bytes per track = 56664
4136 * 56664 = 234362304 bytes = 234362 KB
The value calculated from DB2 VSAM dataset is atleast near the SPACE parameter, but I could not understand how this priqty and secondary is suffice for 194688KB bytes.
Please let me know whether my understanding is correct and please let me know whether I need to consider anything else.
Thanks,
Vanitha