Quote:
|
Originally Posted by deadmanthedba
I need to calculate space(together primary + secondary) with which TS was defined
|
DB2 for z/OS?
If you say "with which it was defined", do you mean "how can I read from the catalog which were 'n' and 'm' ", in
Code:
CREATE TABLESPACE USING STOGROUP <name> PRIQTY 'n' SECQTY 'm'
?
Have a look at the two columns PQTY and SQTY in sysibm.systablepart.
Then multiply those numbers with 4 to obtain 'n' and 'm' respectively.