Why is it when, using the CLP, I issue
'LIST TABLESPACES SHOW DETAILS' I get the correct number of
pages allocated for each tablespace, yet when I
use a select statement, say for tablespace id=0
SELECT NPAGES, FPAGES from SYSCAT.TABLES where TBSPACEID=0
I get -1 for each column ??
I need to use either a CLI, API, or embedded SQL command
to get the tablespace size. Am I barking up the right tree ?
TIA, Bill
'LIST TABLESPACES SHOW DETAILS' I get the correct number of
pages allocated for each tablespace, yet when I
use a select statement, say for tablespace id=0
SELECT NPAGES, FPAGES from SYSCAT.TABLES where TBSPACEID=0
I get -1 for each column ??
I need to use either a CLI, API, or embedded SQL command
to get the tablespace size. Am I barking up the right tree ?
TIA, Bill