Receiving the following messages on start up on SYSVIEW
GSV3620E (MVSDATA) Exception definition <limit> is invalid
GSV3620E (MVSDATA) Exception definition <warnpct> is invalid
From previous examples of this problem, we have seen that it has been resolved by copying the un-modified versions of the MVS* parm members into new members
and applying your updates to them.
The PVT LIMIT is the amount of the PRIVATE storage allocated to you.
It is not a whole number because of system overhead. (rounding from 10M )
You can use the PRIVATE command to see how this breaks down further.
And note you can issue HELP on each of these displays in SYSVIEW to get the field information.
The PVT percentages (of 97% and 73% ) are Alloc (current amount of storage allocated.) divided by Size (The current size of the DSA or private storage size).