As the maximum size of a volume set is 4 TB, the maximum total size of an SM pubset can be 255 * 4 TB, in other words a little over 1,000 TB. A user can occupy more than 4 TB of storage space on an SM pubset. The MODIFY-USER-PUBSET-ATTRIBUTES command permits storage space quotas > 4 TB:
/MODIFY-USER-PUBSET-ATTRIBUTES ..., PERM-SPACE-LIMIT=*PAR(TOTAL-SPACE=*UNLIMITED,...), TEMP-SPACE-LIMIT=*PAR(TOTAL-SPACE=*UNLIMITED,...), WORK-SPACE-LIMIT=*PAR(TOTAL-SPACE=*UNLIMITED,...),
Specifying TOTAL-SPACE=*UNLIMITED determines that the specified storage space quota may exceed the limit of 4 TB. This operand can be specified separately for the permanent storage space (PERM-SPACE-LIMIT operand), for the temporary storage space (TEMP-SPACE-LIMIT operand) or for the storage space for work files (WORK-SPACE-LIMIT operand).
Information on allocated storage space quotas is displayed by the SHOW-USER-ATTRIBUTES command with INFORMATION=*PUBSET-ATTRIBUTES or *PUBSET-SUMMARY:
The output fields PERM-SPACE-LIMIT, TEMP-SPACE-LIMIT and WORK-SPACE-LIMIT contain *UNLIMITED if the relevant quota may exceed the limit of 4 TB.
The S variables var(*LIST).PERM-TSL, var(*LIST).TEMP-TSL and var(*LIST).WORK-TSL show this specification with the *UNLIM value.