1
z/OS Server / Re: system performance monitoring
« on: August 17, 2020, 12:29:37 PM »
all of the above!~ but on the mainframe

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
If you do a 3.12 and compare
ARS.ARSV1010.SARSINST(ARSTSPAC)
with
ARS.ARSV950.SARSINST(ARSTSPAC)
you'll see the addition of
MAXPARTITIONS 2
in each CREATE TABLESPACE statement.
Per https://www.ibm.com/support/knowledgecenter/en/SSEPEK_11.0.0/sqlref/src/tpc/db2z_sql_createtablespace.html
Table space type to create Clauses to specify
Partition-by-growth MAXPARTITIONS
Ed