How is the maximum number of extents defined for each segment?
In the case of LMTS, there is no restriction concerning the number of extents for each segment. In the case of DMTS, the maximum number is defined by the MAXEXTENTS storage parameter. This storage parameter is defined and queried in the same way as the INITIAL and NEXT storage parameters described above. For example: Example: Creating a table where MAXEXTENTS = 500: CREATE TABLE … STORAGE (…