SERVNSA parameter: Difference between revisions
Line 20: | Line 20: | ||
The bits are: | The bits are: | ||
<table class="thJustBold"> | <table class="thJustBold"> | ||
<tr><th>Bit</th><th>Server table placed above the bar</th></tr> | <tr><th>Bit</th><th>Server table placed above the bar</th><th>Required version of Model 204</th></tr> | ||
<tr><td><code>X'02000000'</code></td><td>FTBL | <tr><td><code>X'02000000'</code></td><td>FTBL</td><td>7.4 or later | ||
<tr><td><code>X'00800000'</code></td><td>GTBL | <tr><td><code>X'00800000'</code></td><td>GTBL</td><td>7.5 or later | ||
<tr><td><code>X'00004000'</code></td><td>NTBL | <tr><td><code>X'00004000'</code></td><td>NTBL</td><td>7.5 or later | ||
<tr><td><code>X'00002000'</code></td><td>QTBL | <tr><td><code>X'00002000'</code></td><td>QTBL</td><td>7.5 or later | ||
<tr><td><code>X'01000000'</code></td><td>XTBL | <tr><td><code>X'01000000'</code></td><td>XTBL</td><td>7.6 or later | ||
<tr><td><code>X'10000000'</code></td><td>RTBL | <tr><td><code>X'10000000'</code></td><td>RTBL</td><td>7.6 or later | ||
<tr><td><code>X'08000000'</code></td><td>KTBL | <tr><td><code>X'08000000'</code></td><td>KTBL</td><td>7.6 or later | ||
<tr><td><code>X'00400000'</code></td><td>ITBL | <tr><td><code>X'00400000'</code></td><td>ITBL</td><td>7.6 or later | ||
<tr><td><code>X'00100000'</code></td><td>FSCB | <tr><td><code>X'00100000'</code></td><td>FSCB</td><td>7.6 or later | ||
<tr><td><code>X'00080000'</code></td><td>STBL | <tr><td><code>X'00080000'</code></td><td>STBL</td><td>7.6 or later | ||
<tr><td><code>X'00040000'</code></td><td>VTBL | <tr><td><code>X'00040000'</code></td><td>VTBL</td><td>7.6 or later | ||
<tr><td><code>X'00020000'</code></td><td>TTBL | <tr><td><code>X'00020000'</code></td><td>TTBL</td><td>7.6 or later | ||
<tr><td><code>X'00010000'</code></td><td>HTBFRS | <tr><td><code>X'00010000'</code></td><td>HTBFRS</td><td>7.6 or later | ||
</td></tr> | </td></tr> |
Revision as of 19:00, 29 June 2015
Non swappable server areas
Summary
- Default value
- 0
- Parameter type
- System
- Where set
- On User 0's parameter line
- Related products
- All
- Introduced
- Model 204 V7.4
Description
The SERVNSA parameter, along with the SERVNSSZ parameter, control non-swappable server areas that are placed above the 2G bar.
Each server table to be allocated above the bar is controlled by a bit in SERVNSA; if the bit is on, the corresponding server table is allocated above the bar.
The bits are:
Bit | Server table placed above the bar | Required version of Model 204 |
---|---|---|
X'02000000' | FTBL | 7.4 or later |
X'00800000' | GTBL | 7.5 or later |
X'00004000' | NTBL | 7.5 or later |
X'00002000' | QTBL | 7.5 or later |
X'01000000' | XTBL | 7.6 or later |
X'10000000' | RTBL | 7.6 or later |
X'08000000' | KTBL | 7.6 or later |
X'00400000' | ITBL | 7.6 or later |
X'00100000' | FSCB | 7.6 or later |
X'00080000' | STBL | 7.6 or later |
X'00040000' | VTBL | 7.6 or later |
X'00020000' | TTBL | 7.6 or later |
X'00010000' | HTBFRS | 7.6 or later |
SERVNSSZ (server non-swappable size) is the amount of space in bytes required for the above-the-bar server tables per user. The total amount of storage allocated for non-swappable server areas equals SERVNSSZ rounded to 4 K and multiplied by NUSERS. When sizing SERVNSSZ, it should accommodate the largest non-swappable table sizes that might be needed. The maximum non-swappable setting for version 7.4 is X'02000000'. The maximum non-swappable setting for version 7.5 is X'02806000'. The maximum non-swappable setting for version 7.6 is X'1BDF6000'.
In Model 204 7.5 and later, QTBL and NTBL can alternatively be placed above-the-bar in a swappable area. This can be indicated with the SERVGA and SERVGSZ parameters. The bits corresponding to NTBL and QTBL should not be set in both SERVNSA and SERVGA – if they are, an error message will be issued and the online will fail to come up.
For more information about server tables above the bar, see Server tables.